Choosing which tools to use in your Python development environment might be the toughest part of Python programming.
The Python tooling ecosystem continues to evolve rapidly. I'll share what I need my tools to do, what tools are a part
of my development e... (more…)
Read more »
I’ve been thinking about writing this article for a bit, but have been most prompted by a post grandly titled “Async Python is not faster”. The post was rooted with some good motivations and observations, but also fell somewhat into a polarising mode of ... (more…)
Read more »
Comprehensions are a fantastic language feature in Python. They are an elegant alternative to manually constructing and populating data structures. Comprehensions are declarative – they just say what they are, as opposed to the implicit logic of manual lo... (more…)
Read more »
Python is an easy to learn, powerful programming language. It has efficient
high-level data structures and a simple but effective approach to
object-oriented programming. Python’s elegant syntax and dynamic typing,
together with its interpreted nature, ma... (more…)
Read more »
Wisdom of the crowd web framework rank. Contribute to tbicr/web-framework-rank development by creating an account on GitHub. (more…)
Read more »