+ 4
what is IDLE and how we can download it
8 Respostas
+ 4
IDLE is a text editor with syntax highlight for Python, and it comes with installation of Python to your system.
+ 4
an IDLE full is Intergrated Development and Learning Environment and is a text editor with syntax highlight and interactive shell in windows. and python comes with an IDLE of its own
+ 3
If you use Windows, IDLE downloads with Python automatically.
+ 3
It automatically downloads with your installation of python onto your computer and to open just go to your python file and open it and inside sshould be 4 more files. 1 should be named idle.
+ 3
its a type of editor but a colourful one to make the program writing easy.
If installed in windows it will be at /python/LIB/idlelib/idle.py
There will be two python files , one is with console and the other is without that .u can use anything
+ 1
This https://www.python.org/downloads/
+ 1
well if you got a terminal e.k.a console on your computer which allow you to use shell $ you could make it easily by putting this command apt update then apt-get install python it usually detect to software's with new version. this applied to all device that support it including Mac, android, Linux, window but don't forget to use sudo for the Mac, linux , window and su for android( may required root!")
0
Thanks for the help :)