Jump to content

Another cool thing about Python is that you can even write GUI applications that run on Linux and...


G+_Lee Crocker
 Share

Recommended Posts

Another cool thing about Python is that you can even write GUI applications that run on Linux and those other OSs. The standard module "Tkinter" is optional, so you may have to install it even if you already have Python, but it's there on all platforms. 

 

Here's a really simple GUI program:

 

https://github.com/lcrocker/Coding-101/blob/master/adder.py

 

I wrote this on my Mint box, but it runs fine on Raspbian, and should also run fine on Windows and Mac.

https://github.com/lcrocker/Coding-101/blob/master/adder.py

Link to comment
Share on other sites

Recent versions of Debian are good on the Beaglebone--kernel 3.13 fixes a lot of issues. Nothing against Lynda, but good Pi tutorials are almost as common on YouTube as cats. I would still recommend the Pi for new users even though you're right about the Beaglebone being a better machine. The Pi is still cheaper, has a larger community, and more mature software. Beaglebones are more bleeding-edge.

Link to comment
Share on other sites

 Share

×
×
  • Create New...