How to create a banking system using Object Oriented Programming in python for beginners

preview_player
Показать описание
How to create a banking system using Object Oriented Programming in python for beginners - This video will show you how to implement some of the concepts of OOP in an actual python program. This video will help you practice and brush up your OOP skills and motivate you to use it in your programs more often.

Thanks for all the support on the recent videos guys, I really appreciate it. It would really help if you guys could share this video with fellow programmers. As always if you have any ideas or suggestions for videos leave them in the community tab under my post "ideas for new videos", and I shall see your beautiful faces in the next video. PEACE :)

Link to Code:

Follow me on instagram:

Checkout my setup:

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

Great video! I can't wait for the next one :)

emilyb
Автор

You can also add the time.sleep() module to make it like an actual ATM.
Have print("Depositing...") and print("Withdrawing...") in your deposit/withdraw methods.
Gives it a little flavor haha.

timtech
Автор

This video is at a good pace and is really easy to follow, great for someone like me who finds it confusing, thanks!

johnsarofeen
Автор

ThankYou, I'm in my dip. Computer Sciense and having our 1st project assigment, wish our team luck, thankyou for your tutorial

ismahani
Автор

I think "has-a" relationship is better than "is-a" relationship in this scenario. So instead of inheritance, user could be a property of the bank system. Bank is not a user, but bank has users (customers). A classic Car (parent) - Mercedes (child) analogy would be better.

korayerkan
Автор

Great tutorial, i have some programming experience but had a fear of Classes in python. This tutorial is the best to learn these concepts

shubh
Автор

Hi thank you so much for this! This is my first oop course and it was so explanatory. And for the first time I was able to code along in both videos from start to finish. This is very beginner friendly.

ellaumoye
Автор

I'm currently taking my MSc course in Computer Science and was stressed all day because I couldn't understand the basics of OOP. But this video is so helpful thank you so much! Could you possibly show a more advanced banking system? Thanks so much!

annaaaa
Автор

Thanks brother, for making this video. You've explained everything very nicely.
Lots of love and support from North-east India

bahai
Автор

YES! You have the best videos, you have really helped me with python! Better than any other content on YouTube!

pihanimations
Автор

I just subscribed to your videos, and they are awesome great ideas to try

PaulGonicberg
Автор

Ah man I'm loving your videos! Great work!

mubangachisanga
Автор

I learned a lot in this tutorial..thank you very much! It'd be great if you make more advanced banking system using OOP in Python, may be upgrade this tutorial to more advance one :)

milainmaroo
Автор

This is great .I would really prefer if you have less sounds in next videos, such as music and keyboard typing strikes.

nightenamoured
Автор

What a great and simple method you guy has used love u bro

SolutionOfLifeProblems
Автор

Awesome video! I like how you showed even when you made an error and how you worked through it.

ExclusivelyC
Автор

Your content is awesome....thanks.
Please zoom it, font size is very low and please use py charm editor because you can save lot of time

shreyasb.s
Автор

Thanks very much Johan, you just made my understanding more fruitful.

rhemazoe
Автор

16:37 same matee, I drop respect to you

ahmdm
Автор

Great tutorial and helped me understand OOP more, thank you :)

yyeohhe