Changes between Version 24 and Version 25 of Submitting/Python


Ignore:
Timestamp:
Mar 20, 2020, 2:22:31 AM (4 years ago)
Author:
neteler
Comment:

URLs added

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/Python

    v24 v25  
    6969The correct editor settings for Python indentation
    7070
    71  * Geany editor:
     71 * [https://www.geany.org/ Geany] editor:
    7272   *  Edit > Preferences > Editor > Intentation tab > Type: Spaces
    73  * PyCharm:
     73 * [https://www.jetbrains.com/pycharm/ PyCharm] IDE:
    7474   * already fine and includes code-linting
    75  * atom:
     75 * [https://atom.io/ atom] IDE:
    7676   * ...
    77  * GNU Emacs:
     77 * [https://www.gnu.org/software/emacs/ GNU Emacs] editor:
    7878   * python-mode default
    79  * spyder ...
     79 * [https://www.spyder-ide.org/ spyder] editor:
     80   * ...
    8081
    8182=== PEP8 standard Style ===