I do a lot of web scraping in my spare time, and have been chasing down different formats and code snippets to make a large amount of network requests locally, with controls for rate limiting and error handling. (more…)
Read more »
Automated end-to-end tests are a powerful tool for your team to ship faster and with more confidence. End-to-end tests automate UI interactions and can validate the functionality of your applications. To this end, we are announcing Playwright for Python i... (more…)
Read more »
Learn how you can leverage Python and Pandas from directly inside PostgreSQL to build your own recommendation engine. (more…)
Read more »
Keith Packard https://lca2020.linux.org.au/schedule/presentation/20/ Tiny embedded computers, like the original Arduino, are great for automating simple task... (more…)
Read more »
This is a quick follow-up to Weird Python Integers. While writing that post, I saw some Python behaviour I didn’t understand. Then I read some comments by kmill and squeaky-clean in response to my original post, and now I can explain Python’s behaviour. (more…)
Read more »