Pyright is a tool by Microsoft for statically type checking Python code. It is faster and more efficient than the alternatives. (more…)
Read more »
Python keywords make up the fundamental building blocks of any Python program. In this tutorial, you'll learn the basic syntax and usage for each of Python's thirty-five keywords so you can write more efficient and readable code. (more…)
Read more »
By “structure” we mean the decisions you make concerning
how your project best meets its objective. We need to consider how to
best leverage Python’s features to create clean, effective code.
In practical terms, “structure” means making clean code whose l... (more…)
Read more »
Back in 2008 Natalie Downe and I deployed what today we would call a microservice: json-head, a tiny Google App Engine app that allowed you to make an HTTP head ... (more…)
Read more »