У нас вы можете посмотреть бесплатно Learn Python • #11 Classes • Create and Use Classes in Python или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Classes are like a blueprint for creating your own reusable data structures in Python. They allow you to define your own custom data types, with properties and methods that can be accessed and manipulated from other parts of your code. In this video, you'll learn the basics of creating and using classes in Python. We'll cover why classes are useful, how to define them, and how to create instances of classes. This video is part of a beginner tutorial series for anyone who wants to learn Python from scratch, and get to a point where you can start coding your own projects. 🔗 Project Code (GitHub): https://github.com/pixegami/python-fo... 🔗 Full Playlist: • Python For Beginners (Full Course) 🔗 Next Chapter: Coming Soon! 👉 Follow me on Twitter: @pixegami 📚 Chapters 00:00 - Introduction to Classes in Python 01:33 - How to Create a Class 04:53 - Creating an "Instance" of a Class 08:40 - Instance Methods 10:49 - Method Arguments 12:38 - Static Variables 15:30 - Static Methods 19:15 - Example Uses of Classes 20:53 - Coding Exercise: Classes