Category: Raspberry Pi
-
From Apple To Raspberry Pi: An Example of Implementing a Python MVC (Part 1)
I gave a template for MVC in the last post, This time I’m going to use it in the Popper’s Penguins application. We’ll re-organize what we already did with views and controllers to match the template. We’ll add the model in the next installment of this series. Changing the View Let’s start by modifying the…
-
From Apple to Raspberry Pi: Adding Combo Box Selections and Message Boxes
We began to make our penguin data collection interface last week. Today we are going to add Combobox selections to the penguin panel. The Combobox widget codes similar to the Entry widget. Instead of text for a title it takes a list for values. We also will add our own dialog box using the messagebox…