Daniyal Ahmed

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

How to Create a Heatmap Plot in Python

Creating visual representations of data can make patterns easier to detect and heatmaps python are one of the most powerful tools for that. Whether...

How to Calculate Current Internet Connection Speed with Python?

If you're anything like me, you're probably tired of switching between browsers, ads, and confusing interfaces just to check your internet speed. So I...

How to Resolve Vimeo File Upload Errors with Python Library?

If you're working with the Vimeo Python Library and trying to replace a video file, you might run into a frustrating issue just like...

How to Fix a ‘Python Library Not Found’ Error with PythonKit

When I was working on a Swift client project where we needed to call Python code directly from Xcode specifically using spaCy for natural...

How I Fix the SSL Error in My First Wikipedia Crawler Using Python

I built my first Wikipedia crawler in Web Scraping with Python, and it crashed with an SSL: CERTIFICATE_VERIFY_FAILED as soon as urlopen() redirected from...