About Lesson
Create Python Project
In this lesson, you will create Python project in Eclipse. A Python automation project allows creating scripts or programs to perform repetitive tasks automatically, without human intervention, using the Python language.
Steps
Launch Eclipse IDE.
Choose the following menu option:
File >> New >> Project
Select the PyDev Project and click on the Next > button.
Give a name to the project.
Select Python interpreter. You can auto configure the Python interpreter or select the custom one on the machine.
Click on the Next > button.
Click on the Finish button to create the Python project.