So, you want to learn Python, and you’re thinking YouTube is the place to do it. Smart move! The internet is packed with ...
In the last post introducing Python, I demonstrated how to make a simple app using variables and conditional statements. In order to do anything really powerful in a given programming language though, ...
It’s no secret that I rather enjoy connecting things to the Internet for fun and profit. One of the tricks I’ve learned along the way is to spin up simple APIs that can be used when prototyping a ...
All in all, your first RESTful API in Python is about piecing together clear endpoints, matching them with the right HTTP ...
Learn how Mypy's type checking works with functions and generators. In my last two articles I've described some of the ways Mypy, a type checker for Python, can help identify potential problems with ...