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 »
Bot script for Telegram Messenger to publish stock market price updates - Python 3.x compatible and can run as a nohup service - botconfigs.py... (more…)
Read more »
Peacemakr packages together proven encryption techniques in the Python SDK for simple E2E-Encryption-as-a-Service. (more…)
Read more »
About a year ago, I published a Rust crate called inline-python,
which allows you to easily mix some Python into your Rust code using a python!{ .. } macro.
In this series, I’ll go through the process of developing this crate from scratch. (more…)
Read more »
Python dictionaries are an extremely important part of Python. Of course they are important because programmers use them a lot, but that's not the... (more…)
Read more »