Daily Shaarli

All links of one day in a single page.

July 7, 2022

How to organize Python code
thumbnail

For every minute spent in organizing, an hour is earned. by Benjamin FranklinPython is different from languages like C# or Java where they enforce you to have classes named after the file they live in. So far Python is one of the most flexible languages I had contact with and...