Category: Python
-
Basic programmer mistakes: Clean Code != PEP 8 – learn the difference
by
–
My kids code PEP 8 compliant, therefore they do Clean Code! Someone really dumb This is an actual quote from […]
-
Formatting time with Python made simple
by
–
If we need to print the current time and date, we can choose from pretty easy and fast solutions, while […]