I'm Back! New Videos Coming Soon!
1:44
Пікірлер
@BadBoy65t
@BadBoy65t Ай бұрын
At the end, you should show all the code and outputs together in a way that’s easy to see
@__beginnerscode__3584
@__beginnerscode__3584 Ай бұрын
Thanks for the input! Will definitely take that into consideration :)
@zensukai
@zensukai Ай бұрын
Very cool -- I am going to try this in the morning.
@__beginnerscode__3584
@__beginnerscode__3584 Ай бұрын
Good luck! Let me know how it goes!
@zensukai
@zensukai Ай бұрын
@@__beginnerscode__3584 Excellent tutorial, tha ks for that. The only thing I would change is removing jQuery, but that might be just for the ease of the tutorial.
@zensukai
@zensukai Ай бұрын
Nicely done! =]
@__beginnerscode__3584
@__beginnerscode__3584 Ай бұрын
Thanks!
@DawidIciak
@DawidIciak Ай бұрын
nice simple program
@__beginnerscode__3584
@__beginnerscode__3584 Ай бұрын
Thank you! Hope it helped 🙏🏻
@nanayaw7159
@nanayaw7159 2 ай бұрын
Splendid 🎉
@__beginnerscode__3584
@__beginnerscode__3584 2 ай бұрын
Thank you 👏
@evanrein7144
@evanrein7144 2 ай бұрын
why did you upload this?
@__beginnerscode__3584
@__beginnerscode__3584 2 ай бұрын
Because I was learning how to use Tkinter - my channel is made more to document my journey as a developer while helping other beginners. Hopefully this helped you :)
@ABMA79
@ABMA79 4 ай бұрын
I think you are a great person, but there is a lot to write. I am not sure if all those steps are required. But thanks again for this great tutorial. Worth watching and learning indeed. Best regards
@Cloudxxx23
@Cloudxxx23 4 ай бұрын
4:51 why update every 300 instead of 1000? 🤔🤔
@davidhenry2927
@davidhenry2927 7 ай бұрын
What VS Code extensions are you using to autocomplete html code?
@amandalozano1755
@amandalozano1755 9 ай бұрын
How did this work for you and others? I keep coming back with an attribute error for num_sides and have been stuck for a while. But everywhere I look it’s coded the same and it works! Die object has no attribute num_sides Any suggestions?
@madpraka
@madpraka Жыл бұрын
what does that mean, i followed everything you said
@madpraka
@madpraka Жыл бұрын
it says UnboundLocalError: cannot access local variable 'label' where it is not associated with a value
@junitabebe4022
@junitabebe4022 Жыл бұрын
This is what i want to find... Just too many repeated command
@syedabthahir4511
@syedabthahir4511 Жыл бұрын
user_one_bank showing unresolved reference
@brandonnielsen8745
@brandonnielsen8745 Жыл бұрын
When I try to write the code, it seems to have a problem at lines 33 and 34 when trying to define ‘Player’ and gives me a “did you mean: ‘player’?”. I know that this is a later version of python than used in the video and was wondering if you have any solutions to fixing it?
@brandonnielsen8745
@brandonnielsen8745 Жыл бұрын
I have tried making it lowercase and it just causes more problems than solved
@bhargavkhetmalis3886
@bhargavkhetmalis3886 Жыл бұрын
Very Vary good channel but less subs and views. I have a positive point towards this channel and I would say that this channel is uncrowned... 100/100
@omarabdelrazek1789
@omarabdelrazek1789 Жыл бұрын
user_one_bank.show_info()) is underlined for me
@omarabdelrazek1789
@omarabdelrazek1789 Жыл бұрын
I’ve copied it exactly however it’s still underlined
@evaavatar69
@evaavatar69 6 ай бұрын
Me tio
@kamolratkulsri8127
@kamolratkulsri8127 Жыл бұрын
l
@alexikamran7039
@alexikamran7039 Жыл бұрын
screen is zoomed out
@manoharsagunthalla9215
@manoharsagunthalla9215 Жыл бұрын
Well thank you very much for sharing! If you put the font size bigger that would be helpful
@nicelveit
@nicelveit Жыл бұрын
hi
@jirehla-ab1671
@jirehla-ab1671 Жыл бұрын
Now how would you transact between 2 or multiple accounts simultaneously?
@TheKingOfBread
@TheKingOfBread Жыл бұрын
So I did this, made my own story, but when I try to run it, it shuts down the program, do I have to run it through an IDE?
@elite_savage1245
@elite_savage1245 Жыл бұрын
You don’t explain what the codes do, we don’t know class or any of that stuff
@__beginnerscode__3584
@__beginnerscode__3584 Жыл бұрын
I have already released a playlist explaining Python basics. This can be found here: kzfaq.info/sun/PLg23gvtTlgzn8u_wXmV02vMWwCU2ZztHy
@hjaltiagustsson7905
@hjaltiagustsson7905 Жыл бұрын
I can't stop and then start again with this code. It just stays at the same time
@kba7112
@kba7112 2 жыл бұрын
Is it possible to write a python code that will will automatically download bank statements (e.g. CSV file) from bank website on a daily basis? I want to get rid of signing in to different online accounts just to download the daily, weekly or even monthly statement.
@Samuel01477
@Samuel01477 2 жыл бұрын
Too small someone can't see what you doing
@jamesnjai8660
@jamesnjai8660 2 жыл бұрын
You are too fast when typing
@taraalsyah267
@taraalsyah267 2 жыл бұрын
great
@omarehab2151
@omarehab2151 2 жыл бұрын
it says AttributeError: 'str' object has no attribute 'tk'
@jaypaatil
@jaypaatil 2 жыл бұрын
How about saving user in file for transaction history ?
@neurotica2011
@neurotica2011 2 жыл бұрын
Thank you so much. It really helped me a lot !
@philiphales9993
@philiphales9993 2 жыл бұрын
this sounded really interesting . shame the code was too small to read 😟
@clauseclause6640
@clauseclause6640 2 жыл бұрын
Sorry, but there are bad practices on every line. Starting with bad naming, "Bank" should be named "Account", continue with wrong inheritance, "Bank" should not inherit from "User", there should be a composition of classes. You don't need to check option choices twice whenever check if user_two is not None, and "if user_two is not None" is the preferred syntax for checking. And whole this "options" function (function should be named with verb not noun) is breaking DRY principle. Better practices would be to create an "Option" abstract class, inherit in specialized options classes, and move all attributes and logic there. For option choices, would be wise to use Enum. And if you creating a bank system you should implement transaction logic with rollback and maybe canceling.
@ingluissantana
@ingluissantana 2 жыл бұрын
Was really great this series!!! Thankssss!!!! I have learned a lotttt!!!!! Cheers!!! 🙌🙌🙌🙌🔥🔥🔥
@ingluissantana
@ingluissantana 2 жыл бұрын
Great example!!!
@ingluissantana
@ingluissantana 2 жыл бұрын
Great video!!! Thanks!!!!!!!
@ingluissantana
@ingluissantana 2 жыл бұрын
Greatttt Thanks!!!! the links are not working for some reason.. which book you recommended? which is your actual webpage?
@ingluissantana
@ingluissantana 2 жыл бұрын
As I said in the past video: Great!!! such a nice way to explain.. thanks brooooo!!!!!! Cheers!
@ingluissantana
@ingluissantana 2 жыл бұрын
Such a great explanation!!!!!! Thanks a loooooooottt man!!!! I will watch the complete series of OOP now! (Y) Cheers!!!!!
@ingluissantana
@ingluissantana 2 жыл бұрын
Great Tutorial..!!! great to understand by going step by step how a classes are working. Thanks!!!!
@spellwhisperrr
@spellwhisperrr 2 жыл бұрын
can I have the script pls , I wrothe the whole code but with 20 mistakes :( can´t fix them
@AtomTCP
@AtomTCP 2 жыл бұрын
How Can i change color if number in counter is 10
@hasanrasulov7212
@hasanrasulov7212 2 жыл бұрын
Thanks Bro I learned a lot od information from you ! Hello By Muslims
@imdragon3116
@imdragon3116 2 жыл бұрын
nice video thank you!
@ex-pat4483
@ex-pat4483 2 жыл бұрын
You may consider adding Pause and Reset butons.
@elijahwoodhouse1568
@elijahwoodhouse1568 2 жыл бұрын
I'm curious how you would use a python file like this as a battle in another text based adventure game? so.. in the adventure game a battle would come up in order to get a key to unlock a door. but that's a lot of script in one file. so I'm wondering how you'd append or execute a battle file within another game file?
@elijahwoodhouse1568
@elijahwoodhouse1568 2 жыл бұрын
also kickass video by the way! I'm tuned into your stuff now! Thanks for the insight!
@__beginnerscode__3584
@__beginnerscode__3584 2 жыл бұрын
You could re-write the code to have classes and functions for all aspects and then import these classes & functions in the file you require them. Have a little look into importing your own class to another file! Thanks for the nice words! Appreciate the support 🙌🏼
@mohamedeydy8671
@mohamedeydy8671 2 жыл бұрын
sir, what's mean f'' string here??
@__beginnerscode__3584
@__beginnerscode__3584 2 жыл бұрын
An F String is the newest of the ways to format a string. It allows us to input a variable (or function etc) to a string, and output the value inside of the string rather than outputting the variable name
@music2410
@music2410 2 жыл бұрын
nice tutorial.
@__beginnerscode__3584
@__beginnerscode__3584 2 жыл бұрын
Thank you! Glad it could be of help 🙌🏼
@ryomensukuna9513
@ryomensukuna9513 3 жыл бұрын
Thank you 😀
@__beginnerscode__3584
@__beginnerscode__3584 3 жыл бұрын
No worries, glad this could be of help to you!