Daniyal Ahmed

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

How to Solve Python 2.7 Bus Error on Variscite Boards with Yocto

I’ve been working with a Variscite board running a Yocto based Linux distribution and Python 2.7.3. For the most part, my program which talks...

How to Fix Strange Python Error While Using Pygame

I was happily building my little Pygame project when suddenly my game blew up with an error I had never seen before.The crash only...

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