Effective PyCharm Transcripts
Chapter: PyCharm Projects
Lecture: Project introduction

Login or purchase this course to watch this video and the rest of the course contents.
0:01 Now that we've talked about by PyCharm a little bit and why you want it, things like that, and you've got it all set up,
0:08 it's time to start using PyCharm to do some really cool stuff. We're going to start by focusing on projects.
0:14 We're going to cover many things as you saw in this course, but one of the central ones is this concept of a project,
0:21 loading a set of files, piecing them together, working with the relationships, doing things like navigating from one file
0:29 via definition of a method call say into another, or setting up the project structure so that if I'm running a web application
0:38 it will give me say auto completion for the static files even if the static files are not really the root of the project folder
0:46 but root of the web, the conceptual web app, things like that. So we're going to focus on the really important parts of the project
0:55 which mostly means how do we put a bunch of files together and navigate them and run them.


Talk Python's Mastodon Michael Kennedy's Mastodon