Video: Visualize the architecture of your Python app, in VS Code, in 2 / minutes

kgilpin

Kevin Gilpin

Posted on March 9, 2021

Video: Visualize the architecture of your Python app, in VS Code, in 2 / minutes

AppMap is a VSCode extension which helps you improve your code by showing you how it really behaves, feature by feature, as you work. It does this by automatically generating beautiful, interactive maps of architecture and code behavior right in your editor.

This 2 ยน/โ‚‚ minute video shows how install the AppMap extension, how to configure it to map both your code and the Django framework, and how to navigate your code using the interactive diagrams.

It uses the website code of the Chicago Python Users Group as an example. Try it yourself!

For a textual walkthrough, check out https://github.com/applandinc/vscode-appland/blob/master/doc/TUTORIAL-PYTHON-CHIPYORG.md

๐Ÿ’– ๐Ÿ’ช ๐Ÿ™… ๐Ÿšฉ
kgilpin
Kevin Gilpin

Posted on March 9, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

ยฉ TheLazy.dev

About