Skip to content

PRO TIP Block youtube.com at the DNS level โ€” Pi-hole, NextDNS or your hosts file โ€” but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Python OOP (Object-Oriented Programming) Project for Beginners

87.9K views on YouTube

Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap

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.

๐Ÿ’– Support me on Patreon โžœ https://patreon.com/davegray

โญ Become a full-stack dev with Zero To Mastery Courses:
– The Complete Python Developer: https://bit.ly/CompPythonDev
– Complete Machine Learning & Data Science: https://bit.ly/CompMachineLearning
– Junior to Senior Dev Roadmap: https://bit.ly/WebDevRoadmap-JrtoSr

๐Ÿšฉ Subscribe โžœ https://bit.ly/3nGHmNn

๐Ÿ“ฌ Course Updates โžœ https://courses.davegray.codes/

โ“ Questions – Please post them to my Discord โžœ https://discord.gg/neKghyefqh

โ˜• Buy Me A Coffee โžœ https://www.buymeacoffee.com/davegray

๐Ÿ‘‡ Follow Me On Social Media:
Github: https://github.com/gitdagray
Twitter: https://twitter.com/yesdavidgray
LinkedIn: https://www.linkedin.com/in/davidagray/

๐Ÿ”— Source Code: https://github.com/gitdagray/python-course

๐Ÿ”— Playlist for this Python Course: https://bit.ly/dg-beginners-python

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:
๐Ÿ”— Python Official Site: https://www.python.org/
๐Ÿ”— Visual Studio Code Official Site: https://code.visualstudio.com/
๐Ÿ”— Python Module Index: https://docs.python.org/3/py-modindex.html
๐Ÿ”— Python Standard Library: https://docs.python.org/3/library/index.html
๐Ÿ”— w3Schools List of Python Built-in Exceptions: https://www.w3schools.com/python/python_ref_exceptions.asp

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