Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Python Tooling

Python Tooling

Going through some useful tools that make every-day Python developer easier

Senko Rašić

June 12, 2014
Tweet

More Decks by Senko Rašić

Other Decks in Programming

Transcript

  1. Linters & style checkers PEP8 - Style guide for Python

    code (YMMV) ! pep8 ! pylint ! pyflakes ! flake8
  2. Test coverage coverage.py ! ! Rules of thumb: ! 1.

    higher is usually better 2. test only your code 3. test complex things
  3. My Awesome Module ================= ! This is a documentation for

    my Python module of pure awesomeness. ! API Reference ============= ! .. automodule:: mymodule :members: doc/index.rst: