Python GUI Programming with Tkinter
Autor Alan D. Mooreen Limba Engleză Paperback – 15 mai 2018
Key Features
- Explore Tkinter's powerful features to easily design and customize your GUI application
- Learn the basics of 2D and 3D animation in GUI applications.
- Learn to integrate stunning Data Visualizations using Tkinter Canvas and Matplotlib.
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 teaches you to design and build graphical user interfaces that are functional, appealing, and user-friendly using the powerful combination of Python and Tkinter.
After being introduced to Tkinter, you will be guided step-by-step through the application development process. Over the course of the book, your application will evolve from a simple data-entry form to a complex data management and visualization tool while maintaining a clean and robust design. In addition to building the GUI, you'll learn how to connect to external databases and network resources, test your code to avoid errors, and maximize performance using asynchronous programming. You'll make the most of Tkinter's cross-platform availability by learning how to maintain compatibility, mimic platform-native look and feel, and build executables for deployment across popular computing platforms.
By the end of this book, you will have the skills and confidence to design and build powerful high-end GUI applications to solve real-world problems.
What you will learn
- Implement the tools provided by Tkinter to design beautiful GUIs
- Discover cross-platform development through minor customizations in your existing application
- Visualize graphs in real time as data comes in using Tkinter's animation capabilities
- Use PostgreSQL authentication to ensure data security for your application
- Write unit tests to avoid regressions when updating code
This book will appeal to developers and programmers who would like to build GUI-based applications. Knowledge of Python is a prerequisite.
Preț: 280.12 lei
Preț vechi: 350.14 lei
-20% Nou
Puncte Express: 420
Preț estimativ în valută:
53.61€ • 55.76$ • 44.26£
53.61€ • 55.76$ • 44.26£
Carte tipărită la comandă
Livrare economică 14-28 aprilie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781788835886
ISBN-10: 1788835883
Pagini: 452
Dimensiuni: 191 x 235 x 25 mm
Greutate: 0.77 kg
Editura: Packt Publishing
ISBN-10: 1788835883
Pagini: 452
Dimensiuni: 191 x 235 x 25 mm
Greutate: 0.77 kg
Editura: Packt Publishing
Notă biografică
Alan D. Moore is a data analyst and software developer who has been solving problems with Python since 2006. He's developed both open source and private code using frameworks like Django, Flask, Qt, and of course Tkinter, and is known to contribute to various open-source Python and JavaScript projects.Alan maintains a YouTube channel, "Alan D Moore Codes", where he posts Python, PyQt, and Tkinter tutorials.Alan lives in Franklin, Tennessee, where he works for the County Government, and with his wife Cara raises a crew of children who are just as geeky as their dad.
Descriere
Tkinter is a lightweight, portable, and easy-to-use graphical toolkit available in the Python Standard Library. Due to its simplicity and availability, it is widely used to build GUIs in Python. This book teaches how to design and build a functional, appealing, and user-friendly GUI using one of the most powerful languages: Python with Tkinter.