Modern Tkinter for Busy Python Developers: Quickly Learn to Create Great Looking User Interfaces for Windows, Mac and Linux Using Python's Standard GUI Toolkit (eBook)

Modern Tkinter for Busy Python Developers: Quickly Learn to Create Great Looking User Interfaces for Windows, Mac and Linux Using Python's Standard GUI Toolkit (eBook)

Mark Roseman
Mark Roseman
Prezzo:
€ 34,49
Compra EPUB
Prezzo:
€ 34,49
Compra EPUB

Formato

:
EPUB
Cloud: Scopri di più
Compatibilità: Tutti i dispositivi
Lingua: Inglese
Editore: Late Afternoon Press
Codice EAN: 9781069755926
Anno pubblicazione: 2025
Scopri QUI come leggere i tuoi eBook
Abbonati a Kobo Plus per avere accesso illimitato a migliaia di eBook

Note legali

NOTE LEGALI

a) Garanzia legale, Pagamenti, Consegne, Diritto di recesso
b) Informazioni sul prezzo
Il prezzo barrato corrisponde al prezzo di vendita al pubblico al lordo di IVA e al netto delle spese di spedizione
Il prezzo barrato dei libri italiani corrisponde al prezzo di copertina.
I libri in inglese di Libraccio sono di provenienza americana o inglese.
Libraccio riceve quotidianamente i prodotti dagli USA e dalla Gran Bretagna, pagandone i costi di importazione, spedizione in Italia ecc.
Il prezzo in EURO è fissato da Libraccio e, in alcuni casi, può discostarsi leggermente dal cambio dollaro/euro o sterlina/euro del giorno. Il prezzo che pagherai sarà quello in EURO al momento della conferma dell'ordine.
In ogni caso potrai verificare la convenienza dei nostri prezzi rispetto ad altri siti italiani e, in moltissimi casi, anche rispetto all'acquisto su siti americani o inglesi.
c) Disponibilità
I termini relativi alla disponibilità dei prodotti sono indicati nelle Condizioni generali di vendita.

Disponibilità immediata
L'articolo è immediatamente disponibile presso Libraccio e saremo in grado di procedere con la spedizione entro un giorno lavorativo.
Nota: La disponibilità prevista fa riferimento a singole disponibilità.

Disponibile in giorni o settimane (ad es. "3-5-10 giorni", "4-5 settimane" )
L'articolo sarà disponibile entro le tempistiche indicate, necessarie per ricevere l'articolo dai nostri fornitori e preparare la spedizione.
Nota: La disponibilità prevista fa riferimento a singole disponibilità.

Prenotazione libri scolastici
Il servizio ti permette di prenotare libri scolastici nuovi che risultano non disponibili al momento dell'acquisto.

Attualmente non disponibile
L'articolo sarà disponibile ma non sappiamo ancora quando. Inserisci la tua mail dalla scheda prodotto attivando il servizio Libraccio “avvisami” e sarai contattato quando sarà ordinabile.

Difficile reperibilità
Abbiamo dei problemi nel reperire il prodotto. Il fornitore non ci dà informazioni sulla sua reperibilità, ma se desideri comunque effettuare l'ordine, cercheremo di averlo nei tempi indicati. Se non sarà possibile, ti avvertiremo via e-mail e l'ordine verrà cancellato.
Chiudi

Descrizione

Fourth Edition: thoroughly revised and expanded! Updated for Python 3.14. Now includes Tkinter API reference, and bonus material on structuring and refining Tkinter code and third-party themes and widgets. Quickly learn the right way to build attractive and modern graphical user interfaces with Python and Tkinter, its standard GUI toolkit. Tkinter has been around forever. There's a lot of documentation, much of it created years ago. But it's all wrong. Tkinter took a quantum leap forward since that documentation was written. Your program needs to be written differently to take advantage of that. Modern Tkinter shows you the right way to do it. Whether you're entirely new to Tkinter, or just need to bring your Tkinter knowledge up to date, this book gives you all you need to build modern, attractive Tkinter user interfaces that run on Windows, macOS, and Linux. You'll learn all the modern best practices. You'll build your user interface the right way the first time, without having to learn anything extra or irrelevant. It starts at the beginning, shows you what you need to know, and covers all the essential elements of building your modern user interface. This includes: all the standard GUI widgets attractively laying out your user interface managing menus, windows, and dialogs organizing more complex user interfaces Tkinter's powerhouse widgets: canvas and text customizing the look of your user interface making it all work on macOS, Windows, and Linux You may have been using older documentation or are updating a Tkinter program written years ago. If so, you'll find warnings of what to avoid using, and how to replace it with a modern solution. There's even a full case study of modernizing the user interface of a seriously out-of-date Tkinter application you may be familiar with. Let veteran software developer Mark Roseman show you the right way to build user interfaces with Python and Tkinter. He's been using Tk (the technology behind Tkinter) since its early days. He's shipped dozens of open source tools and commercial applications based on it. He's also the author of the multi-lingual TkDocs tutorial, the de facto online guide for building modern Tk user interfaces. This book brings together all new material and Python-specific information from that tutorial. Contents Introduction Tk and Tkinter: Then and Now Installing Tkinter A First (Real) Example Tkinter Concepts Basic Widgets The Grid Geometry Manager Structuring Tkinter Code Refining our Code More Widgets Event Loop Menus Windows and Dialogs Organizing Complex Interfaces Fonts, Colors, Images Canvas Text Treeview Styles and Themes Custom Styles and Themes Case Study: IDLE Modernization Appendix: Tkinter Class API Reference