Introduction to List Comprehensions in Python

List comprehensions are a more meaningful and efficient way to generate lists in python. A… 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 »