Intro To Object Oriented Tkinter - Object Oriented Tkinter 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 25

  • @TkinterPython
    @TkinterPython  11 หลายเดือนก่อน +3

    ▶ Watch Object Oriented Playlist ✅ FREE Tkinter Widget Book
    bit.ly/3Og44ey bit.ly/3K4qlZC
    ▶ See More At: ✅ Subscribe To My TH-cam Channel:
    Tkinter.com bit.ly/3Pk1By4
    ▶ MASSIVE TKINTER.COM DISCOUNT ✅ Join My Facebook Group:
    30% off with coupon code: youtube bit.ly/2GFmOBz
    ▶ Get The Code For This Video
    bit.ly/3dCzz2K

    • @HasanZameer
      @HasanZameer 10 หลายเดือนก่อน

      😊

    • @TkinterPython
      @TkinterPython  10 หลายเดือนก่อน

      🙂@@HasanZameer

  • @djl3009
    @djl3009 11 หลายเดือนก่อน +3

    This is great, most online tutorials simply demonstrate how to use the tkinter widgets but don't show you how to leverage an OO approach. I have a suggestion, could you do a follow-up video covering how you would modify this example app to use a package like ttkbootstrap to get a more modern look-and-feel with themes? In theory, an OO approach would have a payoff for such a scenario (by limiting the "blast radius" for changes) . I suggested ttkbootstrap as you've covered it extensively and it is built on tkinter.

    • @TkinterPython
      @TkinterPython  11 หลายเดือนก่อน +1

      I already did one for CustomTkinter, th-cam.com/video/GPcCLiOYVe4/w-d-xo.html it's mostly the same

    • @djl3009
      @djl3009 11 หลายเดือนก่อน

      That's a great example of converting a function based approach to an OO approach. On a related note, thank you for all the great content you've been delivering especially around Python GUIs. I built a desktop app for personal use that I use almost daily and all the GUI related concepts I learnt mostly from your channel. It uses ttkbootstrap (which I discovered from your channel). This is a short demo of the app if you'd like to take a look: th-cam.com/video/39pZ3aZR6Ig/w-d-xo.html

    • @TkinterPython
      @TkinterPython  11 หลายเดือนก่อน

      @@djl3009 Awesome

  • @michaelclarke5246
    @michaelclarke5246 8 หลายเดือนก่อน

    This is amazing! Thank you so much. I have been looking for more information on Object Oriented Tkinter. I love your presentation and am learning a lot from all your videos!

    • @TkinterPython
      @TkinterPython  8 หลายเดือนก่อน

      Glad you enjoyed it!

  • @fhtommy
    @fhtommy 11 หลายเดือนก่อน +1

    So can you give a reason why we would want to use OOP for creating the tkinter GUI? I love what you do here and you are one of the easiest python teachers to follow. Thanks!

    • @TkinterPython
      @TkinterPython  11 หลายเดือนก่อน +1

      OOP code may be simpler if your app is more complicated.

  • @sovereignlivingsoul
    @sovereignlivingsoul 9 หลายเดือนก่อน

    very interesting, excellent presentation of a most often feared method of programming

    • @TkinterPython
      @TkinterPython  9 หลายเดือนก่อน

      Glad you liked it!

  • @jojomark4946
    @jojomark4946 7 หลายเดือนก่อน

    This is what I needed!!!

    • @Codemycom
      @Codemycom 7 หลายเดือนก่อน

      Happy to hear it!

  • @cyberbashir5416
    @cyberbashir5416 11 หลายเดือนก่อน

    big up !!!!!!!!!! i really appreciate your work, thanks man.

    • @TkinterPython
      @TkinterPython  11 หลายเดือนก่อน

      Thanks, appreciate it!

    • @cyberbashir5416
      @cyberbashir5416 11 หลายเดือนก่อน

      just requesting, can you differentiate between software development and desktop application development..........please🙏

    • @TkinterPython
      @TkinterPython  11 หลายเดือนก่อน

      @@cyberbashir5416 Desktop apps run on a computer. Software development encompasses all development.

    • @cyberbashir5416
      @cyberbashir5416 11 หลายเดือนก่อน

      okay

  • @fadymaged402
    @fadymaged402 10 หลายเดือนก่อน

    Your videos are amazing.. please consider making videos for custom tkinter using oop

    • @TkinterPython
      @TkinterPython  10 หลายเดือนก่อน

      I have one at the end of the CustomTkinter playlist already.

  • @CodeWithArpitTech
    @CodeWithArpitTech 11 หลายเดือนก่อน

    hello