Daniyal Ahmed

Python Developer since 2020 | Release Manager for Python 3.8 | Creator of Black code formatter | Contributing to Python's growth and adoption.
137 Posts

How to Create a File and Folder in Python

Today, I want to share a cool little Python project I worked on. It’s something simple but super useful a script that counts files...

How I Built a Colorful Calendar App in Python

I'm a Python enthusiast, and today I’m excited to share a little project I recently built a colorful, terminal-based calendar that not only looks...

How to Create Gauge Charts Using Python

Have you ever wanted to display data in a speedometer style chart for things like CPU usage, vehicle speed, or performance scores. I have...

How to Make a Cloud File Sharing Using Python

Cloud storage and file sharing have become essential tools for developers and users alike. Whether I’m sending files to clients, backing up documents, or...

How I Create a Progress Bar in Python Using tqdm

As a Python developer, I often run into situations where my script takes a while to run maybe it's processing files, downloading data, or...