Daniyal Ahmed

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

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...

How to Make an RLC Circuit in Python

I’m the kind of developer who learns best when I see something appear on-screen. So when I found out that Schemdraw can turn a...

How to Create a Spiral Art with Python

I like small projects that give an instant payoff. A spiral is perfect for that: a handful of lines, a press of Run in...

How to Fix HTTPSConnectionPool SSL Errors When Using Python Request

Today, I want to share an experience I had recently while working on a Python project that uses IBM Watson’s Tone Analyzer API to...

How to Fix The Leap Motion Error Device in Python

When I first started working with Leap Motion using Python, I was really excited to build a simple application that could detect hand gestures...