PyCharm Edu 4.0 Help

Creating Projects from Scratch in PyCharm Edu

PyCharm Edu makes it possible to create projects of the various types.

Creating a pure Python project

To create a pure Python project

  1. 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 File | New Project....
  2. 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 cogwheel framed to configure the desired local Python SDK or virtual environment.

  3. Click Create.

Creating a course

To create a course

  1. 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 File | New Project....
  2. 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 cogwheel framed 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.

  3. Click Create.

Refer to the quick start guide for the educators for details.

Creating an educational project

To create an educational project

  1. 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 File | New Project....
  2. In the Select Project Type page, click the option Educational, and then do the following:
    1. Specify the project location. You can do it manually, or click browseButton and choose the desired location from the Select Base Directory dialog.
    2. Click python icon (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 cogwheel framed to configure the desired local Python SDK or virtual environment.

    3. 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 refresh to refresh it.
      • Click cogwheel framed and then choose Add local course. Then select the desired zip archive from the file chooser dialog.
      • Click cogwheel framed and then choose Log in to Stepik.
      • If you want to pass an adaptive course, select one from the list, for example, Adaptive Python.
  3. Click Create.

Refer to the Student's Guide for details.

Last modified: 15 December 2017