Object Oriented CustomTkinter - Tkinter CustomTkinter 22

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

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

  • @TkinterPython
    @TkinterPython  9 месяцев назад +2

    ▶ Watch CustomTkinter Playlist ✅ FREE Tkinter Widget Book
    bit.ly/45iO4OP bit.ly/3K4qlZC
    ▶ See More At: ✅ Subscribe To My RUclips 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

    • @TejuManjrekar
      @TejuManjrekar 9 месяцев назад

      Jj❤❤u❤yuu❤h❤hj❤jj❤j❤jñnkñnn❤nn nn n

  • @Arkaitz.M.A
    @Arkaitz.M.A 7 месяцев назад

    oop make sense when you got much different things and yo want to keep them separated, and init them in diferent ways. Or maybe if yo want a class heritage to another class.
    Great video. Simple and direct to what matters in customTkinter

  • @whoknowswho832
    @whoknowswho832 9 месяцев назад +1

    thank you so much was really looking for object oriented customTkinter .... hope u do more object oriented python videos

  • @DocWerder
    @DocWerder 9 месяцев назад

    Hi John, thanks very much for the video. For me it is much more modular, when I'm using object oriented programming. Also I can mix up (in a limited way) my pyside2 python code. For this it is very helpful for me. Thanks a lot

  • @sethduncan4063
    @sethduncan4063 9 месяцев назад

    I like the way you put that, it depends on the app! My current project would be very complicated if I built it functionally as it is keeping track of and manipulating a fair amount of data, but by and large I don’t find classes to be worth the effort! Thanks for the video!
    If you ever get time I would love to see an example of saving state of an application in your style (something I struggle with)

  • @jamesdrinkard2751
    @jamesdrinkard2751 9 месяцев назад

    Thanks for posting, this fits my use case!

  • @sovereignlivingsoul
    @sovereignlivingsoul 7 месяцев назад

    i like oop, i try to use it with my php often, and i agree with you as far as, is it necessary, really just a matter of choice or preference in programming methodology, sort of sass or css, but it is handy to know it can be done, one more video in the series, looks like i became a member, thanks John, i like your way of presenting and i have to advise you, i will be incorporating a similar style when i start my video series on building web pages

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

    Hello! Thanks for the tutorial! How do I parse tabs as functions into the OOP customtkinter?

  • @karlyt
    @karlyt 9 месяцев назад

    Thanks for making this!

  • @ricardorien
    @ricardorien 3 дня назад

    Thanks bro!

  • @charlvantonder5247
    @charlvantonder5247 9 месяцев назад

    Hi John,
    Thanks for this video. I've been battling now for weeks to create my GUI. Some say, you should OOP. What would your opinion be? I am making use of frames with the menu on the left side of the screen. These menu items are listed underneath each other.
    Basically it would look like this:
    > My Workspace
    >Data
    >Administration
    Let's say they would select data, these menu options would then change based upon the user selection. For example:
    >Import
    The code is becomming somewhat lengthy, how would you proceed in this scenario? Would you use different classes\functions for each menu, or create different files for each menu? With the idea to make the code more readable and organized? I am not entirely sure. I am still somewhat a python noob :)
    Looking forward to hearing from you.
    Thanks Man
    Kind Regards
    Charl

    • @TkinterPython
      @TkinterPython  9 месяцев назад +1

      I gave my views in this video. OOP is appropriate when it's appropriate and not otherwise. Only you can determine that :-) Personally I might make a different class for each menu... next week I'm doing a video on animations that might be useful to you...

    • @charlvantonder5247
      @charlvantonder5247 9 месяцев назад

      Awesome! Thanks so much. Will keep an eye out for the video.
      Thanks Man!

  • @siyabonganxumalo4574
    @siyabonganxumalo4574 9 месяцев назад

    Thanks John, this was pretty clear but I'm gonna stick with Functional Programming.

    • @ZyrusAlvez
      @ZyrusAlvez 9 месяцев назад

      same. doesn't mean that you can is that you should. functional is very much easier

    • @ZyrusAlvez
      @ZyrusAlvez 9 месяцев назад

      also, it doesn't make any sense to use oop on that ctk, unless if it is for the algo or program's logic

    • @TkinterPython
      @TkinterPython  9 месяцев назад

      Ha, me too!

  • @VicRattlehead-zq6js
    @VicRattlehead-zq6js 9 месяцев назад

    John Elderly, you are awesome

  • @winoucdab
    @winoucdab 9 месяцев назад

    Hello,
    Do you know if there is a method in CTK that does same as .update() in tkinter?

    • @Codemycom
      @Codemycom 9 месяцев назад +1

      that should still work with customtkinter...right? It's all still tkinter

    • @winoucdab
      @winoucdab 9 месяцев назад

      @@Codemycom yes, thanks you for the fast answer =)

  • @muhammedyusufaltkardes2494
    @muhammedyusufaltkardes2494 9 месяцев назад

    Why is there no Listbox widget in the CustomTkinter ?

    • @Codemycom
      @Codemycom 9 месяцев назад

      no clue

    • @terry_____1408
      @terry_____1408 6 месяцев назад

      I think you're talking about the combobox.