Python Complete Command Prompt Setup tutorial (for beginners)

Описание к видео Python Complete Command Prompt Setup tutorial (for beginners)

This video is about setting up python for programing in Command Prompt(Complete Tutorial, no prior programming knowledge required). With this, you donot require IDLE for programming. While installing python, there is an option for setting environment variables automatically.
Still i recommend to do it manually.

Checking python command in cmd:
python
(if you get error like "cannot identify command..." then do recheck the path variable settings)
exit()
(this will take you out of Python interpreter mode in command prompt)

running/execute python program:
helloWorld.py
(first go to folder(in cmd) where your CodeFile.py is present.)

Command prompt tips:
cd = change directory; ex: cd Desktop
dir = directory listing; it shows all files present in current directory/folder
cd.. = to go back to previous folder
E: = To change drive, simply type drive letter and :
exit = close command prompt

EduPark Krupesh
-Learn and Grow Together.



• Music:
Royalty Free Music: https://www.soundotcom.com
ARTIST: Soundotcom
Inspirational Life - (CREATIVE COMMONS) - Royalty Free Music | Inspiring Upbeat Corporate Happy by Royalty Free Music is licensed under a Creative Commons License.

Комментарии

Информация по комментариям в разработке