DSF Board election results, Delorean, hamms and much more.
Issue #142: Shirts
Weekly dose of all things Python.
Hey Everyone,
As we said they would be, shirts are now available. This time we added a long sleeve t-shirt option as well as a hoodie. So check them out and pick one up for that Pythonista you love!
Share an article with us and if it lands in newsletter get highlighted as a contributor in the newsletter!
Like what we are doing? Support us on Gratipay We are on twitter too!
Tornado without a GIL on PyPy STM Using Tornado on PyPy STM a version of PyPy without a GIL. This is a nice experiment with some benchmarks diving into performance of Tornado under this version of PyPy. blogspot.ca Shared by @mgrouchy
chevron A python implementation of Mustache. Chevron intends to be a fast(er), spec compliant and Python 2/3 compatible implementation. github.com Shared by @mgrouchy
detekt A spyware detection tool for Windows XP -> 8.1 (32 and 64 Bit) written in Python. github.com Shared by @mgrouchy
hamms A tool designed to create errors in your HTTP Clients. Hamms simulates/creates Connection failures, malformed response data, slow servers, fat headers, and more! github.com Shared by @mgrouchy
Things you can do with Python and POV-Ray Super cool blog post about using vapory -- library using POV-Ray to generate 3D scenes. This combined with Moviepy there is some pretty incredible stuff that can be done! github.io Shared by @myusuf3
OAuth Authentication with Flask Great tutorial for getting OAuth Authentication up and running in your Flask application. Starts you with an explanation of what OAuth is to all required steps in the implementation with code examples. miguelgrinberg.com Shared by @mgrouchy