Sitemap

Member-only story

20 Python Tools You’ll Never be Able to Stop Using

You won’t even try to stop. Analyzers, Linters, and Code Quality Checkers that quite simply… are the bomb

4 min readMay 24, 2021

Static Analysis, Linters and Code Quality Checkers

This list of python toys is just the tip of an iceberg of fun waiting to be had in the world of object oriented coding. The majority of the amazing tools below are originally noted by (Chen, Vinta/Awesome-Python, 2021). I am glad to share them with you. Here it goes.

Photo by Sammy Williams on Unsplash

Code Analysis

  • coala — get it? Like… Quality…good I just needed to make sure that the pun was received. This ia a Language independent and easily extendable code analysis application. You can use a single configuration file for all your programming languages. You can also use coala from within your favorite editor, integrate it with your CI, get the results as JSON, or customize it to your needs with its flexible configuration syntax. Plus… coalas are adorable.

--

--

Graham Waters
Graham Waters

Written by Graham Waters

Future AI, LLM Curator, TopWriter, M.S. Strategic Analytics, Brandeis. https://shorturl.at/aEW23 Join me in medium: https://grahamwaters.medium.com/membership

Responses (1)