GitHub’s own CI called GitHub Actions has been out of closed beta for a while and offers generous free quotas and a seamless integration with the rest of the site. Let’s have a look on how to use it for an open source Python package. (more…)
Read more »
Photo by Markus Spiske on Unsplash Python really is everywhere at this point. Although many gatekeepers argue whether a person is really a software developer if they don’t code in a language … (more…)
Read more »
Dean Wampler provides a distilled overview of Ray, an open source system for scaling Python systems from single machines to large clusters. If you are interested in additional insights, register for the upcoming Ray Summit. Introduction This post is for p... (more…)
Read more »
In this step-by-step tutorial, you'll learn what scopes are, how they work, and how to use them effectively to avoid name collisions in your code. Additionally, you'll learn how to take advantage of a Python scope to write more maintainable and less buggy... (more…)
Read more »
Python maintainers give a hand to data scientists who want to use Apple hardware with new Arm-based M1 chips. (more…)
Read more »