Daniyal Ahmed

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

How to Remove Image Backgrounds in Python

Removing backgrounds from images is an essential task in graphic design, e-commerce, and computer vision applications. Python provides an efficient and automated way to...

How To Use Polar Plots in Python with Matplotlib

Polar plots are an incredibly powerful way to represent data or functions that naturally lend themselves to radial and angular dimensions. Instead of describing...

How do I Calculate a Hash of a File Using Python

I am excited to share with you one of my favorite little projects a simple Python script that calculates the SHA-256 hash of a...

How to Create Pie Charts with Matplotlib

Hey there! Today, I’m diving into one of the most popular (and delicious) tools for data visualization: the pie chart. Whether you’re a data newbie...

How to Create a Element info using Python

I’m excited to share a Python project I’ve been working on that retrieves detailed information about chemical elements from the periodic table. This tool...