Python OOP (Object-Oriented Programming) Project for Beginners

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

Learn Python OOP with this Python OOP (Object-Oriented Programming) Project for Beginners. In this beginners Python tutorial, you will apply what you have learned about classes, objects, inheritance and polymorphism.

⭐ Become a full-stack dev with Zero To Mastery Courses:

👇 Follow Me On Social Media:

Python OOP (Object-Oriented Programming) Project for Beginners

(00:00) Intro
(00:05) Welcome
(00:15) Getting Started
(00:51) Initializing the Bank Account class
(04:31) get_balance method
(06:08) deposit method
(08:07) BalanceException and viable_transaction method
(10:52) withdraw method
(13:59) transfer method
(18:32) Interest Rewards Account class
(23:01) Savings Account class
(29:20) Wrap up

📚 Tutorial References:

Was this Python tutorial about building a practice OOP project helpful? If so, please share. Let me know your thoughts in the comments.

#python #oop #project
Рекомендации по теме
Комментарии
Автор

Thanks for revising the OOP concepts into a project format. This video really refreshes my knowledge on OOPs

DevanshShukla
Автор

thank you for this lovely video Dave. Clear and succinct with enough repeatability to reinforce key concepts and ideas. Really appropriate for a beginner in OOP.

tobyroy
Автор

great video finally getting to catch some of the basics through a project based tutorial wish is a great way to know how to implement the basics thank you for your effort

boualamiSohaib
Автор

Things are starting to make much more sense watching this. Quality video. Thank you :)

jaykb
Автор

Crystal clear explaining!!
Thank you for your efforts

ahmedmetwaly
Автор

This should have more views. I know Python, but never really got into OOP much. This is great learning material, also thanks for talking about those VS Code shortcuts :)

mansbjork
Автор

great video finally getting to catch some of the basics through a project based tutorial wish is a great way to know how to implement the basics thank you for your effort

FATIMAELAMRANI-ke
Автор

Thanks for the project. keep up the good work.

djoksus
Автор

Amazing as always. Thank you so much 🙏🌹❤

PaarsahSoroury
Автор

Hi, Im Krish, Founder of Technolabdigitals from INDIA!!
Your tutorials are pure coding gold! 🌟 I have a suggestion. How about creating a full tutorial series on building a MENN Stack Subscription Platform? 🚀🔥

From User Management to Content Control, User Roles to Payment Integration, and Admin Controls to User Authentication, your expertise in these areas is unmatched. And adding a touch of genius by locking content for free users would make it even more exciting! 💡💪

I can already imagine how your step-by-step approach and knack for simplifying complex concepts will make this tutorial series a developer's dream. Your creativity and attention to detail will shine through as you guide us through the entire process, from start to finish.

Count me in as one of your eager subscribers eagerly waiting to dive into this MENN Stack masterpiece!

kreativekrishstudios
Автор

Thank you so much!! I learned a lot!!!

FaberLSH
Автор

Very informative. Thanx for such lovely guidance

ganeshkachare
Автор

This is amazing! What I was looking for to practice classes. Thanks

TheMandiyualbo
Автор

I love this project so much. I just learned OOP in Python, but I'm not sure how to apply it to a project. I understand now how to apply OOP Concepts to a project. I don't fully understand all of the project's topics 😅. However, I had to repeatedly code in order to understand this 💪💪💪💪💪💪. Thank You SO Much Dave

saifulislamshanto
Автор

I'm using this tut to refresh and re-learn some rusty memories. I noticed you use "from bank_accounts import *". Doesn't this pollute oop_project module with bank_accounts attributes? All I had to do to use "import bank_accounts as ba" is add ba, infront of these 2 lines...
Dave = ba.BankAccount(1000, "Dave")
Sara = ba.BankAccount(2000, "Sara")
and there is no namespace pollution. Of course, you might be teaching this in a later module. But folks will be getting into a bad habit. Best to never start a bad habit .
🙂 But, so far, very nice tut!

willsheffield
Автор

Great tutorial except for the BalanceException(Exception) and SavingsAcct part because i'm still very vague about what's happening there!

shafreakinjoss
Автор

hey Dave, what about doing a tutorial about Svelte fire? I love watching your tutorials

lsouza
Автор

Can you do more tutorials on python oop with projects

dextro
Автор

Hey dave! Great video, if you can do a video on redux toolkit specifically with Typescript that would be awesome, i dont believe you have that yet, along with React query would be a bonus!

eshw
Автор

I don't think the self.withdraw is needed under the transfer method it will still give u d same output

JeffStevens-grzi
visit shbcf.ru