What is Python IDLE and How to Use the IDLE Shell

preview_player
Показать описание
If you’ve recently downloaded Python onto your computer, then you may have noticed a new program on your machine called IDLE. You might be wondering, “What is this program doing on my computer? I didn’t download that!” While you may not have downloaded this program on your own, IDLE comes bundled with every Python installation. It’s there to help you get started with the language right out of the box.

This is a portion of a longer course.

Рекомендации по теме
Комментарии
Автор

Thank you so much man, I've been looking for a video that starts up from the very beginning just like this. You are awesome.

iremi
Автор

So when I asked for "Beginner" I finally found a true "Beginner" vid. Thank you at last

ApesGarage
Автор

IDLE is actually so simple and easy to use that i can’t move on to other IDEs like vscode. The others are full of invasive options and auto-completing stuff. IDLE is just plain simple. Plus now they we have line numbers.

dopy
Автор

thanks for the video i really helped me

antonstelmakh
Автор

How can I add extensions? I’m in the group that agrees pythons default idle is best and simple, but viscose has two specific features I want, the red line when you type something incorrectly and the auto completion of commonly typed words, how can I add an extension that could compensate for that

Oratordio
Автор

thanks so much only u have the one i need😄

njongtambu
Автор

does anyone know how I can clear my screen? like ive tried a lot of things and not a single one does cls

BlueUEF