In this python programming course, we make use of the command prompt (CMD) in windows a lot, so it's important that you understand some useful CMD commands for windows.
You'll learn how to use the following commands:
cd - to navigate to different locations
mkdir - to create a new folder
cls - to clear the CMD
type nul - to create empty file
echo - to create file with some text
python - to run your python program
Full course: www.drillerbyte.com/courses
Recommended book: https://amzn.to/2VHlk4q
#python #programming #vscode