0

Is there a platform that i can practice python?

Please guide me, i am a beginner on learning programming. As i was trying to run python on xcode, because i’ve downloaded IDLE and i realise that they don’t have the “run” icon to check if my script is successful or not. Any suggestion?

26th Mar 2018, 3:13 AM
Cassidy To
Cassidy To - avatar
1 Answer
+ 1
Basically, IDLE is a python interpreter shell. So, if you need maximum of run and debug options gathered in a convenient way, you ought to get a full-featured IDE. There are lots of them, including those designed especially for Python like PyCharm (though kinda heavy) or Wing IDE, etc. Ipersonally use the later one.
26th Mar 2018, 7:00 AM
strawdog
strawdog - avatar