Recommended Reading
I like to write blog posts related to Python and data science. Take a look at some of them below, or check out the full list here.

ChatGPT: How to Use It To Write Python Code?
Today I’m writing about ChatGPT and how it can help you with coding. I used this AI tool to write a simple Flask application in Python in a matter of…

Computer Vision With OpenCV: Building a Car-Counting System
In this post I’m sharing a project where I built a car-counting system using computer vision with OpenCV in Python.

Interactive Plots With Bokeh And Flask
Adding interactive plots to a Flask application can be a simple process. There are several methods to accomplish this, but today I will focus on a graphical Python library called…