Conception — Python

Python is an Open Source scripting language widely used in the world of scientific and numerical computing for its power and simplicity.
The third-party packages and libraries available with Python are numerous and cover all areas of an information system (network, databases, time series, noSQL, etc.).
Python - Understanding args, kwargs in functions January 10, 2021

*args
, **kwargs
in function arguments.
Used to other languages : what’s that ? pointers in Python ?
*args
and **kwargs
allow multiple arguments and named arguments to be passed to a function. Nothing really rocket science. In this article, *args
and **kwargs
explained through simple examples, and at the same time, a quick word about the unpacking operators * and **. Python - Practical Handbook, Quick reference guide January 7, 2021

- Handling JSON data
- Programs arguments (argparse)
- INI files (configparser), YAML files (PyYAML)
- HTTP requests (packages requests and httplib2) …
Python, application configuration - environment variables, ini and YAML files April 24, 2020

Python, handling dictionaries with dot notation April 20, 2020

Python, Managing HTTP requests with the packages requests and httplib2 April 17, 2020

Python, Parsing arguments with the packages argparse and getopt April 15, 2020

Python, Reading and writing JSON with the package json April 13, 2020

Python - Understanding and demistifying virtualenv January 24, 2020

No more articles in English. Below, the available articles but in french.
Migration automatisée d’un site Web (HTML, PHP, CSS, JS…) de l’encodage ISO-8859-1 vers l’Unicode UTF-8 avec Python 3 September 22, 2016
