Skip to playerSkip to main content
New to programming and wondering how to get started with Python? In this tutorial, I cover the fundamental steps to installing Python on Windows. I walk you through downloading the correct version from python.org, the importance of adding Python to your PATH during installation, and how to verify your installation using the command line.

Whether you're setting up your machine for AI workflows or general development, this is the first step!

Link Python Site:
https://www.python.org/

Original YouTube Tutorial: https://youtu.be/QpkqDOoTZ-c

Video Details:
* Original Publish Date: February 2, 2024
* Focus: Python Setup / Environment Configuration

Follow lordcaocao2025 on Dailymotion for more technical AI research and generative workflow guides!

---
Connect with me:
📺 YouTube: https://www.youtube.com/@CaoCao2025
📱 TikTok: https://www.tiktok.com/@caocao20250
💎 Patreon: https://www.patreon.com/cw/Caocao2025

#Python #Programming #CodingForBeginners #AITutorial #TechGuide #lordcaocao2025
Transcript
00:00Hi guys, welcome back with me, chowchow2025.
00:04Since many asked me, so we're going to start from the beginning about how to install Python.
00:12To install Python, you just simply go to Python ORG and then select download.
00:20And you can download the last one if you want, but since I'm currently using Python 3.10.6,
00:30so I'm going to use that instead.
00:34Okay, I think currently I use this, so I'm going to download Python 3.10.6.
00:44You can select the installer, so I'm going to use Windows Installer 64, okay, then let's
00:51save it here.
00:52Okay, we're going to access this, double click it.
00:58You could install it somewhere you want, but I'm going to use this.
01:03And make sure you add it to the path, so we can call it anywhere.
01:12Okay, so that was successful, and that's how you install Python.
01:17To know, you know, what Python you have, just write Python here, and version street 10.6.
01:32That's how to install Python, very simple, and thank you for watching.
01:39Don't forget to like, share, and comment, and see you again in the next episode.
01:42Have a nice day.
Comments

Recommended