FSIBlog stands for Future Stack Innovations Blog, a free resource Initiative by Programmatic LLC.
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 Write a Python Program to Calculate Grade of a Student
As a programmer, I love building projects that solve real-world problems. One of the most common tasks in schools and colleges is grading students...
How to Empty a Recycle Bin Using Python
If you've ever wanted to automate emptying the Recycle Bin using Python, you're in the right place! In this tutorial, I'll walk you through...
How To Print Calendar of Any Year with CW Using Python
I am a Python enthusiast who enjoys building practical solutions. Today, I will walk you through a Python script that generates and prints a...
How to Create a List of Running Processes using Python
I will walk you through an exciting Python project that helps manage system processes efficiently. Using the psutil library, we will retrieve, filter, and...
How to Create a Network Graph in Python
I love working with Python, especially when it comes to visualizing data in an interactive and intuitive way. Today, I'll walk you through how...
