Jerry Codes
  • About
  • Blog Posts
  • Daily dose of Python
Three Python trends in 2023

Three Python trends in 2023

Feb 2, 2023 3 min read Python
The Python ecosystem has been rapidly evolving during the recent years. Here's a subjective take on what are the hot topics at the moment. Python 🤝 Rust Boosting CPU-bound work with C extensions have
Read Now Read Later
Jerry Pussinen
By: Jerry Pussinen
Content elsewhere

Content elsewhere

Jan 9, 2023 1 min read
List of conference talks and writings in other blogs.
Read Now Read Later
Jerry Pussinen
By: Jerry Pussinen
Let's build more libraries

Let's build more libraries

May 23, 2020 4 min read
Have you ever copy pasted some code from one repo to another? Perhaps you were building a new web service and wanted to use some utilities which were available in the codebase of
Read Now Read Later
Jerry Pussinen
By: Jerry Pussinen
Blazing fast CI with pytest-split and GitHub Actions

Blazing fast CI with pytest-split and GitHub Actions

Mar 28, 2020 6 min read PythonTooling
Fast CI is one of the key elements of efficient software development. In most cases, the test phase is the bottleneck considering CI build times. In this blog post, I introduce pytest-split [https:
Read Now Read Later
Jerry Pussinen
By: Jerry Pussinen
Prevent accidental HTTP requests to 3rd party services in Python tests

Prevent accidental HTTP requests to 3rd party services in Python tests

Dec 8, 2019 5 min read Python
The world is full of web services which interact with each other via HTTP(S) requests and responses. Python is one of the most loved technologies when it comes to fetching data from
Read Now Read Later
Jerry Pussinen
By: Jerry Pussinen
Page 1 of 3
Older Posts
Powered by Ghost
  • LinkedIn
  • Twitter
  • GitHub