Features Tips & Tricks Tutorials

Working with UML class diagrams

Sometimes it can be really handy to have a schematical view of an application’s class hierarchy. PyCharm lets us quickly examine our application structure by generating UML class diagrams. This can help us understand the codebase we’re working on and easily navigate from diagram to code and back. We can even refactor and view changes from the UML diagram!

To learn about UML diagrams usage in PyCharm, please check the UML class diagrams tutorial from our PyCharm’s tutorial space.

As always, we appreciate your feedback in the comments below or in our forum!

Develop with pleasure!
– PyCharm Team

image description