RidgeRun Developer Manual/Coding Styles/Python: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
Line 6: Line 6:
== Introduction to 'Python' Coding Styles ==
== Introduction to 'Python' Coding Styles ==


 
When writing Python code, RidgeRun tries to follow [https://www.python.org/dev/peps/pep-0008/ PEP8 - Style Guide for Python Code]. Following we present some of the rules presented in this standard. For more information please visit [https://www.python.org/dev/peps/pep-0008/ PEP8].





Revision as of 20:53, 21 June 2021





Previous: Coding Styles/C++ Index Next: Coding Styles/Javascript





Introduction to 'Python' Coding Styles

When writing Python code, RidgeRun tries to follow PEP8 - Style Guide for Python Code. Following we present some of the rules presented in this standard. For more information please visit PEP8.







Previous: Coding Styles/C++ Index Next: Coding Styles/Javascript