Still following the example from the previous subsection, we will be looking into how to finally create and interact with a PyCharm project. Let's get started:
- Click the Create button to finalize the process. PyCharm will take you to another window where your newly created project is. The following screenshot shows what I obtained from my PyCharm:
A new project in PyCharm
Notice that, aside from the directory folder in the left-hand panel, there is not much for us to interact with here since there are no files in our project currently.
- To add a new file to our project, right-click on the project in the ...