iOS Training from beginner to advanced
We’re going to have a diversion away from the penguin app for a bit due to some work I ‘m doing and thought it would be useful for many working with the Raspberry Pi and Python. I’m working with time-lapse photography on the Raspberry… Continue Reading “From Apple to Raspberry Pi: How to do Threading with Python and Tkinter”
In the last part we implemented the view and controller for the Popper’s Penguins application. Now we add the model. Along the way, we will make a delegate method for the model and change our target actions to add our data to a list. Add the… Continue Reading “From Apple To Raspberry Pi: An Example of Implementing a Python MVC (Part 2)”
In this installment I’m going to take a side path from the building of the Popper’s penguins app to clarify something I gave in my last post on Python, Tkinter and Raspberry Pi. In the world of Xcode, both for OS X development and… Continue Reading “From Apple to Raspberry Pi: A MVC Template for Tkinter”
We’ve been learning parts of Python together. So far we’ve learned the basics of Python and setting up classes and instances in it. We have a good start on using UI elements and styling them with the basics of tk and ttk. I’d like… Continue Reading “From Apple to Raspberry Pi: Using Object Oriented Programming with Tkinter”
When I posted yesterday about GIMP and making Buttons for Python projects on the Raspberry Pi, I had thought someone would have a tutorial for the classic pre-iOS7 rounded rectangle button. I didn’t find any. Here is a video I put together of making… Continue Reading “From Apple to Raspberry Pi: Making Round Rectangle Buttons — The Movie”
In iOS, avoiding Interface Builder is nearly impossible. IB is old – as old as the Xcode SDK itself. Interface builder was one of the components of NextStep, and thus one of the reasons Steve Jobs got his old job back, who then developed… Continue Reading “From Apple to Raspberry Pi: Living without Storyboards and Interface Builder”