Python GUI Programming Solutions

Course

Online

£ 20 VAT inc.

Description

  • Type

    Course

  • Methodology

    Online

  • Start date

    Different dates available

Over 80 object-oriented tasks to help you create mind-blowing GUIs in PythonPython 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 video 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 video will teach you how to take advantage of the OOP coding style in the context of creating GUIs written in Python.Throughout the video, 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 video, you will be an expert in Python GUI programming to develop a common set of GUI applications.About the Author
.
Burkhard A. Meier has more than 15 years' of professional experience working in the software industry as a software tester and developer, specializing in software test automation development, execution, and analysis. He has a very strong background in SQL relational database administration, the development of stored procedures, and debugging code. While he is experienced in Visual Studio

Facilities

Location

Start date

Online

Start date

Different dates availableEnrolment now open

About this course

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

Questions & Answers

Add your question

Our advisors and other users will be able to reply to you

Who would you like to address this question to?

Fill in your details to get a reply

We will only publish your name and question

Emagister S.L. (data controller) will process your data to carry out promotional activities (via email and/or phone), publish reviews, or manage incidents. You can learn about your rights and manage your preferences in the privacy policy.

Reviews

This centre's achievements

2021

All courses are up to date

The average rating is higher than 3.7

More than 50 reviews in the last 12 months

This centre has featured on Emagister for 6 years

Subjects

  • Object oriented training
  • GUI programming
  • Object-oriented training
  • Database
  • Database training
  • Syntax
  • Design
  • Radio
  • Layout
  • Programming
  • Object oriented Programming
  • Oriented Programming

Course programme

Creating the GUI Form and Adding Widgets 6 lectures 30:18 Introduction to Python GUI Python is a very powerful programming language. So powerful that we can build a GUI in only a few lines of code. Let's see how. • Create a GUI • Build a code to prevent it from being resized Adding a Label to the GUI Form The aim of this video is to add a label widget to our GUI. • Build a file AddingALabel.py, which adds the label Creating Buttons and Text Box Widgets Let's add more features to our GUI, namely buttons and text boxes. • Add a button that performs an action • Create textbox widgets Exploring Widgets While our GUI is nicely improving, it would be more convenient to add a little functionality to our widgets. • Set the focus to a widget • Disable widgets • Add drop-down combo boxes Adding Extra Features The aim of this video is to add more functionality to our GUI. • Create three check button widgets • Build three radio button widgets • Add scrolled text widgets Adding Several Widgets in a Loop Copy-pasting code from the previous videos and making local changes to it is cumbersome. We'll restructure our code to make it less redundant. • Restructure the code of radio button widgets Creating the GUI Form and Adding Widgets 6 lectures 30:18 Introduction to Python GUI Python is a very powerful programming language. So powerful that we can build a GUI in only a few lines of code. Let's see how. • Create a GUI • Build a code to prevent it from being resized Adding a Label to the GUI Form The aim of this video is to add a label widget to our GUI. • Build a file AddingALabel.py, which adds the label Creating Buttons and Text Box Widgets Let's add more features to our GUI, namely buttons and text boxes. • Add a button that performs an action • Create textbox widgets Exploring Widgets While our GUI is nicely improving, it would be more convenient to add a little functionality to our widgets. • Set the focus to a widget • Disable widgets • Add drop-down combo boxes Adding Extra Features The aim of this video is to add more functionality to our GUI. • Create three check button widgets • Build three radio button widgets • Add scrolled text widgets Adding Several Widgets in a Loop Copy-pasting code from the previous videos and making local changes to it is cumbersome. We'll restructure our code to make it less redundant. • Restructure the code of radio button widgets Introduction to Python GUI Python is a very powerful programming language. So powerful that we can build a GUI in only a few lines of code. Let's see how. • Create a GUI • Build a code to prevent it from being resized Introduction to Python GUI Python is a very powerful programming language. So powerful that we can build a GUI in only a few lines of code. Let's see how. • Create a GUI • Build a code to prevent it from being resized Introduction to Python GUI Python is a very powerful programming language. So powerful that we can build a GUI in only a few lines of code. Let's see how. • Create a GUI • Build a code to prevent it from being resized Introduction to Python GUI Python is a very powerful programming language. So powerful that we can build a GUI in only a few lines of code. Let's see how. • Create a GUI • Build a code to prevent it from being resized Python is a very powerful programming language. So powerful that we can build a GUI in only a few lines of code. Let's see how. • Create a GUI • Build a code to prevent it from being resized Python is a very powerful programming language. So powerful that we can build a GUI in only a few lines of code. Let's see how. • Create a GUI • Build a code to prevent it from being resized Adding a Label to the GUI Form The aim of this video is to add a label widget to our GUI. • Build a file AddingALabel.py, which adds the label Adding a Label to the GUI Form The aim of this video is to add a label widget to our GUI. • Build a file AddingALabel.py, which adds the label Adding a Label to the GUI Form The aim of this video is to add a label widget to our GUI. • Build a file AddingALabel.py, which adds the label Adding a Label to the GUI Form The aim of this video is to add a label widget to our GUI. • Build a file AddingALabel.py, which adds the label The aim of this video is to add a label widget to our GUI. • Build a file AddingALabel.py, which adds the label The aim of this video is to add a label widget to our GUI. • Build a file AddingALabel.py, which adds the label Creating Buttons and Text Box Widgets Let's add more features to our GUI, namely buttons and text boxes. • Add a button that performs an action • Create textbox widgets Creating Buttons and Text Box Widgets Let's add more features to our GUI, namely buttons and text boxes. • Add a button that performs an action • Create textbox widgets Creating Buttons and Text Box Widgets Let's add more features to our GUI, namely buttons and text boxes. • Add a button that performs an action • Create textbox widgets Creating Buttons and Text Box Widgets Let's add more features to our GUI, namely buttons and text boxes. • Add a button that performs an action • Create textbox widgets Let's add more features to our GUI, namely buttons and text boxes. • Add a button that performs an action • Create textbox widgets Let's add more features to our GUI, namely buttons and text boxes. • Add a button that performs an action • Create textbox widgets Exploring Widgets While our GUI is nicely improving, it would be more convenient to add a little functionality to our widgets. • Set the focus to a widget • Disable widgets • Add drop-down combo boxes Exploring Widgets While our GUI is nicely improving, it would be more convenient to add a little functionality to our widgets. • Set the focus to a widget • Disable widgets • Add drop-down combo boxes Exploring Widgets While our GUI is nicely improving, it would be more convenient to add a little functionality to our widgets. • Set the focus to a widget • Disable widgets • Add drop-down combo boxes Exploring Widgets While our GUI is nicely improving, it would be more convenient to add a little functionality to our widgets. • Set the focus to a widget • Disable widgets • Add drop-down combo boxes While our GUI is nicely improving, it would be more convenient to add a little functionality to our widgets. • Set the focus to a widget • Disable widgets • Add drop-down combo boxes While our GUI is nicely improving, it would be more convenient to add a little functionality to our widgets. • Set the focus to a widget • Disable widgets • Add drop-down combo boxes Adding Extra Features The aim of this video is to add more functionality to our GUI. • Create three check button widgets • Build three radio button widgets • Add scrolled text widgets Adding Extra Features The aim of this video is to add more functionality to our GUI. • Create three check button widgets • Build three radio button widgets • Add scrolled text widgets Adding Extra Features The aim of this video is to add more functionality to our GUI. • Create three check button widgets • Build three radio button widgets • Add scrolled text widgets Adding Extra Features The aim of this video is to add more functionality to our GUI. • Create three check button widgets • Build three radio button widgets • Add scrolled text widgets The aim of this video is to add more functionality to our GUI. • Create three check button widgets • Build three radio button widgets • Add scrolled text widgets The aim of this video is to add more functionality to our GUI. • Create three check button widgets • Build three radio button widgets • Add scrolled text widgets Adding Several Widgets in a Loop Copy-pasting code from the previous videos and making local changes to it is cumbersome. We'll restructure our code to make it less redundant. • Restructure the code of radio button widgets Adding Several Widgets in a Loop Copy-pasting code from the previous videos and making local changes to it is cumbersome. We'll restructure our code to make it less redundant. • Restructure the code of radio button widgets Adding Several Widgets in a Loop Copy-pasting code from the previous videos and making local changes to it is cumbersome. We'll restructure our code to make it less redundant. • Restructure the code of radio button widgets Adding Several Widgets in a Loop Copy-pasting code from the previous videos and making local changes to it is cumbersome. We'll restructure our code to make it less redundant. • Restructure the code of radio button widgets Copy-pasting code from the previous videos and making local changes to it is cumbersome. We'll restructure our code to make it less redundant. • Restructure the code of radio button widgets Copy-pasting code from the previous videos and making local changes to it is cumbersome. We'll restructure our code to make it less redundant. • Restructure the code of radio button widgets Layout Management 7 lectures 36:55 Arranging Several Labels within a Label Frame The Label Frame widget allows us to design our GUI in an organized fashion. By using Label Frame widgets, we get much more control over our GUI design. Let's have a look. • Take a look at the label frame widget • Play around with the row and column variables Using Padding to Add Space Around Widgets The aim of this video is to improve the visual aspects of our GUI. • Add horizontal spacing • Add vertical spacing Expanding the GUI Dynamically Using Widgets Using tkinter, this dynamic capability creates both an advantage and a little bit of a challenge, because sometimes our GUI dynamically expands when we would prefer it rather not to be so dynamic. • Explore ways to expand widgets dynamically Aligning the GUI Widgets by Embedding Frames within Frames The dynamic behavior of Python and its GUI modules can create a little bit of a challenge to really get our GUI looking the way we want. We will see how to embed frames within frames to get more control of our layout. • Align the GUI widgets • Have better control of our GUI layout Creating Menu Bars The aim of this video is to explore all there is to know about menu bars. • We add a menu bar to our main window • Add menus to the menu bar • Add menu items to the menus Creating Tabbed Widgets In order to organize our expanding GUI, we need to create tabs. Let's see how. • Create tabs Using the Grid Layout Manager The grid layout manager is one of the most useful layout tools at our disposal. We have already used it in many videos because it is just so powerful. • Review some of the techniques of the grid layout manager Layout Management. 7 lectures 36:55 Arranging Several Labels within a Label Frame The Label Frame widget allows us to design our GUI in an organized fashion. By using Label Frame widgets, we get much more control over our GUI design. Let's have a look. • Take a look at the label frame widget • Play around with the row and column variables Using Padding to Add Space Around Widgets The aim of this video is to improve the visual aspects of our GUI. • Add horizontal spacing • Add vertical spacing Expanding the GUI Dynamically Using Widgets Using tkinter, this dynamic capability creates both an advantage and a little bit of a challenge, because sometimes our GUI dynamically expands when we would prefer it rather not to be so dynamic. • Explore ways to expand widgets dynamically Aligning the GUI Widgets by Embedding Frames within Frames The dynamic behavior of Python and its GUI modules can create a little bit of a challenge to really get our GUI looking the way we want. We will see how to embed frames within frames to get more control of our layout. • Align the GUI widgets • Have better control of our GUI layout Creating Menu Bars The aim of this video is to explore all there is to know about menu bars. • We add a menu bar to our main window • Add menus to the menu bar • Add menu items to the menus Creating Tabbed Widgets In order to organize our expanding GUI, we need to create tabs. Let's see how. • Create tabs Using the Grid Layout Manager The grid layout manager is one of the most useful layout tools at our disposal. We have already used it in many videos because it is just so powerful. • Review some of the techniques of the grid layout manager Arranging Several Labels within a Label Frame The Label Frame widget allows us to design our GUI in an organized fashion. By using Label Frame widgets, we get much more control over our GUI design. Let's have a look lor effects to our GUI Creating Message Boxes A message box is a pop-up window that gives feedback to the user. It can be informational, hinting at potential problems, and...

Additional information

No knowledge of GUI programming is required

Python GUI Programming Solutions

£ 20 VAT inc.