-
Notifications
You must be signed in to change notification settings - Fork 2
Python
Andrea Antonacci edited this page Aug 31, 2021
·
1 revision
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:
- Home
- Our organization
- Our core values
- Getting organized
- Working on Projects
- Contributing to the TSH website
- Notes for Deboarding