The 0L network currently lacks an official voting mechanism, making it challenging to accurately gauge the preferences and opinions of network participants. While there are various methods to create polls, these approaches may not guarantee the inclusion and proper representation of all community members. We value the input of all network participants, particularly long-term contributors, and recognize the need for a more inclusive voting system.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### OS and IDEs | |
.idea/ | |
.vscode/ | |
.DS_Store | |
### Python | |
# Byte-compiled / optimized / DLL files | |
__pycache__/ | |
*.py[cod] | |
*$py.class |
This is GetYourGuide's Python Style Guide.
It is based on Python [PEP 8][pep8]. Portions of this guide borrow heavily from:
- Google: [C++][google-c++-comments] and [Python][google-python-comments] style guides.
- AirBNB: [Ruby][airbnb-ruby] style guide.
- GetYourGuide: [PHP][gyg-php] style guide.
- [Trey Hunner][trey-hunner]: [Python][trey-hunner-python-guide] style guide.
This is GetYourGuide's Python Style Guide.
It is based on Python [PEP 8][pep8]. Portions of this guide borrow heavily from:
- Google: [C++][google-c++-comments] and [Python][google-python-comments] style guides.
- AirBNB: [Ruby][airbnb-ruby] style guide.
- GetYourGuide: [PHP][gyg-php] style guide.
- [Trey Hunner][trey-hunner]: [Python][trey-hunner-python-guide] style guide.