216 shaares
145 private links
145 private links
12 results
tagged
python
Why your Python project should use the src layout.
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...
Python profiling
Python pre-commit linting
Contains a good example of a class based decorator to be able to use state and parameters.