Once you learn about for loops in Python, you know that using an index to access items in a sequence isn't very Pythonic. So what do you do when you need that index value? In this tutorial, you'll learn all about Python's built-in enumerate(), where it's ... (more…)
Read more »
Learn about ghapi, a third-party Python library and CLI client for the GitHub API. It includes tab-completion, integrated documentation and automatic pagination of responses. ghapi automatically manages required headers, query strings, route parameters, p... (more…)
Read more »
This is something that’s directly impacting me even as I am typing out this story. What started out as a small outbreak of a novel… (more…)
Read more »
What is the risk of completely dropping Python 2 in 2017? To answer this question, I recently analysed Python 3 support for many packages…...
Read more »