0

What program should I use in my pc to code in python

11th Aug 2019, 3:51 PM
Andrew
5 odpowiedzi
+ 4
Download Python from it's official website. https://www.python.org/downloads/ Python 3.7.4 is currently the latest version Download as per your operating system.
11th Aug 2019, 4:21 PM
Ankit Yadav
Ankit Yadav - avatar
+ 3
Aye aye Skipper!
11th Aug 2019, 7:30 PM
StealthyTaco
StealthyTaco - avatar
+ 2
Just use IDLE which is the development environment that comes with python itll get you where you need to be!
11th Aug 2019, 4:10 PM
StealthyTaco
StealthyTaco - avatar
+ 2
If you're new to programming start with the simplest text editor and run the Python interpreter manually to learn the basic mechanics of running Python code. Then to speed up things play with the simplest Python IDE that is Idle. Then only you may move to something more complex such as Atom or Sublime (not really IDEs but if you add a Python interpreter they become a kind of...) Then you have a selection of some heavy weight stuff such as Anaconda or PyCharm. I am cautious when using heavy IDEs They tend to add things to the code in the background to make the programmer's life easier. When I have to use such IDEs I am always testing the output by directly running the interpreter.
11th Aug 2019, 6:09 PM
Skipper
Skipper - avatar
+ 1
:). good luck
11th Aug 2019, 8:01 PM
Skipper
Skipper - avatar