/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mayadevbe.me
| | blog.adnansiddiqi.me
3.5 parsecs away

Travel
| | Learn how to create an Amazon scraper/ crawler in python to scrape product details like price, ASIN, etc,
| | ananthakumaran.in
3.4 parsecs away

Travel
| | [AI summary] A programmer uses the tcpflow tool to capture and analyze raw HTTP traffic to identify the cause of a high failure rate in a microservice, discovering that an expired API key was the issue.
| | words.filippo.io
4.2 parsecs away

Travel
| |
| | dusty.phillips.codes
25.9 parsecs away

Travel
| I really appreciate Python's pathlib module for managing filesystem stuff. While I don't love the argparse module for command line parsing, I don't think it's worse than other available options. I usually choose it for my CLI scripts, since nothing else is good enough to overcome the inertia of using a third party library. Not many people seem to be aware that the two can very easily be combined such that argparse will return Path objects instead of strings that need to be adapted after you query them: