Category Archives: Python

A Cross Platform Mikromedia HID Bootloader

I love the bootloader that comes with all MikroElektronika products, and in particular the Mikromedia boards (and can be used with the ‘Graphics, Touch, Sound and USB’ book), but for one thing… it does NOT run on my platform of choice: … Continue reading

Posted in PIC24, Python, Tips and Tricks, Tools | Tagged , , | Comments Off on A Cross Platform Mikromedia HID Bootloader

Weekend Reading Recommendations

Architects look at thousands of buildings during their training, and study critiques of those buildings written by masters. In contrast, most software developers only ever get to know a handful of large programs well—usually programs they wrote themselves—and never study … Continue reading

Posted in Languages, Python, Tools | Tagged , , | Comments Off on Weekend Reading Recommendations

Python Most Popular Among Top U.S. Universities

Python is now the most popular introductory teaching language at top U.S. universities! http://cacm.acm.org/blogs/blog-cacm/176450-python-is-now-the-most-popular-introductory-teaching-language-at-top-us-universities/fulltext

Posted in Python | Tagged | Comments Off on Python Most Popular Among Top U.S. Universities

Temboo and the IoT Babel Tower

I recently discovered Temboo, and after playing with it for a few minutes I was able to get a short Python script accessing a complex Google API I had never seen before running and delivering useful data to my .. … Continue reading

Posted in PIC32, Python, Tools | Comments Off on Temboo and the IoT Babel Tower

My Top 5 Python Videos

The Python community continues to fascinate me. The amount of work (code) that is being shared and the breadth of the applications supported  keeps expanding. To try and learn something new every day I read quasi-regularly the postings on Planet.Python.org which … Continue reading

Posted in Python | Comments Off on My Top 5 Python Videos

Compiling Python Code with PyPy

I have been watching recently some interesting videos recorded from the last few editions of the PYCON US conference. In particular my passion for (programming) languages  attracted me to those from Alex Gaynor ( a VERY young and talented programmer / presenter) … Continue reading

Posted in Python | Comments Off on Compiling Python Code with PyPy

About Distributed Version Control Systems

Working on the PyMite project recently, I have been exposed for the first  time to  Mercurial a distributed version control system. That is when I was just starting to feel confident that I could handle a more traditional VCS such … Continue reading

Posted in Python, Tools | Comments Off on About Distributed Version Control Systems