Python GUI programming cookbook :: over 80 object-oriented recipes to help you create mind-blowing GUIs in Python /
Over 80 object-oriented recipes to help you create mind-blowing GUIs in Python About This Book Use object-oriented programming to develop amazing GUIs in Python Create a working GUI project as a central resource for developing your Python GUIs Packed with easy-to-follow recipes to help you develop c...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2015.
|
Schriftenreihe: | Quick answers to common problems.
|
Schlagworte: | |
Online-Zugang: | DE-862 DE-863 |
Zusammenfassung: | Over 80 object-oriented recipes to help you create mind-blowing GUIs in Python About This Book Use object-oriented programming to develop amazing GUIs in Python Create a working GUI project as a central resource for developing your Python GUIs Packed with easy-to-follow recipes to help you develop code using the latest released version of Python Who This Book Is For If you are a Python programmer with intermediate level knowledge of GUI programming and want to learn how to create beautiful, effective, and responsive GUIs using the freely available Python GUI frameworks, this book is for you. What You Will Learn Create amazing GUIs with Python's built-in Tkinter module Customize the GUIs by using layout managers to arrange the GUI widgets Advance to an object-oriented programming style using Python Develop beautiful charts using the free Matplotlib Python module Use threading in a networked environment to make the GUIs responsive Discover ways to connect the GUIs to a database Understand how unit tests can be created and internationalize the GUI Extend the GUIs with free Python frameworks using best practices In Detail 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. Python GUI Programming Cookbook follows a task-based approach to help you create beautiful and very effective GUIs with the least amount of code necessary. This book uses the simplest programming style, using the fewest lines of code to create a GUI in Python, and then advances to using object-oriented programming in later chapters. If you are new to object-oriented programming (OOP), this book will teach you how to take advantage of the OOP coding style in the context of creating GUIs written in Python. Throughout the book, you will develop an entire GUI application, building recipe upon recipe, connecting the GUI to a database. In the later chapters, you will explore additional Python GUI frameworks, using best practices. You will also learn how to use threading to ensure your GUI doesn't go unresponsive. By the end of the book, you will be an expert in Python GUI programming to develop a common set of GUI applic... |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations. |
ISBN: | 9781785287480 1785287486 1785283758 9781785283758 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn932304454 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 151216s2015 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d N$T |d DEBBG |d DEBSZ |d COO |d VT2 |d OCLCF |d CEF |d WYU |d UAB |d RDF |d TEFOD |d OCLCO |d OCLCQ |d QGK |d OCLCO |d OCLCL |d OCLCQ | ||
019 | |a 1259219752 | ||
020 | |a 9781785287480 |q (electronic bk.) | ||
020 | |a 1785287486 |q (electronic bk.) | ||
020 | |a 1785283758 | ||
020 | |a 9781785283758 | ||
035 | |a (OCoLC)932304454 |z (OCoLC)1259219752 | ||
037 | |a CL0500000691 |b Safari Books Online | ||
037 | |a 541D3398-51D5-4D2F-8E3F-34A303C9C0D4 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.9.U83 | |
072 | 7 | |a COM |x 051240 |2 bisacsh | |
082 | 7 | |a 005.13/3 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Meier, Burkhard, |e author. | |
245 | 1 | 0 | |a Python GUI programming cookbook : |b over 80 object-oriented recipes to help you create mind-blowing GUIs in Python / |c Burkhard Meier. |
246 | 3 | |a Python graphical user interface programming cookbook | |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2015. | |
300 | |a 1 online resource (1 volume) : |b illustrations. | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Quick answers to common problems | |
588 | |a Description based on online resource; title from cover page (Safari, viewed December 15, 2015). | ||
500 | |a Includes index. | ||
505 | 0 | |a Cover ; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Creating the GUI Form and Adding Widgets; Introduction; Creating our first Python GUI; Preventing the GUI from being resized; Adding a label to the GUI form; Creating buttons and changing their text property; Text box widgets; Setting the focus to a widget and disabling widgets; Combo box widgets; Creating a check button with different initial states; Using radio button widgets; Using scrolled text widgets; Adding several widgets in a loop; Chapter 2: Layout Management | |
505 | 8 | |a IntroductionArranging several labels within a label frame widget; Using padding to add space around widgets; How widgets dynamically expand the GUI; Aligning the GUI widgets by embedding frames within frames; Creating menu bars; Creating tabbed widgets; Using the grid layout manager; Chapter 3: Look and Feel Customization; Introduction; Creating message boxes -- information, warning, and error; How to create independent message boxes; How to create the title of a tkinter window form; Changing the icon of the main root window; Using a spin box control | |
505 | 8 | |a Relief, sunken, and raised appearance of widgetsCreating tooltips using Python; How to use the canvas widget; Chapter 4: Data and Classes; Introduction; How to use StringVar(); How to get data from a widget; Using module-level global variables; How coding in classes can improve the GUI; Writing callback functions; Creating reusable GUI components; Chapter 5: Matplotlib Charts; Introduction; Creating beautiful charts using Matplotlib; Matplotlib -- downloading modules using pip; Matplotlib -- downloading modules with whl extensions; Creating our first chart; Placing labels on charts | |
505 | 8 | |a How to give the chart a legendScaling charts; Adjusting the scale of charts dynamically; Chapter 6: Threads and Networking; Introduction; How to create multiple threads; Starting a thread; Stopping a thread; How to use queues; Passing queues among different modules; Using dialog widgets to copy files to your network; Using TCP/IP to communicate via networks; Using URLOpen to read data from websites; Chapter 7: Storing Data in Our MySQL Database via Our GUI; Introduction; Connecting to a MySQL database from Python; Configuring the MySQL connection; Designing the Python GUI database | |
505 | 8 | |a Using the SQL INSERT commandUsing the SQL UPDATE command; Using the SQL DELETE command; Storing and retrieving data from our MySQL database; Chapter 8: Internationalization and Testing; Introduction; Displaying widget text in different languages; Changing the entire GUI language all at once; Localizing the GUI; Preparing the GUI for internationalization; How to design a GUI in an agile fashion; Do we need to test the GUI code?; Setting debug watches; Configuring different debug output levels; Creating self-testing code using Python's __main__ section; Creating robust GUIs using unit tests | |
520 | |a Over 80 object-oriented recipes to help you create mind-blowing GUIs in Python About This Book Use object-oriented programming to develop amazing GUIs in Python Create a working GUI project as a central resource for developing your Python GUIs Packed with easy-to-follow recipes to help you develop code using the latest released version of Python Who This Book Is For If you are a Python programmer with intermediate level knowledge of GUI programming and want to learn how to create beautiful, effective, and responsive GUIs using the freely available Python GUI frameworks, this book is for you. What You Will Learn Create amazing GUIs with Python's built-in Tkinter module Customize the GUIs by using layout managers to arrange the GUI widgets Advance to an object-oriented programming style using Python Develop beautiful charts using the free Matplotlib Python module Use threading in a networked environment to make the GUIs responsive Discover ways to connect the GUIs to a database Understand how unit tests can be created and internationalize the GUI Extend the GUIs with free Python frameworks using best practices In Detail 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. Python GUI Programming Cookbook follows a task-based approach to help you create beautiful and very effective GUIs with the least amount of code necessary. This book uses the simplest programming style, using the fewest lines of code to create a GUI in Python, and then advances to using object-oriented programming in later chapters. If you are new to object-oriented programming (OOP), this book will teach you how to take advantage of the OOP coding style in the context of creating GUIs written in Python. Throughout the book, you will develop an entire GUI application, building recipe upon recipe, connecting the GUI to a database. In the later chapters, you will explore additional Python GUI frameworks, using best practices. You will also learn how to use threading to ensure your GUI doesn't go unresponsive. By the end of the book, you will be an expert in Python GUI programming to develop a common set of GUI applic... | ||
650 | 0 | |a Graphical user interfaces (Computer systems) |x Programming. | |
650 | 0 | |a Python (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh96008834 | |
650 | 0 | |a Object-oriented programming (Computer science) |0 http://id.loc.gov/authorities/subjects/sh87007503 | |
650 | 6 | |a Interfaces graphiques (Informatique) |x Programmation. | |
650 | 6 | |a Python (Langage de programmation) | |
650 | 6 | |a Programmation orientée objet (Informatique) | |
650 | 7 | |a COMPUTERS / Software Development & Engineering / Systems Analysis & Design |2 bisacsh | |
650 | 7 | |a Object-oriented programming (Computer science) |2 fast | |
650 | 7 | |a Python (Computer program language) |2 fast | |
758 | |i has work: |a Python GUI programming cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGQp7M7XmhXbjyjFWFPXwK |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | |z 1-78528-375-8 | ||
830 | 0 | |a Quick answers to common problems. |0 http://id.loc.gov/authorities/names/no2015091434 | |
966 | 4 | 0 | |l DE-862 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1105601 |3 Volltext |
966 | 4 | 0 | |l DE-863 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1105601 |3 Volltext |
938 | |a EBSCOhost |b EBSC |n 1105601 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-862 | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn932304454 |
---|---|
_version_ | 1826942101043019776 |
adam_text | |
any_adam_object | |
author | Meier, Burkhard |
author_facet | Meier, Burkhard |
author_role | aut |
author_sort | Meier, Burkhard |
author_variant | b m bm |
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; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Creating the GUI Form and Adding Widgets; Introduction; Creating our first Python GUI; Preventing the GUI from being resized; Adding a label to the GUI form; Creating buttons and changing their text property; Text box widgets; Setting the focus to a widget and disabling widgets; Combo box widgets; Creating a check button with different initial states; Using radio button widgets; Using scrolled text widgets; Adding several widgets in a loop; Chapter 2: Layout Management IntroductionArranging several labels within a label frame widget; Using padding to add space around widgets; How widgets dynamically expand the GUI; Aligning the GUI widgets by embedding frames within frames; Creating menu bars; Creating tabbed widgets; Using the grid layout manager; Chapter 3: Look and Feel Customization; Introduction; Creating message boxes -- information, warning, and error; How to create independent message boxes; How to create the title of a tkinter window form; Changing the icon of the main root window; Using a spin box control Relief, sunken, and raised appearance of widgetsCreating tooltips using Python; How to use the canvas widget; Chapter 4: Data and Classes; Introduction; How to use StringVar(); How to get data from a widget; Using module-level global variables; How coding in classes can improve the GUI; Writing callback functions; Creating reusable GUI components; Chapter 5: Matplotlib Charts; Introduction; Creating beautiful charts using Matplotlib; Matplotlib -- downloading modules using pip; Matplotlib -- downloading modules with whl extensions; Creating our first chart; Placing labels on charts How to give the chart a legendScaling charts; Adjusting the scale of charts dynamically; Chapter 6: Threads and Networking; Introduction; How to create multiple threads; Starting a thread; Stopping a thread; How to use queues; Passing queues among different modules; Using dialog widgets to copy files to your network; Using TCP/IP to communicate via networks; Using URLOpen to read data from websites; Chapter 7: Storing Data in Our MySQL Database via Our GUI; Introduction; Connecting to a MySQL database from Python; Configuring the MySQL connection; Designing the Python GUI database Using the SQL INSERT commandUsing the SQL UPDATE command; Using the SQL DELETE command; Storing and retrieving data from our MySQL database; Chapter 8: Internationalization and Testing; Introduction; Displaying widget text in different languages; Changing the entire GUI language all at once; Localizing the GUI; Preparing the GUI for internationalization; How to design a GUI in an agile fashion; Do we need to test the GUI code?; Setting debug watches; Configuring different debug output levels; Creating self-testing code using Python's __main__ section; Creating robust GUIs using unit tests |
ctrlnum | (OCoLC)932304454 |
dewey-full | 005.13/3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13/3 |
dewey-search | 005.13/3 |
dewey-sort | 15.13 13 |
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>08251cam a2200649 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn932304454</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">151216s2015 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">N$T</subfield><subfield code="d">DEBBG</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">COO</subfield><subfield code="d">VT2</subfield><subfield code="d">OCLCF</subfield><subfield code="d">CEF</subfield><subfield code="d">WYU</subfield><subfield code="d">UAB</subfield><subfield code="d">RDF</subfield><subfield code="d">TEFOD</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1259219752</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785287480</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785287486</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785283758</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785283758</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)932304454</subfield><subfield code="z">(OCoLC)1259219752</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000691</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">541D3398-51D5-4D2F-8E3F-34A303C9C0D4</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">051240</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.13/3</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">Meier, Burkhard,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Python GUI programming cookbook :</subfield><subfield code="b">over 80 object-oriented recipes to help you create mind-blowing GUIs in Python /</subfield><subfield code="c">Burkhard Meier.</subfield></datafield><datafield tag="246" ind1="3" ind2=" "><subfield code="a">Python graphical user interface programming cookbook</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2015.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations.</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="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Quick answers to common problems</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on online resource; title from cover page (Safari, viewed December 15, 2015).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover ; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Creating the GUI Form and Adding Widgets; Introduction; Creating our first Python GUI; Preventing the GUI from being resized; Adding a label to the GUI form; Creating buttons and changing their text property; Text box widgets; Setting the focus to a widget and disabling widgets; Combo box widgets; Creating a check button with different initial states; Using radio button widgets; Using scrolled text widgets; Adding several widgets in a loop; Chapter 2: Layout Management</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">IntroductionArranging several labels within a label frame widget; Using padding to add space around widgets; How widgets dynamically expand the GUI; Aligning the GUI widgets by embedding frames within frames; Creating menu bars; Creating tabbed widgets; Using the grid layout manager; Chapter 3: Look and Feel Customization; Introduction; Creating message boxes -- information, warning, and error; How to create independent message boxes; How to create the title of a tkinter window form; Changing the icon of the main root window; Using a spin box control</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Relief, sunken, and raised appearance of widgetsCreating tooltips using Python; How to use the canvas widget; Chapter 4: Data and Classes; Introduction; How to use StringVar(); How to get data from a widget; Using module-level global variables; How coding in classes can improve the GUI; Writing callback functions; Creating reusable GUI components; Chapter 5: Matplotlib Charts; Introduction; Creating beautiful charts using Matplotlib; Matplotlib -- downloading modules using pip; Matplotlib -- downloading modules with whl extensions; Creating our first chart; Placing labels on charts</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">How to give the chart a legendScaling charts; Adjusting the scale of charts dynamically; Chapter 6: Threads and Networking; Introduction; How to create multiple threads; Starting a thread; Stopping a thread; How to use queues; Passing queues among different modules; Using dialog widgets to copy files to your network; Using TCP/IP to communicate via networks; Using URLOpen to read data from websites; Chapter 7: Storing Data in Our MySQL Database via Our GUI; Introduction; Connecting to a MySQL database from Python; Configuring the MySQL connection; Designing the Python GUI database</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Using the SQL INSERT commandUsing the SQL UPDATE command; Using the SQL DELETE command; Storing and retrieving data from our MySQL database; Chapter 8: Internationalization and Testing; Introduction; Displaying widget text in different languages; Changing the entire GUI language all at once; Localizing the GUI; Preparing the GUI for internationalization; How to design a GUI in an agile fashion; Do we need to test the GUI code?; Setting debug watches; Configuring different debug output levels; Creating self-testing code using Python's __main__ section; Creating robust GUIs using unit tests</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Over 80 object-oriented recipes to help you create mind-blowing GUIs in Python About This Book Use object-oriented programming to develop amazing GUIs in Python Create a working GUI project as a central resource for developing your Python GUIs Packed with easy-to-follow recipes to help you develop code using the latest released version of Python Who This Book Is For If you are a Python programmer with intermediate level knowledge of GUI programming and want to learn how to create beautiful, effective, and responsive GUIs using the freely available Python GUI frameworks, this book is for you. What You Will Learn Create amazing GUIs with Python's built-in Tkinter module Customize the GUIs by using layout managers to arrange the GUI widgets Advance to an object-oriented programming style using Python Develop beautiful charts using the free Matplotlib Python module Use threading in a networked environment to make the GUIs responsive Discover ways to connect the GUIs to a database Understand how unit tests can be created and internationalize the GUI Extend the GUIs with free Python frameworks using best practices In Detail 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. Python GUI Programming Cookbook follows a task-based approach to help you create beautiful and very effective GUIs with the least amount of code necessary. This book uses the simplest programming style, using the fewest lines of code to create a GUI in Python, and then advances to using object-oriented programming in later chapters. If you are new to object-oriented programming (OOP), this book will teach you how to take advantage of the OOP coding style in the context of creating GUIs written in Python. Throughout the book, you will develop an entire GUI application, building recipe upon recipe, connecting the GUI to a database. In the later chapters, you will explore additional Python GUI frameworks, using best practices. You will also learn how to use threading to ensure your GUI doesn't go unresponsive. By the end of the book, you will be an expert in Python GUI programming to develop a common set of GUI applic...</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Graphical user interfaces (Computer systems)</subfield><subfield code="x">Programming.</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="0"><subfield code="a">Object-oriented programming (Computer science)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh87007503</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Interfaces graphiques (Informatique)</subfield><subfield code="x">Programmation.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Python (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Programmation orientée objet (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Software Development & Engineering / Systems Analysis & Design</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Object-oriented programming (Computer science)</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">Python GUI programming cookbook (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGQp7M7XmhXbjyjFWFPXwK</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1=" " ind2=" "><subfield code="z">1-78528-375-8</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Quick answers to common problems.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2015091434</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-862</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=1105601</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-863</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=1105601</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1105601</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-862</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn932304454 |
illustrated | Illustrated |
indexdate | 2025-03-18T14:22:39Z |
institution | BVB |
isbn | 9781785287480 1785287486 1785283758 9781785283758 |
language | English |
oclc_num | 932304454 |
open_access_boolean | |
owner | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
owner_facet | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations. |
psigel | ZDB-4-EBA FWS_PDA_EBA ZDB-4-EBA |
publishDate | 2015 |
publishDateSearch | 2015 |
publishDateSort | 2015 |
publisher | Packt Publishing, |
record_format | marc |
series | Quick answers to common problems. |
series2 | Quick answers to common problems |
spelling | Meier, Burkhard, author. Python GUI programming cookbook : over 80 object-oriented recipes to help you create mind-blowing GUIs in Python / Burkhard Meier. Python graphical user interface programming cookbook Birmingham, UK : Packt Publishing, 2015. 1 online resource (1 volume) : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Quick answers to common problems Description based on online resource; title from cover page (Safari, viewed December 15, 2015). Includes index. Cover ; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Creating the GUI Form and Adding Widgets; Introduction; Creating our first Python GUI; Preventing the GUI from being resized; Adding a label to the GUI form; Creating buttons and changing their text property; Text box widgets; Setting the focus to a widget and disabling widgets; Combo box widgets; Creating a check button with different initial states; Using radio button widgets; Using scrolled text widgets; Adding several widgets in a loop; Chapter 2: Layout Management IntroductionArranging several labels within a label frame widget; Using padding to add space around widgets; How widgets dynamically expand the GUI; Aligning the GUI widgets by embedding frames within frames; Creating menu bars; Creating tabbed widgets; Using the grid layout manager; Chapter 3: Look and Feel Customization; Introduction; Creating message boxes -- information, warning, and error; How to create independent message boxes; How to create the title of a tkinter window form; Changing the icon of the main root window; Using a spin box control Relief, sunken, and raised appearance of widgetsCreating tooltips using Python; How to use the canvas widget; Chapter 4: Data and Classes; Introduction; How to use StringVar(); How to get data from a widget; Using module-level global variables; How coding in classes can improve the GUI; Writing callback functions; Creating reusable GUI components; Chapter 5: Matplotlib Charts; Introduction; Creating beautiful charts using Matplotlib; Matplotlib -- downloading modules using pip; Matplotlib -- downloading modules with whl extensions; Creating our first chart; Placing labels on charts How to give the chart a legendScaling charts; Adjusting the scale of charts dynamically; Chapter 6: Threads and Networking; Introduction; How to create multiple threads; Starting a thread; Stopping a thread; How to use queues; Passing queues among different modules; Using dialog widgets to copy files to your network; Using TCP/IP to communicate via networks; Using URLOpen to read data from websites; Chapter 7: Storing Data in Our MySQL Database via Our GUI; Introduction; Connecting to a MySQL database from Python; Configuring the MySQL connection; Designing the Python GUI database Using the SQL INSERT commandUsing the SQL UPDATE command; Using the SQL DELETE command; Storing and retrieving data from our MySQL database; Chapter 8: Internationalization and Testing; Introduction; Displaying widget text in different languages; Changing the entire GUI language all at once; Localizing the GUI; Preparing the GUI for internationalization; How to design a GUI in an agile fashion; Do we need to test the GUI code?; Setting debug watches; Configuring different debug output levels; Creating self-testing code using Python's __main__ section; Creating robust GUIs using unit tests Over 80 object-oriented recipes to help you create mind-blowing GUIs in Python About This Book Use object-oriented programming to develop amazing GUIs in Python Create a working GUI project as a central resource for developing your Python GUIs Packed with easy-to-follow recipes to help you develop code using the latest released version of Python Who This Book Is For If you are a Python programmer with intermediate level knowledge of GUI programming and want to learn how to create beautiful, effective, and responsive GUIs using the freely available Python GUI frameworks, this book is for you. What You Will Learn Create amazing GUIs with Python's built-in Tkinter module Customize the GUIs by using layout managers to arrange the GUI widgets Advance to an object-oriented programming style using Python Develop beautiful charts using the free Matplotlib Python module Use threading in a networked environment to make the GUIs responsive Discover ways to connect the GUIs to a database Understand how unit tests can be created and internationalize the GUI Extend the GUIs with free Python frameworks using best practices In Detail 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. Python GUI Programming Cookbook follows a task-based approach to help you create beautiful and very effective GUIs with the least amount of code necessary. This book uses the simplest programming style, using the fewest lines of code to create a GUI in Python, and then advances to using object-oriented programming in later chapters. If you are new to object-oriented programming (OOP), this book will teach you how to take advantage of the OOP coding style in the context of creating GUIs written in Python. Throughout the book, you will develop an entire GUI application, building recipe upon recipe, connecting the GUI to a database. In the later chapters, you will explore additional Python GUI frameworks, using best practices. You will also learn how to use threading to ensure your GUI doesn't go unresponsive. By the end of the book, you will be an expert in Python GUI programming to develop a common set of GUI applic... Graphical user interfaces (Computer systems) Programming. Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Object-oriented programming (Computer science) http://id.loc.gov/authorities/subjects/sh87007503 Interfaces graphiques (Informatique) Programmation. Python (Langage de programmation) Programmation orientée objet (Informatique) COMPUTERS / Software Development & Engineering / Systems Analysis & Design bisacsh Object-oriented programming (Computer science) fast Python (Computer program language) fast has work: Python GUI programming cookbook (Text) https://id.oclc.org/worldcat/entity/E39PCGQp7M7XmhXbjyjFWFPXwK https://id.oclc.org/worldcat/ontology/hasWork 1-78528-375-8 Quick answers to common problems. http://id.loc.gov/authorities/names/no2015091434 |
spellingShingle | Meier, Burkhard Python GUI programming cookbook : over 80 object-oriented recipes to help you create mind-blowing GUIs in Python / Quick answers to common problems. Cover ; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Creating the GUI Form and Adding Widgets; Introduction; Creating our first Python GUI; Preventing the GUI from being resized; Adding a label to the GUI form; Creating buttons and changing their text property; Text box widgets; Setting the focus to a widget and disabling widgets; Combo box widgets; Creating a check button with different initial states; Using radio button widgets; Using scrolled text widgets; Adding several widgets in a loop; Chapter 2: Layout Management IntroductionArranging several labels within a label frame widget; Using padding to add space around widgets; How widgets dynamically expand the GUI; Aligning the GUI widgets by embedding frames within frames; Creating menu bars; Creating tabbed widgets; Using the grid layout manager; Chapter 3: Look and Feel Customization; Introduction; Creating message boxes -- information, warning, and error; How to create independent message boxes; How to create the title of a tkinter window form; Changing the icon of the main root window; Using a spin box control Relief, sunken, and raised appearance of widgetsCreating tooltips using Python; How to use the canvas widget; Chapter 4: Data and Classes; Introduction; How to use StringVar(); How to get data from a widget; Using module-level global variables; How coding in classes can improve the GUI; Writing callback functions; Creating reusable GUI components; Chapter 5: Matplotlib Charts; Introduction; Creating beautiful charts using Matplotlib; Matplotlib -- downloading modules using pip; Matplotlib -- downloading modules with whl extensions; Creating our first chart; Placing labels on charts How to give the chart a legendScaling charts; Adjusting the scale of charts dynamically; Chapter 6: Threads and Networking; Introduction; How to create multiple threads; Starting a thread; Stopping a thread; How to use queues; Passing queues among different modules; Using dialog widgets to copy files to your network; Using TCP/IP to communicate via networks; Using URLOpen to read data from websites; Chapter 7: Storing Data in Our MySQL Database via Our GUI; Introduction; Connecting to a MySQL database from Python; Configuring the MySQL connection; Designing the Python GUI database Using the SQL INSERT commandUsing the SQL UPDATE command; Using the SQL DELETE command; Storing and retrieving data from our MySQL database; Chapter 8: Internationalization and Testing; Introduction; Displaying widget text in different languages; Changing the entire GUI language all at once; Localizing the GUI; Preparing the GUI for internationalization; How to design a GUI in an agile fashion; Do we need to test the GUI code?; Setting debug watches; Configuring different debug output levels; Creating self-testing code using Python's __main__ section; Creating robust GUIs using unit tests Graphical user interfaces (Computer systems) Programming. Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Object-oriented programming (Computer science) http://id.loc.gov/authorities/subjects/sh87007503 Interfaces graphiques (Informatique) Programmation. Python (Langage de programmation) Programmation orientée objet (Informatique) COMPUTERS / Software Development & Engineering / Systems Analysis & Design bisacsh Object-oriented programming (Computer science) fast Python (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh96008834 http://id.loc.gov/authorities/subjects/sh87007503 |
title | Python GUI programming cookbook : over 80 object-oriented recipes to help you create mind-blowing GUIs in Python / |
title_alt | Python graphical user interface programming cookbook |
title_auth | Python GUI programming cookbook : over 80 object-oriented recipes to help you create mind-blowing GUIs in Python / |
title_exact_search | Python GUI programming cookbook : over 80 object-oriented recipes to help you create mind-blowing GUIs in Python / |
title_full | Python GUI programming cookbook : over 80 object-oriented recipes to help you create mind-blowing GUIs in Python / Burkhard Meier. |
title_fullStr | Python GUI programming cookbook : over 80 object-oriented recipes to help you create mind-blowing GUIs in Python / Burkhard Meier. |
title_full_unstemmed | Python GUI programming cookbook : over 80 object-oriented recipes to help you create mind-blowing GUIs in Python / Burkhard Meier. |
title_short | Python GUI programming cookbook : |
title_sort | python gui programming cookbook over 80 object oriented recipes to help you create mind blowing guis in python |
title_sub | over 80 object-oriented recipes to help you create mind-blowing GUIs in Python / |
topic | Graphical user interfaces (Computer systems) Programming. Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Object-oriented programming (Computer science) http://id.loc.gov/authorities/subjects/sh87007503 Interfaces graphiques (Informatique) Programmation. Python (Langage de programmation) Programmation orientée objet (Informatique) COMPUTERS / Software Development & Engineering / Systems Analysis & Design bisacsh Object-oriented programming (Computer science) fast Python (Computer program language) fast |
topic_facet | Graphical user interfaces (Computer systems) Programming. Python (Computer program language) Object-oriented programming (Computer science) Interfaces graphiques (Informatique) Programmation. Python (Langage de programmation) Programmation orientée objet (Informatique) COMPUTERS / Software Development & Engineering / Systems Analysis & Design |
work_keys_str_mv | AT meierburkhard pythonguiprogrammingcookbookover80objectorientedrecipestohelpyoucreatemindblowingguisinpython AT meierburkhard pythongraphicaluserinterfaceprogrammingcookbook |