Programming

598 Articles 12 Followers


Getting Crypto Prices with Python: Step 1 Toward Crypto Automation

3 May 2025 2 minute read 1 comment kan3nas

Intro Hey everyone! Welcome to the very first post in my series about using Python for crypto analysis and trading! 🚀 We’re starting with the basics today: grabbing the current Bitcoin price from the internet, using just a few lines of code.   If yo...

Simple but Useful Python GUI Text-To-Speech Convertor

1 Feb 2025 1 minute read 0 comments Aditya Madhok

This is the code program that will convert your text file to Audio File using Google TTS. I had created this GUI Program. It is a simple program to be used, than many which are complicated.   Here's How : -     When, u run this code, it will open a...

Updates: Goals, Free Creative Tools, Life Hacks, and Big Ideas

11 Dec 2024 2 minute read 0 comments DrPraze

Hi, friend. Last Wednesday was my birthday, and it got me reflecting deeply on my goals and the lessons life has taught me about them. Here are some hard-earned insights: Life Lessons About Goals A goal is a picture of what a better life looks like...

Wanted: Rust Developer!

26 Nov 2024 2 minute read 0 comments Liberland TV

    Liberland is seeking a highly skilled and results-driven Rust developer   To whom it may concern, Liberland is seeking a highly skilled and results-driven Rust developer or organisation specializing in Rust development to support our ongoing sof...

Deploying a MERN Project to Vercel: Frontend and Backend Separately

6 Nov 2024 1 minute read 0 comments Mutalibb

Today, I will give step-by-step instructions on how to deploy a MERN project to Vercel, with the frontend and backend deployed separately. 1. Create Project Directory:   mkdir mernproject cd mernproject 2. Initialize Node Project:   npm init -y...

My Constant Fight With Programming Learning

15 Sep 2024 2 minute read 2 comments WinterYeti

I get programming conceptually. It's a process of commands, conditions, variables and references. In this respect, any of the languages make sense after you deconstruct them to their fundamentals. Self-Induced Pinhead Pain Unfortunately, every langu...

What to Look Out for Before Choosing a Stack for a Project

11 Sep 2024 1 minute read 0 comments Mutalibb

What to Look Out for Before Choosing a Stack for a ProjectThere are a lot of libraries and frameworks out there. They are mostly designed to make work easier and faster, but sometimes they end up making you work slowly and feel frustrated. Libraries...

Understanding CLI Commands for Testing/Running Beginning C++ Programs

1 Sep 2024 3 minute read 0 comments WinterYeti

So, you want to learn C++? Great, but you have to pass another challenge first. That namely is, understanding how to make your IDE work. What's an IDE? The short acronym for an Integrated Development Environment, an IDE is where to draft, test, compi...

[ENG/ITA] Python and Hive: My First Attempt with a Bot

18 Aug 2024 12 minute read 0 comments Arc7icWolf

La versione italianasi trova sotto quella inglese The italian versionis under the english one   Python and Hive: My First Attempt with a Bot   Let's start right away with a small premise: I am not a programmer. I have studied anything but that in...

Meta AI released their latest open-source AI model Llama 3.1

23 Jul 2024 1 minute read 0 comments PiotrMacai

Meta AI released their latest open-source - and very powerful AI model Llama 3.1 the flagship Llama 3.1 405B 🤖 And it's real - as very powerful alternative for OpenAI or Anthropic Eveything You should to know 🧵👇 ✅Wider & enhanced CapabilitiesLlam...