Published onJuly 21, 2024Python tip N4 : When list is not the answer (from Fluent Python book)pythontipsbooksShould you always use a list ?
Published onApril 28, 2024Top 3 Free Resources to Learn FastAPI in 2024pythonIntroduction to the FastAPI Framework and a handpicked list of free resources to learn this framework
Published onApril 17, 2024Python tip N3 : Create a Python package and publish it with only one filepythontipsHow can you create a python package and publish it simply
Published onMarch 4, 2024Python web frameworks in production (1): Web app for medical sectorpythonreactHow to use Python web frameworks in the medical sector ?
Published onFebruary 25, 2024Coding challenge: Get useful data from a 1b rows text file with PythonpythonCan Python parse a 1B row text file ?
Published onJanuary 21, 2024Using TYPE_CHECKING constant in pythonpythonbeginnersLearn the usage of TYPE_CHECKING constant in Python
Published onSeptember 24, 2023Python tip N2 : function call overheadpythontipsbeginnersAvoid calling a function in a hot loop
Published onApril 18, 2023Understand Multithreading in Python in less than 5 minutespythonMultithreading in Python in simple terms
Published onJanuary 29, 2023Python tip N1 : simple ways to merge dictionaries in PythonpythonbeginnerstipsHow you can merge your Python dictionnaries in one line
Published onDecember 30, 2022Top 3 Free Resources to Learn Django in 2023pythonIntroduction to the Django Framework and a handpicked list of free resources to learn this framework