Daniyal Ahmed

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

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...

How to Convert Text to Voice Using Python

Well, I recently explored something super cool converting text to speech using Python, and believe me, it’s way simpler than I expected. In this...

How I Fix a Game Score Database Error in My Code with Python

I recently completed a small but meaningful feature for a game I’ve been developing saving a player’s score to a database when the game...

How to Extract Unzip Files with Python

As a freelancer working with software house companies for several years, I’ve handled a wide range of backend and automation tasks. One recurring scenario...

I Built My Own Internet Speed Test with Python

As a developer, I often get requests from clients to create small utilities that solve very specific problems. One of my recent projects involved...