In this post, I am going to show you how to simulate a MySQL database on your local computer using Docker, then connect to it using pyodbc
Category Archives: python
Sentiment analysis on 50.000 Ethereum (ETH) Tweets
Downloading 50.000 tweets scraped with snscrape and then analyzed with sentiment analysis
What do people think about Super Bowl 2022?
Performing a sentiment analysis on Super Bowl 2022 tweets.
Sentiment analysis on 50.000 Bitcoin Tweets
Using sentiment analysis on Bitcoin tweets.
How to write recursive functions in Python
Guide on how to write recursive functions from scratch.
Article length: 7 mins
Audience: Green Belt (intermediate)
How to write a class in Python
A simple guide on how to create objects using Python classes.
Article length: 7 mins
Audience: Yellow Belt (beginner)
Run multiple threads on Python
Code explanation on how to run a synchronous multi-thread process using python.
Article length: 5 mins
Difficulty: Green Belt (intermediate)
Schrodinger’s pandas, and how to open the box with Python
How to show the running bar when using an apply function on a pandas DataFrame
Article length: 5 mins
Difficulty: Orange Belt (intermediate)
How to run threads in Python
In this post, I am going to show you how to create and run a thread using the threading python library
Article length: 5 mins
Difficulty: Orange Belt (intermediate)
Creating and launching a discord bot with Python
Quickstart guide on how to create a python bot that generates random numbers every time is called.
Length: 5 mins
Audience: Orange Belt (intermediate)