Some time ago I started looking for a new car. I quickly became bored with browing the biggest polish offer site - otomoto.pl, so I decided to automate the whole thing to do it for me. Obvious, right? (more…)
Read more »
If you want your program to use less memory, you will need to measure memory usage. You’ll want to measure the current usage, and then you’ll need to ensure it’s using less memory once you make some improvements. It turns out, however, that measuring memo... (more…)
Read more »
Do you want to learn how to calculate a cipher like AES or a hash function like SHA-256?
Here I present popular crypto algorithms in straightforward Python code, with logic that is easy to follow. (more…)
Read more »
cookiecutter-lux-python - Cookiecutter Python project template for the ages...
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 »