0
What program should I use in my pc to code in python
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.
+ 3
Aye aye Skipper!
+ 2
Just use IDLE which is the development environment that comes with python itll get you where you need to be!
+ 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.
+ 1
:). good luck