from Hacker News

How to visualize your Python project's dependency graph

by the1024 on 1/21/25, 4:49 PM with 7 comments

  • by abdullahkhalids on 1/25/25, 12:56 AM

    One feature here is visualizing module dependencies. What is the best way to show the class structure? Meaning both show how a class subclasses others, and how a class uses some other class objects inside it.
  • by pabe on 1/25/25, 7:08 AM

    Funny how every blog article is literally the same. Shady.
  • by remolacha on 1/25/25, 12:56 AM

    looks cool. do you have any case studies of people using this for big refactors?