Python GUI Development with tkinter: Build desktop Apps

所在平台: Udemy

课程主页: https://www.udemy.com/course/python-gui-development-with-tkinter-build-desktop-apps/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程名称:** Python GUI开发with tkinter:构建桌面应用 **课程概述:** 本课程将深入探讨Python的Tkinter库,这是Python标准库中内置的、用于创建图形用户界面(GUI)的事实标准。Python作为一种多领域、解释型、高级编程语言,以其灵活的语法和跨生态系统的兼容性而闻名,既可用于编写简洁的脚本,也可用于开发大型项目。 Tkinter作为Python的一个薄层面向对象接口,封装了Tk工具包。Tk工具包是一个跨平台的图形控件集合(即“小部件”),用于构建应用程序界面。通过Tkinter,Python用户可以轻松地创建按钮、菜单、数据输入框等GUI元素。创建的这些图形元素可以与应用程序的功能、数据甚至其他控件进行交互。 本课程将教授如何使用Tkinter提供的各种控件(如按钮、标签、文本框等)来构建功能齐全的桌面应用程序。

课程评论(0条)

课程详情

Python is a multi-domain, interpreted programming language. It is a widely used general-purpose, high-level programming language. It is often used as a scripting language because of its forgiving syntax and compatibility with a wide variety of different eco-systems. Its flexible syntax enables developers to write short scripts while at the same time, they can use object-oriented concepts to develop very large projects.Tkinter is the de facto way in Python to create Graphical User interfaces (GUIs) and is included in all standard Python Distributions. In fact, it's the only framework built into the Python standard library.This Python framework provides an interface to the Tk toolkit and works as a thin object-oriented layer on top of Tk. The Tk toolkit is a cross-platform collection of ‘graphical control elements', aka widgets, for building application interfaces.Tkinter module provides Python users with a simple way to create GUI elements using the widgets found in the Tk toolkit. Tk widgets can be used to construct buttons, menus, data fields, etc. in a Python application. Once created, these graphical elements can be associated with or interact with features, functionality, methods, data or even other widgets.Tkinter provides various controls, such as buttons, labels and text boxes used in a GUI application. These controls are commonly called widgets.

课程标签

0人关注该课程

主题相关的课程