Python

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

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

Categories