7 Python libraries for more maintainable code

I saw this article on Opensource.com highlighting different Python libraries and tools to write more maintainable code. From code linting to test coverage to continuous integration, I thought these were interesting to consider for future projects:

Hope some of y’all find this useful too!

All this talk of linters, and yet it leaves out the beautiful mypy library for checking statically typed Python programs! I highly recommend it :slight_smile:
http://mypy-lang.org/

2 Likes