How to run Python in Command Prompt cmd?

Hey, Let's Learn Something
Geek Culture
Published in
3 min readApr 11, 2023

--

Yes, you can run Python using CMD.

If you’re new to Python programming and using Windows 10 or 11, learning how to run Python in Command Prompt is a crucial first step. With this quick Python tutorial for beginners, you can easily get started with Python programming on your Windows operating system. The tutorial outlines simple steps to download and install Python, open Command Prompt, and add paths to the environment variables to ensure that Python runs smoothly. You’ll also learn how to troubleshoot if the Pip command is not recognized. By following these steps, you’ll be up and running with Python in no time and ready to dive deeper into the world of programming.

1. Download and Install Python
To run Python using CMD, you first need to download Python. Kindly visit the official Python website (or Google Python Download), download the required Python version, and install it on your PC.

2. Open the Command Prompt
Open the Command Prompt by typing “CMD” on the start menu. Then type “python — version” and check if you can see the Python version. If you can’t see the Python version and encounter an error that Python was not found…

--

--

Hey, Let's Learn Something
Geek Culture

We try, experiment, and then share a how-to-do on things like apps, windows, WordPress, sites, and whatever is useful and interesting.