Author Archives: miles

nginx, gunicorn and repeated requests

I ran into an interesting issue today that I could not find anywhere on Google, so wanted to document it. In my move over from C++ app development to web development, I suddenly found I was hugely distanced from the … Continue reading

Posted in Coding, Pyramid, Python | Tagged , , , , , | Comments Off on nginx, gunicorn and repeated requests

Micro Python: Python for microcontrollers

A good friend of mine, Damien George, has been busy this year creating “Micro Python” – an implementation of Python 3.3 for microcontrollers. He has a Kickstarter going here – this is an amazingly cool project, please check it out! … Continue reading

Posted in Miscellaneous | Comments Off on Micro Python: Python for microcontrollers

Git and .pycs – not the best of friends

Coming from a C++ background, using Python for the first time was pretty amazing.  The ease with which you can link in other libraries and quickly write code is fantastic.  Learning and using Git for the first time on the … Continue reading

Posted in Coding, Git, Pyramid, Python | Comments Off on Git and .pycs – not the best of friends

Learning Python

About a year ago my wife and I packed up all our things and moved to the Silicon Valley to work for SurveyMonkey.  As well as changing job, city and country, I switched from being a Windows application developer to … Continue reading

Posted in Miscellaneous | Comments Off on Learning Python