Daniyal Ahmed

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

How to Read a SQLite Database File Using Polars Package in Python

I'll explore a common Polars read_sql issue with SQLite connections package in python, explain its cause, and provide two fixes. Then, I'll take it...

How Can We Shift Accumulation from Right to Left in Python?

As a Python developer, I often find myself dealing with the accumulation of lists, especially when working with itertools.accumulate. However, a challenge arises when...

How to Convert a Fetched String to Datetime in Python

I’m excited to share my journey with converting a fetched string to a datetime object in Python something I encountered during a Selenium project....

How to Remove Keys from Dictionary Based on Condition in Python

Hi there, I’m excited to share a python coding project I recently worked on to filter dictionary keys based on specific conditions. I needed...

How do I Find Request URL with JSON Information While Web Scraping

I’ve encountered a problem during web scraping while trying to extract data from a table on a website using the BeautifulSoup and requests libraries....