HPy's first git commit was on Friday, 12 July 2019. Despite the crazy state
of the world, HPy has come a long way
since then. This is a quick update to say where we are now and what's planned
for the (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 »
This post teaches you how to easily scrape news articles with Python and the newspaper package. Using a few lines of code, we can get thousands of articles. (more…)
Read more »
For you Python users who have been unwilling (or unable) to upgrade to version 3, there’s yet another reason to get motivated: python.org has released Python 2.7.18, the absolute last official release for Python 2. While it doesn’t add much in terms of f... (more…)
Read more »
In this step-by-step tutorial, you'll learn how to build a mobile application with Python and the Kivy GUI framework. You'll discover how to develop an application that can run on your desktop as well as your phone. Then, you'll package your app for iOS, ... (more…)
Read more »