Saturday, August 26, 2017

Python - Downloading IDE

To begin with actual programming, you have to download a python text editor or IDEs that makes our tasks easier to perform. There are many such IDEs like
  1. wing IDE
  2. ERIC
  3. Pycharm(recommended)
  4. PyDev
  5. Spyder etc.
I prefer you to use PyCharm.
To download PyCharm:
go to: https://www.jetbrains.com/pycharm/download/
download Community version and install it.

No comments:

Post a Comment