Django Rest Framework - 3.0, Django on Dokku, pingo and much more.
Issue #144: Kool Aid
Weekly dose of all things Python.
Hey Everyone,
Shirts are only available until Sunday so if you want to pick one up now is the time before they are gone forever! 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! Of course if you have already picked one up, thanks for your support!
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!
miasm Miasm is a free and open source (GPLv2) reverse engineering framework. github.com Shared by @mgrouchy
guv A fast networking library for Python, built on greenlets and libuv. Supports Python >= 3.2. github.com Shared by @mgrouchy
pingo Very cool. Pingo is a general/uniform api for programming your devices like the Raspberry Pi, pcDuino, Intel Galileo etc. More details in the README and docs. github.com Shared by @mgrouchy
SwampDragon Very cool project. Allows you to build real-time apps with Django, allows you to add Websocket support with fallbacks in just a few lines of code. swampdragon.net Shared by @mgrouchy
spotify-onthego Nice little hack here. Allows you to download Spotify playlists by downloading audio files from youtube. github.com Shared by @mgrouchy
peru Interesting tool for including external code and resources in your project without having to use tools like git submodules, etc. Check out the README for further details. github.com Shared by @mgrouchy
instavpn Aims to be an incredibly user friendly and easy to use L2TP/IPsec VPN server. github.com Shared by @mgrouchy
neuraltalk This project contains Python+numpy source code for learning Multimodal Recurrent Neural Networks that describe images with sentences. github.com Shared by @mgrouchy
err A pluggable chatbot, designed to be easily deployable, maintained and highly extensible. Supports XMPP, Campfire and IRC. github.com Shared by @mgrouchy
Retries in Requests Nice dive into one of the advanced features of the requests library, retries. Nice example to get you started here if this is something you need in your next project. coglib.com Shared by @sigmavirus24