|
You are here |
scrapfly.io | ||
| | | | |
www.python-httpx.org
|
|
| | | | | A next-generation HTTP client for Python. | |
| | | | |
defn.io
|
|
| | | | | [AI summary] The article walks through building a simple HTTP server from scratch using Python, starting with parsing HTTP requests, handling errors, and then implementing file serving. It covers parsing request lines and headers, handling malformed requests, and sending appropriate HTTP responses. The server is designed to serve files from a specified directory, with proper MIME types and content lengths. The final code allows the server to handle GET requests and return the contents of requested files, with fallbacks for missing files and invalid requests. | |
| | | | |
blog.apify.com
|
|
| | | | | Learn about web scraping and data parsing with detailed code examples for Python libraries like Requests, Beautiful Soup, and Scrapy. | |
| | | | |
greg.molnar.io
|
|
| | | In this tutorial, I will show you how to use MRSK to deploy a Rails app to a VPS, run Caddy in front of the docker container to handle SSL, use a hosted database server, run Redis on the same droplet, run a worker to process background jobs | ||