PyCharm Edu 2017.3 Help

Creating Python Packages

PyCharm Edu makes it possible to create Python packages recursively, thus creating the whole package structure.

The Python package nodes are marked with the iconPackage icon.

To create a new Python Package

  1. In the Project tool window, select the destination directory.
  2. On the context menu of the selection, choose New | Python Package, or press Alt+Insert to invoke the context menu:
    python CreatePackageMenu
  3. In the New Package dialog box that opens, specify the package name.
    You can also specify nested packages; in this case, the names should be delimited with dots:
    python CreatePackage

    Click OK. PyCharm Edu creates the new package or package structure:
    python CreatePackageResult

Last modified: 30 March 2018