Join the community!
Visit our GitHub or LinkedIn page to join the Tilburg Science Hub community, or check out our contributors' Hall of Fame!
Want to change something or add new content? Click the Contribute button!
PEP 8
We follow Python’s style guide PEP 8. Also we:
- Use docstrings for functions whose purpose may be unclear or that will be used outside of their own modules
Supplemental resources:
-
The Hitchhiker’s Guide to Python, especially the sections on coding style and packaging conventions.
-
Google’s Python Style Guide, especially recommendations concerning string formatting and the rule to always explicitly close files and sockets.
Additional notes: