Published onJanuary 21, 2024Using TYPE_CHECKING constant in pythonpythontypingbeginnersLearn 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 onJuly 23, 2023Easily configure Prettier with ESLintESLintJavaScriptnodejsPrettierformattingHow to configure Prettier and ESLint easily
Published onApril 18, 2023Understand Multithreading in Python in less than 5 minutespythonmultithreadingconcurrent-modeMultithreading in Python in simple terms
Published onJanuary 29, 2023Python tip N1 : simple ways to merge dictionaries in PythonpythondictionariesbeginnerstipsHow you can merge your Python dictionnaries in one line