When I downloaded python ..5programs have been installed what is the benifet of them all?? (you will see the programms in descr) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

When I downloaded python ..5programs have been installed what is the benifet of them all?? (you will see the programms in descr)

1 python 3.6 module docs 2 python 3.6 Manuals 3 IDLE python 3.6 4 python 3.6 5 python launcher plz tell me what is the benifet of them all

6th Dec 2017, 9:43 PM
Omar
Omar - avatar
6 Answers
+ 6
If you want to make a program (script) and then run it, use IDLE. If you want to program interactively (instruction/execution/instruction/execution...) - use Python 3.6
7th Dec 2017, 10:31 AM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 5
The first two are documentation and helpful contents which let you learn new stuff. IDLE is a default editor which you build your codes in. I recommend to switch to some more powerful IDE when you get some fluency. Python 3.6 is probably the Python console itself and Python launcher might be the app for running .py files right from the desktop.
6th Dec 2017, 9:59 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 5
The first one is like here, in the code playground -- first you compose the whole code and only then run it, as a whole. Interactive -- you write print('Hello!'), press enter and it prints Hello! right away.
8th Dec 2017, 3:49 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 1
thank u kuba very much😃😃😃
8th Dec 2017, 4:13 PM
Omar
Omar - avatar
0
@kuba So if I want to make a program display hello world wich program of these should I use??
7th Dec 2017, 8:40 AM
Omar
Omar - avatar
0
@kuba what is the differnt between program(script) and program interactively??
8th Dec 2017, 3:28 PM
Omar
Omar - avatar