Daniyal Ahmed

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

Convert Video to Audio using Python

I’m excited to share something from my recent project work that i have you ever needed to extract audio from a video file maybe...

Python Print Potentiometer Value: Complete Guide

Potentiometers are versatile analog sensors that measure rotational or linear movement, commonly used in various applications such as volume controls, joystick controllers, and industrial...

Python Convert Literature File to Epub Online

To transform a literature text file into an EPUB format using Python, you can use libraries such as Beautiful Soup for structuring the text...

Fix TypeError Unbound Method in Python Class

I’ve created a class called errors for some error analysis in Python. I’m trying to use the just_print method within this class to print...

Fix Value Errors in Your Data Set Using Python

I'm trying to scale my data from Python a .csv file to fit a range between 0 and 1, but I keep running into...