Python Tkinter Grid Geometry Manager Part 1

Опубликовано: 02 Май 2022
на канале: Thinking Through Code
20,099
385

This beginner video will explain what happens when a programmer uses grid in its simplest form. By calling grid without any arguments or configurations, one can realize how elements of a GUI application will stack upon another in the first column. This is the simplest way of using grid and does not achieve much.

Another element covered in this video is how columns and rows will compress themselves in order to take the size of whatever they are containing. This may seem simple at first but can be misleading when a beginner decides to place something inside a container like a frame. The widget will seem like it is no longer there but it is simply its own system of columns and rows compressing to take the size of what you placed inside of it.

The beginning of this video has a quick review on previous elements in order to force the viewers to practice. If not needed, one can skip to 4:30.


На этой странице сайта вы можете посмотреть видео онлайн Python Tkinter Grid Geometry Manager Part 1 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Thinking Through Code 02 Май 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 20,099 раз и оно понравилось 385 зрителям. Приятного просмотра!