What are your bad python habits?

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • python-devtools

    Dev tools for python

  • There’s also debug() from python-devtools that is an easy improvement over print() that doesn't involve changing your workflow.

  • Rope

    a python refactoring library

  • Or better, use refactoring tool like rope, jedi, or whatever you have in your IDE to rename them.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • jedi

    Awesome autocompletion, static analysis and refactoring library for python

  • Or better, use refactoring tool like rope, jedi, or whatever you have in your IDE to rename them.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts