Python Tutorial - Introduction to Classes

preview_player
Показать описание

🔗 Link to Repository

👋🏻 About Me
Hey there! I'm Dave, an AI Engineer and the founder of Datalumina, where our mission is to facilitate entrepreneurial and technological proficiency in professionals and businesses. Through my videos here on this channel, my posts on LinkedIn, and courses on Skool, I share practical strategies and tools to navigate the complexities of data, artificial intelligence, and entrepreneurship.

🛠️ My Development Workflow

✔️ My Project Management Tool

🎓 Our Training Programs

🔗 Let's Connect

📥 Datalumina's Newsletter

📊 How I'm using data to track my health

#python #clases #oop

📌 Video Description
In this video, Dave provides an introduction to object-oriented programming (OOP) in Python. He begins by explaining the fundamental concepts of classes and objects, which form the building blocks of OOP.

Classes allow you to define blueprints for creating objects that encapsulate data and behavior. They provide a way to group related data (attributes) and functions (methods) together into a single unit. By using classes, you can create instances (objects) of that class, each with its own unique set of data.

Dave demonstrates how to define a class using the `class` keyword and how to create instances (objects) of that class. He also covers the `__init__` method, which is a special method used to initialize the attributes of an object when it is created.
Рекомендации по теме
Комментарии
Автор

Thanks for the video. The example at the end was very helpful. Rarely get that type of thing in tutorials

jeffk
Автор

Most handsome Python teacher hands down

LiamOttley
Автор

Nothing I love more than your Python classes ❤

Mark_Kashef
Автор

You're a hired 🎯 hitman dealing in fixing our messy lives of trying to become employable Data Analytics and Scientists.
Your doing a 🎉great job. Your filling the gap on YouTube that perhaps expensive and boring MOOCs online courses could fil.

paulntalo
Автор

I always find Dave’s lesson so easy to digest. I think i am a little fan of his by now. And i am going to follow his lesson promptly from now on. Thanks Dave 🍸

PeterPan-hstu
Автор

Never understood why I should use classes vs. just functions until I watched this. The self variable alone is such a timesaver 😅

bernardo
Автор

Yess this is what I need and more. I'm hesitant with OOP but I need to get better at it.

fernandes
Автор

3:47 : Correction, it is in Pascal-case not Camel-case.
Camel-case = twoWords
Pascal-case = TwoWords

JaseOfSpades
Автор

This is very helpful, Thanks for sharing, Dave.

JosiahDamilare
Автор

Thanks a lot man, much appreciated. Great Video

KylerK
Автор

Great video to also have something for beginners.

eugenmalatov
Автор

Hi Dave! What font do you use in VS Code?

alexchexes