Architecture & Performance

Blog

Python

Discover our articles on IT performance, cloud, data science and industry best practices.

All articles

German-style strings in Apache Arrow
Pythonen29 May 2026

German-style strings in Apache Arrow

Version 1.4 of the Apache Arrow Columnar Format added a new way to store variable-length values, the Variable-size Binary View Layout. It comes in two types: BinaryView for raw…

#Apache Arrow#StringView#BinaryView
Read more
Installing your Python package on a Windows machine that does not have internet access
Pythonen10 Nov 2023

Installing your Python package on a Windows machine that does not have internet access

Suppose you've developed a Python package called MyPackage on Linux, with specific package requirements, and need to install it on a Windows machine that lacks internet access, on…

#Python#Python Installation#Windows
Read more
Reading a SQL table by chunks with Pandas
Pythonen16 May 2022

Reading a SQL table by chunks with Pandas

In this short Python notebook, we want to load a table from a relational database and write it into a CSV file. In order to that, we temporarily store the data into a Pandas…

#Python#Pandas#SQL
Read more
Le tour de france history web scraping
Pythonen2 Jul 2021

Le tour de france history web scraping

This file downloads raw data about every rider of every Tour de France (from 1903 up to 2020). This data will then be postprocessed and stored in CSV format. Executing this…

#Python#web scraping#Sport
Read more
Some Pre-commit git hooks for Python
Pythonen1 Apr 2021

Some Pre-commit git hooks for Python

Pre commit hooks are a great way to automatically check and clean the code. They are executed when committing changes to git . This can be useful when several people are working…

#Dev#Python
Read more
Logistic regression with JAX
Pythonen21 Sept 2020

Logistic regression with JAX

JAX is a Python package for automatic differentiation from Google Research. It is a really powerful and efficient library. JAX can automatically differentiate some Python code…

#Datascience#Python
Read more
Lunch break, fetching AROME temperature forecast in Lyon
Pythonen27 Aug 2020

Lunch break, fetching AROME temperature forecast in Lyon

Since a "small" heat wave is coming, I would like to get some temperature forecast for the next hours in my neighborhood, from my JupyterLab notebook. We are going to fetch the…

#Datascience#Python
Read more
Outlier and Change Point Detection in Data Integration Performance Metrics
Pythonen3 Jul 2020

Outlier and Change Point Detection in Data Integration Performance Metrics

Data integration involves combining data residing in different sources, and providing users with a unified view of them. In this post, we are interested in detecting performance…

#Datascience#Python#Time Series
Read more
A Quick study of air quality in Lyon with Python
Pythonen22 May 2020

A Quick study of air quality in Lyon with Python

The aim of this post is to use Python to fetch air quality data from a web service and to create a few plots. We are going to: look at some daily data from earlier this year,…

#Datascience#Python
Read more
9 / 11 articles

Need expertise on your project?

Our experts are at your disposal to support you.

Contact us