|
You are here |
drewdevault.com | ||
| | | | |
scrapfly.io
|
|
| | | | | Python "requests.MissingSchema" exception is usually caused by a missing protocol part in the URL. Most commonly when relative URL is used. | |
| | | | |
sethmlarson.dev
|
|
| | | | | Python, open source, and the internet | |
| | | | |
joshua.hu
|
|
| | | | | 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
|
|
| | | 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. | ||