PyCharm makes it possible to create projects of the various types.
On this page:
Creating a project
- Do one of the following:
- On the Welcome screen, click the link Create New Project.
- On the main menu, choose .
- In the dialog box that opens, specify the project location (or accept default),
and choose its type.
From the Python interpreter drop-down list, choose the interpreter to be used for the new project.

Note that the list shows all previously configured interpreters and virtual environments . If you cannot find the desired interpreter in the list, click
to configure the desired Python SDK
or virtual environment. - Follow the steps of the wizard, depending on the selected project type, for example:
- Pure Python Project
- Creating Django Project
- Creating Google App Engine Project
- Creating Flask Project
- If you have selected one of the frameworks for the client-side development, choose the desired version of the framework.