Serverless Python Deployments with GitHub Actions

Github Actions is an API for cause and effect on GitHub, which became generally available on November 13, 2019. Actions lets you trigger a workflow in response to a number of different events. While I believe it is most commonly used for CI/CD pipelines, … Read more

Similar

Pre-Allocated Lists in Python

In CPython, elements of a list are stored as pointers to the elements rather than the values of the elements themselves. This is evident from the struct that represents a list in C: // Fetched from CPython main branch. Removed comments for brevity. typede... (more…)

Read more »