In this step-by-step Python for beginners tutorial, learn how you can get started programming in Python. In this video, I assume that you are completely new to programming. Weโll walk through how to get Python, how to run your first code, and how to get an IDE (Integrated Development Environment) to help you code faster. Youโll also learn about variables and how to set them. Weโll look at functions, if statements, while and for loops, and weโll import libraries. At the end, weโll also look at how you can troubleshoot your code, for instance, when you run into syntax, semantic, or runtime errors. By the end, youโll know how to run code and youโll also understand the basic concepts of programming. My name is Kevin Stratvert and Iโll be your guide to Python. I previously worked at Microsoft for 14 years.
๐ Additional resources:
โ Get Python: https://www.python.org
โ Get Microsoft Visual Studio Code: https://code.visualstudio.com
โ Timestamps
0:00 Introduction
1:25 Why program?
2:18 Why Python?
4:33 Get Python
6:43 Run code in Python terminal
9:13 Write code in a text editor like Notepad
11:59 Get an IDE like Visual Studio Code for free
14:20 Set up VS Code
16:34 Run code in VS Code
18:12 Work with numbers & operators
22:24 Work with text / strings
24:03 Comments
25:37 Variables
32:01 Conditional logic
34:55 If, elif, & else statements
41:14 Functions
54:39 While & for loops
59:00 Import libraries
1:00:02 Troubleshooting code.
1:02:28 Wrap up
๐ Watch related playlists and videos
โ Playlist with all my videos on Python: https://youtube.com/playlist?list=PLlKpQrBME6xKNfcbz2nHyY_anC8BpXRnp
๐ฉ Connect with me on social:
โ LinkedIn: https://www.linkedin.com/in/kevinstratvert/
โ Twitter: https://twitter.com/kevstrat
โ Facebook: https://www.facebook.com/Kevin-Stratvert-101912218227818
โ TikTok: https://www.tiktok.com/@kevinstratvert
๐ Subscribe to my YouTube channel
https://www.youtube.com/user/kevlers?sub_confirmation=1
๐ฌ Want to watch again? Navigate back to my YouTube channel quickly
http://www.kevinstratvert.com
๐ Support me with your Amazon purchases: https://amzn.to/3kCP2yz
โ As full disclosure, I use affiliate links above. Purchasing through these links gives me a small commission to support videos on this channel โ the price to you is the same.
#stratvert