Object Oriented CustomTkinter - Tkinter CustomTkinter 22

  Рет қаралды 18,733

Tkinter․com

Tkinter․com

Күн бұрын

Пікірлер: 32
@TkinterPython
@TkinterPython 9 ай бұрын
▶ Watch CustomTkinter Playlist ✅ FREE Tkinter Widget Book bit.ly/45iO4OP bit.ly/3K4qlZC ▶ See More At: ✅ Subscribe To My KZbin 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 6 ай бұрын
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
@TkinterPython
@TkinterPython 6 ай бұрын
Glad you enjoyed it!
@whoknowswho832
@whoknowswho832 9 ай бұрын
thank you so much was really looking for object oriented customTkinter .... hope u do more object oriented python videos
@TkinterPython
@TkinterPython 9 ай бұрын
More to come!
@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
@TkinterPython
@TkinterPython 9 ай бұрын
welcome
@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)
@TkinterPython
@TkinterPython 9 ай бұрын
Noted :-)
@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
@TkinterPython
@TkinterPython 7 ай бұрын
awesome
@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 ай бұрын
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!
@jamesdrinkard2751
@jamesdrinkard2751 9 ай бұрын
Thanks for posting, this fits my use case!
@TkinterPython
@TkinterPython 9 ай бұрын
Glad I could help!
@karlyt
@karlyt 9 ай бұрын
Thanks for making this!
@TkinterPython
@TkinterPython 9 ай бұрын
Welcome!
@ignatiolu863
@ignatiolu863 4 ай бұрын
Hello! Thanks for the tutorial! How do I parse tabs as functions into the OOP customtkinter?
@VicRattlehead-zq6js
@VicRattlehead-zq6js 9 ай бұрын
John Elderly, you are awesome
@TkinterPython
@TkinterPython 9 ай бұрын
Thanks!
@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!
@winoucdab
@winoucdab 9 ай бұрын
Hello, Do you know if there is a method in CTK that does same as .update() in tkinter?
@Codemycom
@Codemycom 9 ай бұрын
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.
Widget Animation - Tkinter CustomTkinter 23
15:43
Tkinter․com
Рет қаралды 11 М.
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 810 М.
黑的奸计得逞 #古风
00:24
Black and white double fury
Рет қаралды 22 МЛН
Good teacher wows kids with practical examples #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 13 МЛН
Intro To Object Oriented Tkinter - Object Oriented Tkinter 1
16:42
Tkinter․com
Рет қаралды 19 М.
Using tkinter with classes
28:23
Atlas
Рет қаралды 68 М.
Programming Languages Tier List 2024
16:18
Neal Wang
Рет қаралды 6 М.
The Most Important Design Pattern in React
35:04
Cosden Solutions
Рет қаралды 81 М.
Python 3.13's new REPL is AMAZING
10:21
Carberra
Рет қаралды 59 М.
VSCode Features Python Devs NEED To Know
9:54
Tech With Tim
Рет қаралды 33 М.
React visually explained: 'use client'
15:57
Delba
Рет қаралды 52 М.
High Definition App Scaling - Tkinter CustomTkinter 21
8:15
Tkinter․com
Рет қаралды 5 М.
How to Check if a User Exists Among Billions! - 4 MUST Know Strategies
12:44
黑的奸计得逞 #古风
00:24
Black and white double fury
Рет қаралды 22 МЛН