Daniyal Ahmed

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

How to Create Encryption and Decryption in Python Using OOP

In today's digital age, data security is more important than ever. One of the fundamental ways to ensure data security is through encryption and...

How to Create Chessboard using Python

Chess is a game of strategy and intellect, and what better way to celebrate this classic game than by creating a digital chessboard using...

How to Make a Density Plot Using Python

Data visualization is a crucial aspect of data analysis, allowing us to understand the underlying patterns and distributions in our data. One of the...

Build a Screen Recorder Using Python

In today’s digital world, screen recording has become an essential tool for tutorials, presentations, and content creation. Fortunately, Python provides an efficient way to...

How To Find the Cast of a Movie Using Python

I am going to walk you through an exciting Python project that fetches movie details, particularly the cast, using the IMDbPY library. If you're...