Creating Projects from Scratch in PyCharm Edu
PyCharm Edu makes it possible to create projects of the various types.
On this page:
Creating a pure Python project
To create a pure Python project
- Do one of the following:
- On the Welcome screen, under the Quick Start section, click the link Create New Project.
- On the main menu, choose .
- In the New Project dialog, choose the option
Pure Python, and then do the following:
- Specify the project location.
- 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 local Python SDK or virtual environment.
- Click Create.
Creating a course
To create a course
- Do one of the following:
- On the Welcome screen, under the Quick Start section, click the link Create New Project.
- On the main menu, choose .
- In the New Project dialog, click the option Course creation,
and then do the following:
- Specify the project location.
- 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 local Python SDK or virtual environment.
- Specify the course name and description. These fields are mandatory.
The name of the author is specified automatically - this is the system user name. You can accept default, or type another author name.
- Click Create.
Refer to the quick start guide for the educators for details.
Creating an educational project
To create an educational project
- Do one of the following:
- On the Welcome screen, under the Quick Start section, click the link Create New Project.
- On the main menu, choose .
- In the Select Project Type page, click the option Educational, and
then do the following:
- Specify the project location. You can do it manually, or click
and choose the desired location from the Select Base Directory dialog.
- Click
(next to the browse button) and in the Select Python Interpreter dialog box, from the 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 local Python SDK or virtual environment.
- Select the course you want to pass. Do one of the following:
- Accept the course suggested by default (Introduction to Python.)
- Select one of the pre-defined courses by clicking the drop-down arrow. If the list does not
reflect the current state, click
to refresh it.
- Click
and then choose Add local course. Then select the desired zip archive from the file chooser dialog.
- Click
and then choose Log in to Stepik.
- If you want to pass an adaptive course, select one from the list, for example, Adaptive Python.
- Specify the project location. You can do it manually, or click
- Click Create.
Refer to the Student's Guide for details.