▶ 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
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
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
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)
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
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
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...
▶ 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
Jj❤❤u❤yuu❤h❤hj❤jj❤j❤jñnkñnn❤nn nn n
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
Glad you enjoyed it!
thank you so much was really looking for object oriented customTkinter .... hope u do more object oriented python videos
More to come!
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
welcome
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)
Noted :-)
Thanks for posting, this fits my use case!
Glad I could help!
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
awesome
Hello! Thanks for the tutorial! How do I parse tabs as functions into the OOP customtkinter?
Thanks for making this!
Welcome!
Thanks bro!
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
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...
Awesome! Thanks so much. Will keep an eye out for the video.
Thanks Man!
Thanks John, this was pretty clear but I'm gonna stick with Functional Programming.
same. doesn't mean that you can is that you should. functional is very much easier
also, it doesn't make any sense to use oop on that ctk, unless if it is for the algo or program's logic
Ha, me too!
John Elderly, you are awesome
Thanks!
Hello,
Do you know if there is a method in CTK that does same as .update() in tkinter?
that should still work with customtkinter...right? It's all still tkinter
@@Codemycom yes, thanks you for the fast answer =)
Why is there no Listbox widget in the CustomTkinter ?
no clue
I think you're talking about the combobox.