Install PyCharm Community Edition
Download and install PyCharm Community Edition.
Creating Your First Python Project
1. Launch PyCharm and create a new project.
2. Specify the location of the project and click Create, which would create the project.
3. Right click and create a new Python file, where you can write your code. To run the code, right click the file name and click on "Run". Congrats! You have run your very 1st Python project.
Free Python Courses
- Crash Course on Python - Google
- Python 3 Programming Specialization - University of Michigan
- Python for Everybody - University of Michigan
- Getting Started with Python
- Python Data Structures
- Using Python to Access Web Data
- Using Databases with Python
- IT Automation with Python by Google
No comments:
Feel free to leave a piece of your mind.