The Tkinter module (Tk interface) is the standard Python interface to the Tk GUI toolkit from Scriptics (http://www.scriptics.com) (formerly developed by Sun Labs). Both Tk and Tkinter are available on most Unix platforms, as well as on Windows and Macintosh systems. Starting with the 8.0 release, Tk offers native look and feel on all platforms. Tkinter consists of a number of modules. The Tk interface is located in a binary module named _tkinter (this was tkinter in earlier versions). This module contains the low-level interface to Tk, and should never be used directly by application programmers. It is usually a shared library (or DLL), but might in some cases be statically linked with the Python interpreter. In addition to the Tk interface module, Tkinter includes a number of Python modules. The two most important modules are the Tkinter module itself, and a module called Tkconstants. The former automatically imports the latter, so to use Tkinter, all you need to do is to import one module: import Tkinter Or, more often: from Tkinter import *
Чтобы скачать этот файл зарегистрируйтесь и/или войдите на сайт используя форму сверху.
Книга - 2000, Manning. Python and Tkinter Programming is a detailed introduction that carefully leads you through the landscape. It makes Tkinter's capabilities available to any reader who khows the basics of Python. It gives you real-world code that does real work - no toy examples. And it documents Tkinter in a reference section that you find often helpful and always easy to use.
Packt Publishing – 2012, 226 pages ISBN: 1849518920, 9781849518925 Over 70 interesting recipes for learning the Python open source mathematical library, NumPy Overview Do high performance calculations with clean and efficient NumPy code Analyze large sets of data with statistical functions Execute complex linear algebra and mathematical computations In Detail Today's world of...
Packt Publishing, 2018. — 340 p. Leverage the power of Python and its de facto GUI framework to build highly interactive interfaces Tkinter is a modular, cross-platform application development toolkit for Python. When developing GUI-rich applications, the most important choices are which programming language(s) and which GUI framework to use. Python and Tkinter prove to be a great...
Packt Publishing, 2018. — 452 p. — ISBN: 978-1-78883-588-6. Find out how to create visually stunning and feature-rich applications by empowering Python's built-in TKinter GUI toolkit Tkinter is a lightweight, portable, and easy-to-use graphical toolkit available in the Python Standard Library, widely used to build Python GUIs due to its simplicity and availability. This book...
3-е издание. — М.: Вильямс, 2015. — 816 с. — (Библиотека профессионала). — ISBN: 978-5-8459-1793-5 , 978-0-13-267820-9. Вы уже знаете язык Python, но хотите узнать больше? Намного больше? Погрузитесь в разнообразие тем, связанных с реальными приложениями. Книга охватывает регулярные выражения, сетевое программирование, графические пользовательские интерфейсы, SQL/базы...