Share an article with us and if it lands in newsletter get highlighted as a contributor in the newsletter!
Like what we are doing? Have any comments or suggestions? Check us out on twitter!
- Mahdi and Mike
From our sponsors:
Treehouse teaches you the coding skills you need to be job-ready in the tech industry. Learn with interactive lessons and code challenges. Unlock your future today!
django-slack Nice project here. Allows you to use Django's template language to generate messages and put them in a slack channel. github.com Shared by @lolamby
leak Useful, show you info about releases of packages on PyPy on the command line. github.com Shared by @bmwant
maybe See what a command line program does before you actually execute it. github.com Shared by @mgrouchy
xonsh a Python-ish, BASHwards-looking shell language and command prompt. The language used by xonsh is a superset of Python 3.4+ with shell primitives from Bash and IPython. github.com Shared by @mgrouchy
zappa "Serverless" hosting for your Python apps using AWS Lambda + API Gateway. github.com Shared by @myusuf3
redis-memory-analyzer Redis memory profiler to find the RAM bottlenecks throw scaning key space in real time and aggregate RAM usage statistic by patterns. github.com Shared by @mgrouchy
django-zappa Interesting idea! Run a Django app "without a server" by deploying it to work with AWS Lambda + API Gateway. github.com Shared by @mgrouchy
asciimatics This is so much fun! Cross platform library that supports curses-like operations for creating fullscreen ascii animations, check out the README and this demo. github.com Shared by @mgrouchy
Transcrypt Neat, Python to JavaScript transpiler. Too many cool things to even list here, check out the README for all the goodness. github.com Shared by @TranscryptOrg