👩‍💻 Python for Beginners Tutorial

👩‍💻 Python for Beginners Tutorial01:03:21

👩‍💻 Python for Beginners Tutorial 影片的下載資訊和詳情

作者:

Kevin Stratvert

發布日期:

2021/3/25

觀看次數:

3.8M

簡介:

In this step-by-step Python for beginner's 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. TIMESTAMPS 0:00:00 Introduction 0:01:25 Why program? 0:02:18 Why Python? 0:04:33 Get Python 0:06:43 Run code in Python terminal 0:09:13 Write code in a text editor like Notepad 0:11:59 Get an IDE like Visual Studio Code for free 0:14:20 Set up VS Code 0:16:34 Run code in VS Code 0:18:12 Work with numbers & operators 0:22:24 Work with text / strings 0:24:03 Comments 0:25:37 Variables 0:32:01 Conditional logic 0:34:55 If, elif, & else statements 0:41:14 Functions 0:54:39 While & for loops 0:59:00 Import libraries 1:00:02 Troubleshooting code. 1:02:28 Wrap up