Changes between Version 24 and Version 25 of Submitting/Python
- Timestamp:
- 03/20/20 02:22:31 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/Python
v24 v25 69 69 The correct editor settings for Python indentation 70 70 71 * Geanyeditor:71 * [https://www.geany.org/ Geany] editor: 72 72 * Edit > Preferences > Editor > Intentation tab > Type: Spaces 73 * PyCharm:73 * [https://www.jetbrains.com/pycharm/ PyCharm] IDE: 74 74 * already fine and includes code-linting 75 * atom:75 * [https://atom.io/ atom] IDE: 76 76 * ... 77 * GNU Emacs:77 * [https://www.gnu.org/software/emacs/ GNU Emacs] editor: 78 78 * python-mode default 79 * spyder ... 79 * [https://www.spyder-ide.org/ spyder] editor: 80 * ... 80 81 81 82 === PEP8 standard Style ===