+ 3

I want to try all what I learn in python on computer and write codea and make programs but I dont know how??

can u tell me what is the program wich I can with it write codes in python language and make programs?and how does it work?

22nd Nov 2017, 8:35 AM
Omar
Omar - avatar
8 ответов
+ 3
Everything you need to know is written in link Duncan gave you but to put it simply: On Windows the simpliest way to start programming is choosing some IDE (like mentioned above Anaconda) It should give you everything you need so it's really easy to start coding with it. You can also try simple editor for coding (ex. Atom) + command line for running programs. It's by some means better option - you would learn not to depend on editor you use and if you wanted to write something for example in JavaScript, you could do so right away in the same editor you used for Python (which is not the case for IDE) The most important thing is for you to like editor you write in so choose anything that will make you feel comfortable when writing.
23rd Nov 2017, 5:50 AM
Paulina Chołowienko
Paulina Chołowienko - avatar
+ 2
www.python.org/about/gettingstarted/
22nd Nov 2017, 11:51 AM
Duncan
Duncan - avatar
+ 2
You can use Anaconda
23rd Nov 2017, 1:19 AM
Vitalij Bredun ♡ Python Petersburg
Vitalij Bredun ♡ Python Petersburg - avatar
+ 2
@paulina what about "py charm" ?
24th Nov 2017, 7:26 AM
Omar
Omar - avatar
+ 2
It's really good IDE. Try to write some code in it and if you like it then stay with it. Don't think too much about choosing editor, anything that makes coding comfortable for you is good. Even the simplest notepad can do (although I don't know anyone who'd like coding in notepad :-D)
24th Nov 2017, 9:44 AM
Paulina Chołowienko
Paulina Chołowienko - avatar
+ 2
Ok thank u very much paulina☺
24th Nov 2017, 9:54 PM
Omar
Omar - avatar
+ 1
Well, that depends on the OS you use. Is it Windows/Linux/MacOS?
22nd Nov 2017, 8:57 AM
Paulina Chołowienko
Paulina Chołowienko - avatar
+ 1
windows
22nd Nov 2017, 10:08 PM
Omar
Omar - avatar