Explore >> Select a destination


You are here

drewdevault.com
| | scrapfly.io
4.9 parsecs away

Travel
| | Python "requests.MissingSchema" exception is usually caused by a missing protocol part in the URL. Most commonly when relative URL is used.
| | sethmlarson.dev
4.0 parsecs away

Travel
| | Python, open source, and the internet
| | joshua.hu
4.7 parsecs away

Travel
| | Regular expressions are rarely the solution, but sometimes they can be helpful. I recently needed to create some regex which could be used to parse real domain names, and finding a definitive expression seemed to be difficult; especially one that wasn't vulnerable to ReDoS.
| | ericlathrop.com
38.9 parsecs away

Travel
| I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python.