How To Code An ATM Console App In Python | Programming Tutorial For Beginners

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 21

  • @veselindinev6843
    @veselindinev6843 2 года назад +4

    Just watched your videos ---> subscribed. Keep up the good work !

  • @profkeithovdancer523
    @profkeithovdancer523 Год назад +1

    Thank you so much,keep on moving forward!!.... please can you show us how to add frames, buttons or styles to this system?... Please Sir

  • @sagunthalam7748
    @sagunthalam7748 Год назад +2

    Thank you so much , finally i learned and got the answer

  • @raymondperez7970
    @raymondperez7970 Год назад +2

    This was awesome 😊

  • @AKNEW007
    @AKNEW007 2 месяца назад

    keep working bruhh.... your'e doing great.. :)

  • @niharmaddina7155
    @niharmaddina7155 Год назад +1

    try using f-statements instead of using the "+" operator when combining strings

  • @aitools111
    @aitools111 2 года назад +1

    Very good,thank you

  • @wilwad
    @wilwad Год назад

    Not a python developer but could you not have reduced the getters/setters to 2 methods e.g. setproperty(propname, newvalue) and getproperty(propname) since they all target self

  • @siavashkhosravi3175
    @siavashkhosravi3175 Год назад +1

    Do you know where I can find the code in this video? It is not in your GitHub link, which I sin the comment.

    • @MRBAM
      @MRBAM Год назад

      @Coding With Reyansh source code in your GitHub repo

  • @siavashkhosravi3175
    @siavashkhosravi3175 Год назад

    What would you happen if you wrote the class in the same file you wrote the rest of?

    • @bakonyimate796
      @bakonyimate796 Год назад

      It works the same, but ut's a good practise not to. In OOP (object oriented programing) if you create a class than you should always do that in a seperate file. In most compenies you will have a bunch of them....

  • @deepthinagella2215
    @deepthinagella2215 5 месяцев назад

    Where can i get the code??

  • @architech5940
    @architech5940 2 года назад

    I followed the code exactly and I can only get the menu screen but nothing else. I can't make any selections or anything

    • @architech5940
      @architech5940 Год назад +1

      @Coding With Reyansh at the time of writing this comment, I was just learning to code. Now I'm writing CRUD ops for my projects, which should've been mentioned in this tutorial.

  • @damonhutchinson8750
    @damonhutchinson8750 2 года назад

    I keep getting error on line 34 syntax error: invalid syntax

    • @Surekha_Editz
      @Surekha_Editz 11 месяцев назад

      Which python version bro?

    • @Abdullah-eb7kx
      @Abdullah-eb7kx 10 месяцев назад

      @@Surekha_Editz why my code isnt working at all?

  • @emanuelvilla7539
    @emanuelvilla7539 Год назад

    its not on your github

  • @Carter-h5u
    @Carter-h5u 7 месяцев назад

    with python u can do anything