Legally Free Python Books

An exhausive list of LEGALLY free python books. Free does not means crappy. The criterias for selecting was a bit high resulting in a list you’ll enjoy! Read more

Similar

Python in GitHub Actions

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 »

CDK: Python/TypeScript to Terraform HCL

Cloud Development Kit for Terraform, a collaboration with AWS Cloud Development Kit (CDK) team. CDK for Terraform allows users to define infrastructure using TypeScript and Python while leveraging the hundreds of providers and thousands of module definiti... (more…)

Read more »

Working with Python Sets

A set is a collection of distinct objects in mathematics. Python lets you create sets and perform basic operations on them. Before we get into how to work with sets, here’s a quick review of some key terms / phrases. (more…)

Read more »