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 Make Unique Short URL with Python
Today, I want to share an exciting project I recently worked on: building a URL shortener in Python. URL shorteners are handy tools that...
Create a Funnel Chart in Plotly Python
Funnel charts are excellent for visualizing data that represents stages in a process, such as sales funnels, conversion rates, or workflows. With Plotly using...
How to Create PDF Files to Word Using Python
Converting a PDF file to a Word document using Python is a common task that can save you hours of manual work. Recently, I...
How To Create An Image Captcha Generator In Python
Recently, I had the opportunity to work on a fun and practical project for a client: creating a CAPTCHA generator in Python. CAPTCHAs are...
How to Create a Pascals Triangle in Python
I will share a Python script to generate Pascal's Triangle dynamically, row by row. Pascal's Triangle is a triangular array of binomial coefficients, where...
