Daniyal Ahmed

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

How to Fix the “Dict Object Not Callable” Error in a Python Flask Blockchain App

I recently ran into a frustrating error while working on a small blockchain app in Python with Flask. Everything looked fine until I tried...

How to Fix Handling Python Error in a Bash Script with Code

I recently ran into a frustrating situation while automating some Jupyter notebook runs using Papermill. I expected my bash script to fail whenever a...

How to Fix a cxFreeze Python Error in Main Script

If you’ve ever tried packaging a Python project using cx_Freeze and suddenly faced this dreaded message: Python error in main script Runtime error trust me, you’re not...

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