Published onJuly 21, 2024Python tip N4 : When list is not the answer (from Fluent Python book)pythonbookfluent-pythontipsShould you always use a list ?
Published onApril 17, 2024Python tip N3 : Create a Python package and publish it with only one filepythonpackagespypitipsHow can you create a python package and publish it simply
Published onSeptember 24, 2023Python tip N2 : function call overheadpythontipsbeginnersAvoid calling a function in a hot loop
Published onJanuary 29, 2023Python tip N1 : simple ways to merge dictionaries in PythonpythondictionariesbeginnerstipsHow you can merge your Python dictionnaries in one line