python
77 postseverything filed under python
-
2012-11-20
Raspberry Pi - Getting an LED to Flash
Anyway I decided to have a go and see what I could do with the Raspberry Pi’s GPIO, I like the idea of controlling physical things through software, so with virtually no experience of electronics (...
-
2012-10-28
Raspberry Pi - Python - Talking Twitter Client
Anyway, I was reading an article on the raspberry pi wiki about methods of implementing text to speech and that got me thinking about potential solutions which could make use of it. I had this idea...
-
2012-10-17
Raspberry Pi - Python - Installing modules
Anyway, I’ve been using python on my raspberry pi to create some small programs and I’ve got a little more advanced I wanted to use some open source modules written by others. Most python modules w...
-
2012-09-17
get_iplayer - generate an RSS / podcast
Anyway, Ive been improving the BBC iPlayer custom podcast solution I created for the Raspberry Pi by making it more robust and re-factoring the code to introduce some ‘re-usability’ and future proo...
-
2012-09-07
Python - Create RSS / Podcast of MP3 files
Anyway, a nice guy called Dan Goff left a comment on my post about creating a RSS / podcast file using Python letting me know that he had taken my code template and modified it to use the Mutagen l...
-
2012-06-29
Python - encode XML escape characters
Anyway as part of my iPlayer podcast project I need to create an RSS feed,which is nothing more complicated than a XML file which conforms to a specific schema. Its a pretty simple schema so I deci...
-
2012-06-08
Raspberry Pi - Python - create podcast / RSS
Anyway as part of my iPlayer personal podcast solution I needed a way of creating an RSS feed. Python seemed like a logical choice given its a flexible and powerful scripting language and it comes ...