An opinionated guide to tooling in Python covering pyenv, poetry, black, flake8, isort, pre-commit, pytest, coverage, tox, Azure Pipelines… (more…)
Read more »
The Twitter Standard API is limited to Tweets from the last 7-10 days. This isn’t enough for most research projects. Since 2018 Twitter offers a Premium API through which the full Twitter archive is… (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 »
A better Python REPL. Contribute to prompt-toolkit/ptpython development by creating an account on GitHub. (more…)
Read more »
Due to uncertainty over the future of the Python 2 interpreter
in future Linux distributions, I've been
looking at some of our Python 2 code, especially the larger programs.
This caused me to express some views over on Twitter, which
came out long enough ... (more…)
Read more »