Category Archives: Python

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

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