Getting back to the process of creating a PyCharm project from scratch, let's get started:
- After choosing the Create New Project option in the welcome window, you will be prompted to select the type of project you'd like to create. This step is used to specify which general project you are working on, where you'd like to store the project, and which interpreter/environment to use. The prompt in which you can select your project type is as follows:
Creating a PyCharm project
If you are using the Community edition, you will not see the left-hand side of the window that's shown in the preceding screenshot. Don't panic, as ...