When developing a web application of non-trivial size it can be challenging to find the relevant source file or class that is responsible for something you see on a web page.
PyCharm (currently
my main development environment for python) provides a pycharm://
protocol
handler, which makes it possible to link …