Войти
  • 589Просмотров
  • 8 месяцев назадОпубликованоThe Retro Desk

Lesson 2: Branching Out - Python for Beginners

This is the second lesson in my tutorial series made for absolute beginners to learn how to code using the python programming language. This episode covers the concepts of: * Getting user input with input() * Parsing strings with int() * Classes and objects * Using built-in class methods, like () * if/else statements * Boolean values and expressions * Floating-point numbers * Getting the type of an object with type() Download Thonny: Tutorial Materials: Join our Patreon Community: Chapters: 00:00 Intro 00:26 What did we learn last time? 00:55 What is Input? 03:27 What is Parsing? 09:54 What's an Object? 10:21 What's a Class? 12:28 What's the "str" class? 15:07 What's an If Statement? 17:48 What's an Else Statement? 19:39 Review Time! 20:54 What are the other built-in types? 27:00 Thanks for Watching!