Difference between revisions of "Python"

From SCECpedia
Jump to navigationJump to search
(Created page with '== Python Tools == == Related Entries == *CME Project')
 
Line 1: Line 1:
 
== Python Tools ==
 
== Python Tools ==
  
 +
* [https://pypi.python.org/pypi/pyflakes Pyflakes] Passive checker of Python programs
 +
* [https://pypi.python.org/pypi/pep8 pep8] Python style guide checker
  
 
== Related Entries ==
 
== Related Entries ==
 
*[[CME Project]]
 
*[[CME Project]]

Revision as of 18:55, 1 March 2016

Python Tools

  • Pyflakes Passive checker of Python programs
  • pep8 Python style guide checker

Related Entries