Project Configuration

Let us See how to create python project along with packages and files in pycharm.

1. Launch the Pycharm

2. Click on Create Project

Launch Pycharm

3. Select the path and enter the project name

4. Setup Python Interpreter

Select the Path

5. Make sure project is created

Project Created

6. Create Package in the project

Right click on the project → Select New → Select Python Package

Create Python Package

Enter the Package name

Enter Package Name

Make sure python package is created

Created Python Package

7. Create the Python File

Right click on the project → Select New → Select Python File

Create Python File

Enter the file name

Enter File name

Make sure python file is created

Python File is Created