Finding unused function/classes

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vulture

    Find dead Python code

  • I started to use vulture https://github.com/jendrikseipp/vulture which works fine for most simple cases, but where I have 2 functions with same name in different context(one is class method, second is normal function) and only one is used then tool cannot find such situation.

  • 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
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

  • jendrikseipp/vulture Vulture - Find dead code

    1 project | /r/Python | 5 May 2021
  • Vulture: Find Dead Python Code

    1 project | news.ycombinator.com | 4 May 2021
  • Google lays off its Python team

    3 projects | news.ycombinator.com | 27 Apr 2024
  • Pylyzer – A fast static code analyzer and language server for Python

    6 projects | news.ycombinator.com | 11 Apr 2024
  • How to setup Black and pre-commit in python for auto text-formatting on commit

    3 projects | dev.to | 29 Mar 2024