Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 809 Bytes

File metadata and controls

19 lines (10 loc) · 809 Bytes

Installing code editors

You can download your favorite code editor/IDE for Python development works. You can use any one of the followings, all are free to use.

IDLE

IDLE (Integrated Development and Learning Environment) is a default editor which comes inbuilt with the Python installer.

Pycharm

Its community version is free, and can be downloaded from its Official website.

VS Code

Download VSCode, and python related extensions from within the VSCode(clicking extensions button). Or you can visit VSCode official site extensions page.

Sublime text

Download sublime text from it's official website.