Interactive Python modes are an easy way to learn new libraries. Scripting languages are easy to learn on their own because ...
I wanted to expose my kids to programming because it’s a great skill and a powerful way of thinking. And my kids spend enough time playing Angry Birds and Cut the Rope on my iPhone that I figure they ...
It's possible to build a simple Python CLI weather app in a weekend using geopy, requests, and the NWS JSON API. Use geopy's ...
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 ...