Files
wiki/README.md
2017-08-05 09:46:32 +02:00

3.4 KiB

wiki

Python

  • pycycle - Tool for pinpointing circular imports in Python. Find cyclic imports in any project.
  • pylint - A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells.
  • prospector - Inspects Python source files and provides information about type and location of classes, methods etc.
  • mypy - Optional static typing for Python 2 and 3
  • attrs - Python Classes Without Boilerplate.

Elixir

General

Performance

Testing

Phoenix

General