Configuring Project Structure | PyCharm
www.jetbrains.com › help › pycharmSep 23, 2021 · In PyCharm, content is a collection of files with which you are currently working, possibly organized in a hierarchy of subfolders. The top-level folder of a project is its content root . Within a content root , PyCharm can distinguish between the folders that contain source code, and the ones to be ignored while searching, parsing, watching ...
Importing Project from Existing Source Code | PyCharm
www.jetbrains.com › help › pycharmSep 03, 2021 · PyCharm analyzes the code base and adds the .idea directory with settings. Creating projects from existing source code From the main menu, choose File | Open. In the dialog that opens, select the directory that contains the desired source code. Note that applications created externally are marked with the regular directory icon . Click OK.