Effective PyCharm Transcripts
Chapter: PyCharm Projects
Lecture: Concept: Navigating within a project

Login or purchase this course to watch this video and the rest of the course contents.
0:01 So you've seen our editor is also a rich navigation surface really, so anything up here, like for example this purchase where we have our cursor,
0:12 if we want to know where that is, what defines it, what files are in all we have to do is hit command b and out it comes,
0:20 we can see look it was in data_types.py and it's this class defined exactly like this, so anything you want you can either come along
0:30 and you can use the hotkey command b or control b or you can hold down control or command and then click with the mouse
0:38 and just navigate to anything that doesn't restrict to your code either this could be in this case the code we wrote, this data types thing
0:46 or it could be an external package or it could be something built into the standard library there, so you can navigate to almost anything
0:53 and you want to really make use of this because it really helps you find the code, understand the code super quickly.


Talk Python's Mastodon Michael Kennedy's Mastodon