[moved] Python IDE for beginner

Status
Not open for further replies.

vinoth14

Junior Member level 1
Joined
Feb 27, 2015
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
184
Hi,

I want to learn python. which is best IDE for beginners?
 

Re: Python IDE for beginner

The best IDE depends if you are new to programming in general or you if you are new to python. When I installed python to windows 7, IDLE was installed automatically. From wikipedia (https://en.wikipedia.org/wiki/IDLE)

"IDLE is intended to be a simple IDE and suitable for beginners, especially in an educational environment. To that end, it is cross-platform, and avoids feature clutter."

so I recommend IDLE.
 

Hi,

JetBrains PyCharm Educational Edition is another option. It is possible that programs like PyCharm may be a little bit more helpful than IDLE - which is a good program to learn with - regarding identifying syntax errors, etc., if you are learning by yourself.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…