Pages

Monday, October 7, 2024

Setting up Notepad++ to use with Python language indentations code-style

From Python's official style guide (PEP 8 – Style Guide for Python Code) one should, 

        use 4 spaces per indentation level. 

To set-up Python language indents in Notepad++,

  • Choose Settings->Preferences->Indent Settings for python


To execute a python script, see 


No comments:

Post a Comment