Tkinter Course - Create Graphic User Interfaces in Python Tutorial

preview_player
Показать описание
Learn Tkinter in this full course for beginners. Tkinter is the fastest and easiest way to create the Graphic User Interfaces (GUI applications) with Python. Tkinter comes with Python already, so there's nothing to install!

⭐️Course Contents ⭐️
⌨️ (0:00:00) Intro to Tkinter
⌨️ (0:10:32) Positioning With Tkinter's Grid System
⌨️ (0:19:29) Creating Buttons
⌨️ (0:29:30) Creating Input Fields
⌨️ (0:38:51) Build A Simple Calculator App
⌨️ (1:18:19) Using Icons, Images, and Exit Buttons
⌨️ (1:27:42) Build an Image Viewer App
⌨️ (1:49:37) Adding A Status Bar
⌨️ (1:59:45) Adding Frames To Your Program
⌨️ (2:07:49) Radio Buttons
⌨️ (2:24:36) Message Boxes
⌨️ (2:35:31) Create New Windows in tKinter
⌨️ (2:44:30) Open Files Dialog Box
⌨️ (2:56:09) Sliders
⌨️ (3:08:25) Checkboxes
⌨️ (3:17:29) Dropdown Menus
⌨️ (3:23:50) Using Databases
⌨️ (3:32:28) Building Out The GUI for our Database App
⌨️ (3:59:48) Delete A Record From Our Database
⌨️ (4:15:18) Update A Record With SQLite
⌨️ (4:42:57) Build a Weather App
⌨️ (5:04:32) Change Colors In our Weather App
⌨️ (5:16:36) Add Zipcode Lookup Form
⌨️ (5:26:22) Matplotlib Charts

--

Рекомендации по теме
Комментарии
Автор

Can we take a minute to respect this man who did a lotta work and gave it all with no ads

muhammadshafeeq
Автор

If anyone has trouble around 53:15, he's using a lowercase "L" when he types out "lambda"
For whatever reason, his text editor changes the font, and it just looks like a capital L.

marpy
Автор

Thank you Walter White for this course. From Chemistry to Coding, I appreciate your journey.

raghusharma
Автор

I like that there's no cut in the video when he makes small mistakes, because it shows you that even experienced programmers makes mistakes and they struggle sometimes too.

EmmanuelGitgud
Автор

Never knew that Walter White was a programmer rather than a chemistry teacher. Cool!!

MiscellaneousDas
Автор

I don't normally do this, but am forced to come back and say "THANK YOU VERY VERY MUCH" you mixed happiness with expertise, is so much fun watching your tutorials. I have subscribed already. A BIG THANK YOU ONCE MORE.

uzoigwechidera
Автор

This was the most amazing tutorial I have ever seen. I just started with Tkinter in 2022, and this was the second video I came across. Your personality and expertise is what kept me watching this whole time. Thank you for being an incredible teacher

krakenzback
Автор

giving a big salute to the man! no ads and straight natural but very good structured content. Even his courses are cheap as hell in comparison to other orgs. Appreciation and respect all your way!

CXDRVC
Автор

if anyone was wondering at 2:57:25 why the from_ parameter needs an underscore at the end, it's because "from" by itself is a reserved word in Python (used in things like from Tkinter import messagebox, for example). Using a reserved word to have a completely different meaning would be problematic, so the developers of Tkinter added an underscore at the end to differentiate it from the original "from".

paultaylor
Автор

Been learning tkinter with this video now for about 3 weeks, just finished the radiobuttons. Absolutely great work, and I try my best to deeply understand every single bit of it! Thank you very much

myfailtube
Автор

I like when he didn't cut the fail moments, I mean its pretty necessary to see what will happen if you did it wrong.
This is the best tutorial I've ever seen.

ilikeyoursmile
Автор

This was an absolutely amazing course! I've been trying to learn how to make GUIs using different python libraries and this is by far the easiest route to take and the most comprehensive short course I've seen!

jonathanfairchild
Автор

start to finish! this will help immensely for my graduate program coming up! looking forward to subscribing to your website after my last week of business boot camp is done!

svb
Автор

As popular as Python is, there are not many courses on Python GUIs at all (or even books), and this is definitely the best one to start with. Thank you, Codemy!

ShimmySnail
Автор

What an awesome free course! Thank you so much for this. Took me a while to work through it. But its brilliant the way you broke it up into bite size snippets so that I can do it bit for bit as I find time. Finally finished this and I am really enjoying playing with Tkinter.

snoobab_
Автор

This man is an absolute legend. People that come back 10 years after, know that this man is the G.O.A.T .

ericfernandes
Автор

its much better than the majority of courses online as you actually get to create something useful straightaway

blokenearexeter
Автор

thank you very much for this course. I love how even if you do a mistake you don't edit it out.

alialsinan
Автор

this video is greate, and it's very adorable that he really shows actual development, that a developer make mistakes and instead of cutting the video, he gets through it and really thinks what he should do to resolve the problem, it's very adorable and self confidential.

xzex
Автор

This was such a great tutorial on python GUIs. Happy I found this. I learnt overall, how to build GUIs, how to understand bugs and kind of correct them and as well, different programmatic approaches to creating solutions.

chimdinduonyia