Tkinter GUI Application Development Cookbook :: a practical solution to your GUI development problems with Python and Tkinter.
As one of the more versatile programming languages, Python is well-known for its batteries-included philosophy, which includes a rich set of modules in its standard library; Tkinter is the library included for building desktop applications. Due to this, Tkinter is a common choice for rapid GUI devel...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2018.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | As one of the more versatile programming languages, Python is well-known for its batteries-included philosophy, which includes a rich set of modules in its standard library; Tkinter is the library included for building desktop applications. Due to this, Tkinter is a common choice for rapid GUI development, and more complex applications can ... |
Beschreibung: | Using variables in menus. |
Beschreibung: | 1 online resource (234 pages) |
Bibliographie: | Includes bibliographical references. |
ISBN: | 9781788627771 1788627776 1788622308 9781788622301 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1031344200 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr |n|---||||| | ||
008 | 180414s2018 enk o 000 0 eng d | ||
040 | |a EBLCP |b eng |e pn |c EBLCP |d NLE |d OCLCQ |d MERUC |d IDB |d OCLCF |d OCLCO |d VT2 |d OCLCQ |d OCLCO |d TEFOD |d OCLCQ |d LVT |d N$T |d C6I |d N$T |d UKAHL |d OCLCQ |d OCLCO |d OCLCQ |d UKMGB |d OCLCO |d NZAUC |d OCLCQ |d OCLCO |d OCLCL | ||
015 | |a GBC200897 |2 bnb | ||
016 | 7 | |a 018835910 |2 Uk | |
019 | |a 1032152147 |a 1295111202 | ||
020 | |a 9781788627771 |q (electronic bk.) | ||
020 | |a 1788627776 |q (electronic bk.) | ||
020 | |a 1788622308 | ||
020 | |a 9781788622301 | ||
024 | 3 | |a 9781788622301 | |
035 | |a (OCoLC)1031344200 |z (OCoLC)1032152147 |z (OCoLC)1295111202 | ||
037 | |a 9781788627771 |b Packt Publishing | ||
037 | |a B8BCED96-8E5C-492F-B717-044B60AC2C4E |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.9.U83 | |
072 | 7 | |a COM |x 051000 |2 bisacsh | |
082 | 7 | |a 005.437 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Rodas de Paz, Alejandro. |0 http://id.loc.gov/authorities/names/no2016027954 | |
245 | 1 | 0 | |a Tkinter GUI Application Development Cookbook : |b a practical solution to your GUI development problems with Python and Tkinter. |
260 | |a Birmingham : |b Packt Publishing, |c 2018. | ||
300 | |a 1 online resource (234 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a Cover; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with Tkinter; Introduction; Structuring a Tkinter application; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Working with buttons; How to do it ... ; How it works ... ; There's more ... ; Creating text entries; How to do it ... ; How it works ... ; There's more ... ; See also; Tracing text changes; How to do it ... ; How it works ... ; There's more ... ; See also; Validating a text entry; How to do it ... ; How it works ... ; There's more ... ; See also. | |
505 | 8 | |a Selecting numerical valuesHow to do it ... ; How it works ... ; There's more ... ; See also; Creating selections with radio buttons; How to do it ... ; How it works ... ; There's more ... ; Implementing switches with checkboxes; How to do it ... ; How it works ... ; There's more ... ; See also; Displaying a list of items; How to do it ... ; How it works ... ; There's more ... ; See also; Handling mouse and keyboard events; How to do it ... ; How it works ... ; There's more ... ; See also; Setting the main window's icon, title, and size; How to do it ... ; How it works ... ; There's more ... ; Chapter 2: Window Layout. | |
505 | 8 | |a IntroductionGrouping widgets with frames; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Pack geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Grid geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Place geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Grouping inputs with the LabelFrame widget; Getting ready; How to do it ... ; How it works ... ; Dynamically laying out widgets; Getting ready; How to do it ... ; How it works ... | |
505 | 8 | |a Creating horizontal and vertical scrollbarsGetting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Chapter 3: Customizing Widgets; Introduction; Working with colors; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Setting widget fonts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the options database; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Changing the cursor icon; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Introducing the Text widget; Getting ready; How to do it ... | |
505 | 8 | |a How it works ... Adding tags to the Text widget; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Chapter 4: Dialogs and Menus; Introduction; Showing alert dialogs; Getting ready; How to do it ... ; How it works ... ; Asking for user confirmation; Getting ready; How to do it ... ; How it works ... ; Choosing files and directories; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Saving data into a file; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Creating a menu bar; Getting ready; How to do it ... ; How it works ... | |
500 | |a Using variables in menus. | ||
520 | |a As one of the more versatile programming languages, Python is well-known for its batteries-included philosophy, which includes a rich set of modules in its standard library; Tkinter is the library included for building desktop applications. Due to this, Tkinter is a common choice for rapid GUI development, and more complex applications can ... | ||
504 | |a Includes bibliographical references. | ||
650 | 0 | |a Graphical user interfaces (Computer systems) |0 http://id.loc.gov/authorities/subjects/sh93002168 | |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a Python (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh96008834 | |
650 | 6 | |a Interfaces graphiques (Informatique) | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Python (Langage de programmation) | |
650 | 7 | |a Programming & scripting languages: general. |2 bicssc | |
650 | 7 | |a Internet: general works. |2 bicssc | |
650 | 7 | |a COMPUTERS |x Programming |x General. |2 bisacsh | |
650 | 7 | |a Computers |x Programming Languages |x JavaScript. |2 bisacsh | |
650 | 7 | |a Computers |x Web |x General. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Graphical user interfaces (Computer systems) |2 fast | |
650 | 7 | |a Python (Computer program language) |2 fast | |
758 | |i has work: |a Tkinter GUI application development cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGwYK3KMfGVKRtRChbgf4m |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Rodas de Paz, Alejandro. |t Tkinter GUI Application Development Cookbook : A practical solution to your GUI development problems with Python and Tkinter. |d Birmingham : Packt Publishing, ©2018 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1789478 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH34229887 | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL5340522 | ||
938 | |a EBSCOhost |b EBSC |n 1789478 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1031344200 |
---|---|
_version_ | 1816882418695536640 |
adam_text | |
any_adam_object | |
author | Rodas de Paz, Alejandro |
author_GND | http://id.loc.gov/authorities/names/no2016027954 |
author_facet | Rodas de Paz, Alejandro |
author_role | |
author_sort | Rodas de Paz, Alejandro |
author_variant | d p a r dpa dpar |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.U83 |
callnumber-search | QA76.9.U83 |
callnumber-sort | QA 276.9 U83 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with Tkinter; Introduction; Structuring a Tkinter application; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Working with buttons; How to do it ... ; How it works ... ; There's more ... ; Creating text entries; How to do it ... ; How it works ... ; There's more ... ; See also; Tracing text changes; How to do it ... ; How it works ... ; There's more ... ; See also; Validating a text entry; How to do it ... ; How it works ... ; There's more ... ; See also. Selecting numerical valuesHow to do it ... ; How it works ... ; There's more ... ; See also; Creating selections with radio buttons; How to do it ... ; How it works ... ; There's more ... ; Implementing switches with checkboxes; How to do it ... ; How it works ... ; There's more ... ; See also; Displaying a list of items; How to do it ... ; How it works ... ; There's more ... ; See also; Handling mouse and keyboard events; How to do it ... ; How it works ... ; There's more ... ; See also; Setting the main window's icon, title, and size; How to do it ... ; How it works ... ; There's more ... ; Chapter 2: Window Layout. IntroductionGrouping widgets with frames; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Pack geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Grid geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Place geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Grouping inputs with the LabelFrame widget; Getting ready; How to do it ... ; How it works ... ; Dynamically laying out widgets; Getting ready; How to do it ... ; How it works ... Creating horizontal and vertical scrollbarsGetting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Chapter 3: Customizing Widgets; Introduction; Working with colors; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Setting widget fonts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the options database; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Changing the cursor icon; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Introducing the Text widget; Getting ready; How to do it ... How it works ... Adding tags to the Text widget; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Chapter 4: Dialogs and Menus; Introduction; Showing alert dialogs; Getting ready; How to do it ... ; How it works ... ; Asking for user confirmation; Getting ready; How to do it ... ; How it works ... ; Choosing files and directories; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Saving data into a file; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Creating a menu bar; Getting ready; How to do it ... ; How it works ... |
ctrlnum | (OCoLC)1031344200 |
dewey-full | 005.437 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.437 |
dewey-search | 005.437 |
dewey-sort | 15.437 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>06845cam a2200733 i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1031344200</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|---|||||</controlfield><controlfield tag="008">180414s2018 enk o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">EBLCP</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">EBLCP</subfield><subfield code="d">NLE</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">MERUC</subfield><subfield code="d">IDB</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCO</subfield><subfield code="d">VT2</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">TEFOD</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">LVT</subfield><subfield code="d">N$T</subfield><subfield code="d">C6I</subfield><subfield code="d">N$T</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">NZAUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC200897</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018835910</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1032152147</subfield><subfield code="a">1295111202</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788627771</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1788627776</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1788622308</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788622301</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781788622301</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1031344200</subfield><subfield code="z">(OCoLC)1032152147</subfield><subfield code="z">(OCoLC)1295111202</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781788627771</subfield><subfield code="b">Packt Publishing</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">B8BCED96-8E5C-492F-B717-044B60AC2C4E</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.9.U83</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.437</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Rodas de Paz, Alejandro.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2016027954</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Tkinter GUI Application Development Cookbook :</subfield><subfield code="b">a practical solution to your GUI development problems with Python and Tkinter.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2018.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (234 pages)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with Tkinter; Introduction; Structuring a Tkinter application; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Working with buttons; How to do it ... ; How it works ... ; There's more ... ; Creating text entries; How to do it ... ; How it works ... ; There's more ... ; See also; Tracing text changes; How to do it ... ; How it works ... ; There's more ... ; See also; Validating a text entry; How to do it ... ; How it works ... ; There's more ... ; See also.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Selecting numerical valuesHow to do it ... ; How it works ... ; There's more ... ; See also; Creating selections with radio buttons; How to do it ... ; How it works ... ; There's more ... ; Implementing switches with checkboxes; How to do it ... ; How it works ... ; There's more ... ; See also; Displaying a list of items; How to do it ... ; How it works ... ; There's more ... ; See also; Handling mouse and keyboard events; How to do it ... ; How it works ... ; There's more ... ; See also; Setting the main window's icon, title, and size; How to do it ... ; How it works ... ; There's more ... ; Chapter 2: Window Layout.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">IntroductionGrouping widgets with frames; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Pack geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Grid geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Place geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Grouping inputs with the LabelFrame widget; Getting ready; How to do it ... ; How it works ... ; Dynamically laying out widgets; Getting ready; How to do it ... ; How it works ...</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Creating horizontal and vertical scrollbarsGetting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Chapter 3: Customizing Widgets; Introduction; Working with colors; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Setting widget fonts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the options database; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Changing the cursor icon; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Introducing the Text widget; Getting ready; How to do it ...</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">How it works ... Adding tags to the Text widget; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Chapter 4: Dialogs and Menus; Introduction; Showing alert dialogs; Getting ready; How to do it ... ; How it works ... ; Asking for user confirmation; Getting ready; How to do it ... ; How it works ... ; Choosing files and directories; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Saving data into a file; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Creating a menu bar; Getting ready; How to do it ... ; How it works ...</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Using variables in menus.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">As one of the more versatile programming languages, Python is well-known for its batteries-included philosophy, which includes a rich set of modules in its standard library; Tkinter is the library included for building desktop applications. Due to this, Tkinter is a common choice for rapid GUI development, and more complex applications can ...</subfield></datafield><datafield tag="504" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Graphical user interfaces (Computer systems)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh93002168</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Python (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh96008834</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Interfaces graphiques (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Python (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Programming & scripting languages: general.</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Internet: general works.</subfield><subfield code="2">bicssc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computers</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">JavaScript.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computers</subfield><subfield code="x">Web</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Graphical user interfaces (Computer systems)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Python (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Tkinter GUI application development cookbook (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGwYK3KMfGVKRtRChbgf4m</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Rodas de Paz, Alejandro.</subfield><subfield code="t">Tkinter GUI Application Development Cookbook : A practical solution to your GUI development problems with Python and Tkinter.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2018</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1789478</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH34229887</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL5340522</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1789478</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1031344200 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:28:18Z |
institution | BVB |
isbn | 9781788627771 1788627776 1788622308 9781788622301 |
language | English |
oclc_num | 1031344200 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (234 pages) |
psigel | ZDB-4-EBA |
publishDate | 2018 |
publishDateSearch | 2018 |
publishDateSort | 2018 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Rodas de Paz, Alejandro. http://id.loc.gov/authorities/names/no2016027954 Tkinter GUI Application Development Cookbook : a practical solution to your GUI development problems with Python and Tkinter. Birmingham : Packt Publishing, 2018. 1 online resource (234 pages) text txt rdacontent computer c rdamedia online resource cr rdacarrier Print version record. Cover; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with Tkinter; Introduction; Structuring a Tkinter application; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Working with buttons; How to do it ... ; How it works ... ; There's more ... ; Creating text entries; How to do it ... ; How it works ... ; There's more ... ; See also; Tracing text changes; How to do it ... ; How it works ... ; There's more ... ; See also; Validating a text entry; How to do it ... ; How it works ... ; There's more ... ; See also. Selecting numerical valuesHow to do it ... ; How it works ... ; There's more ... ; See also; Creating selections with radio buttons; How to do it ... ; How it works ... ; There's more ... ; Implementing switches with checkboxes; How to do it ... ; How it works ... ; There's more ... ; See also; Displaying a list of items; How to do it ... ; How it works ... ; There's more ... ; See also; Handling mouse and keyboard events; How to do it ... ; How it works ... ; There's more ... ; See also; Setting the main window's icon, title, and size; How to do it ... ; How it works ... ; There's more ... ; Chapter 2: Window Layout. IntroductionGrouping widgets with frames; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Pack geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Grid geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Place geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Grouping inputs with the LabelFrame widget; Getting ready; How to do it ... ; How it works ... ; Dynamically laying out widgets; Getting ready; How to do it ... ; How it works ... Creating horizontal and vertical scrollbarsGetting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Chapter 3: Customizing Widgets; Introduction; Working with colors; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Setting widget fonts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the options database; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Changing the cursor icon; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Introducing the Text widget; Getting ready; How to do it ... How it works ... Adding tags to the Text widget; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Chapter 4: Dialogs and Menus; Introduction; Showing alert dialogs; Getting ready; How to do it ... ; How it works ... ; Asking for user confirmation; Getting ready; How to do it ... ; How it works ... ; Choosing files and directories; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Saving data into a file; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Creating a menu bar; Getting ready; How to do it ... ; How it works ... Using variables in menus. As one of the more versatile programming languages, Python is well-known for its batteries-included philosophy, which includes a rich set of modules in its standard library; Tkinter is the library included for building desktop applications. Due to this, Tkinter is a common choice for rapid GUI development, and more complex applications can ... Includes bibliographical references. Graphical user interfaces (Computer systems) http://id.loc.gov/authorities/subjects/sh93002168 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Interfaces graphiques (Informatique) Logiciels d'application Développement. Python (Langage de programmation) Programming & scripting languages: general. bicssc Internet: general works. bicssc COMPUTERS Programming General. bisacsh Computers Programming Languages JavaScript. bisacsh Computers Web General. bisacsh Application software Development fast Graphical user interfaces (Computer systems) fast Python (Computer program language) fast has work: Tkinter GUI application development cookbook (Text) https://id.oclc.org/worldcat/entity/E39PCGwYK3KMfGVKRtRChbgf4m https://id.oclc.org/worldcat/ontology/hasWork Print version: Rodas de Paz, Alejandro. Tkinter GUI Application Development Cookbook : A practical solution to your GUI development problems with Python and Tkinter. Birmingham : Packt Publishing, ©2018 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1789478 Volltext |
spellingShingle | Rodas de Paz, Alejandro Tkinter GUI Application Development Cookbook : a practical solution to your GUI development problems with Python and Tkinter. Cover; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with Tkinter; Introduction; Structuring a Tkinter application; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Working with buttons; How to do it ... ; How it works ... ; There's more ... ; Creating text entries; How to do it ... ; How it works ... ; There's more ... ; See also; Tracing text changes; How to do it ... ; How it works ... ; There's more ... ; See also; Validating a text entry; How to do it ... ; How it works ... ; There's more ... ; See also. Selecting numerical valuesHow to do it ... ; How it works ... ; There's more ... ; See also; Creating selections with radio buttons; How to do it ... ; How it works ... ; There's more ... ; Implementing switches with checkboxes; How to do it ... ; How it works ... ; There's more ... ; See also; Displaying a list of items; How to do it ... ; How it works ... ; There's more ... ; See also; Handling mouse and keyboard events; How to do it ... ; How it works ... ; There's more ... ; See also; Setting the main window's icon, title, and size; How to do it ... ; How it works ... ; There's more ... ; Chapter 2: Window Layout. IntroductionGrouping widgets with frames; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Pack geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Grid geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the Place geometry manager; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Grouping inputs with the LabelFrame widget; Getting ready; How to do it ... ; How it works ... ; Dynamically laying out widgets; Getting ready; How to do it ... ; How it works ... Creating horizontal and vertical scrollbarsGetting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Chapter 3: Customizing Widgets; Introduction; Working with colors; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Setting widget fonts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the options database; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Changing the cursor icon; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Introducing the Text widget; Getting ready; How to do it ... How it works ... Adding tags to the Text widget; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Chapter 4: Dialogs and Menus; Introduction; Showing alert dialogs; Getting ready; How to do it ... ; How it works ... ; Asking for user confirmation; Getting ready; How to do it ... ; How it works ... ; Choosing files and directories; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Saving data into a file; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Creating a menu bar; Getting ready; How to do it ... ; How it works ... Graphical user interfaces (Computer systems) http://id.loc.gov/authorities/subjects/sh93002168 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Interfaces graphiques (Informatique) Logiciels d'application Développement. Python (Langage de programmation) Programming & scripting languages: general. bicssc Internet: general works. bicssc COMPUTERS Programming General. bisacsh Computers Programming Languages JavaScript. bisacsh Computers Web General. bisacsh Application software Development fast Graphical user interfaces (Computer systems) fast Python (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh93002168 http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh96008834 |
title | Tkinter GUI Application Development Cookbook : a practical solution to your GUI development problems with Python and Tkinter. |
title_auth | Tkinter GUI Application Development Cookbook : a practical solution to your GUI development problems with Python and Tkinter. |
title_exact_search | Tkinter GUI Application Development Cookbook : a practical solution to your GUI development problems with Python and Tkinter. |
title_full | Tkinter GUI Application Development Cookbook : a practical solution to your GUI development problems with Python and Tkinter. |
title_fullStr | Tkinter GUI Application Development Cookbook : a practical solution to your GUI development problems with Python and Tkinter. |
title_full_unstemmed | Tkinter GUI Application Development Cookbook : a practical solution to your GUI development problems with Python and Tkinter. |
title_short | Tkinter GUI Application Development Cookbook : |
title_sort | tkinter gui application development cookbook a practical solution to your gui development problems with python and tkinter |
title_sub | a practical solution to your GUI development problems with Python and Tkinter. |
topic | Graphical user interfaces (Computer systems) http://id.loc.gov/authorities/subjects/sh93002168 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Interfaces graphiques (Informatique) Logiciels d'application Développement. Python (Langage de programmation) Programming & scripting languages: general. bicssc Internet: general works. bicssc COMPUTERS Programming General. bisacsh Computers Programming Languages JavaScript. bisacsh Computers Web General. bisacsh Application software Development fast Graphical user interfaces (Computer systems) fast Python (Computer program language) fast |
topic_facet | Graphical user interfaces (Computer systems) Application software Development. Python (Computer program language) Interfaces graphiques (Informatique) Logiciels d'application Développement. Python (Langage de programmation) Programming & scripting languages: general. Internet: general works. COMPUTERS Programming General. Computers Programming Languages JavaScript. Computers Web General. Application software Development |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1789478 |
work_keys_str_mv | AT rodasdepazalejandro tkinterguiapplicationdevelopmentcookbookapracticalsolutiontoyourguidevelopmentproblemswithpythonandtkinter |