Piku: git push deploy to your servers + Logically Classy: class logic in python


Details
Beginner friendly opening talk:
Using classes in vanilla python to handle functionality, when to do it, why it makes sense. With examples of refactoring logic from functions to classes.
Ben Fitzhardinge is a python evangelist, mentor and unemployed bum (at the moment). @bendog on twitter
The main event:
Piku is a tiny piece of Python code which can make a big impact on your
workflow. If you frequently deploy simple web services then this is the
tool for you. No more Nginx config wrangling. No more Ansible, Puppet or Chef. No more worrying about swarms of containers and clusters and
provisioning scripts. Piku is a minimal way to run your very own
Heroku-style PaaS on your own VPS or Raspberry Pi. Just `git push` your
code and you're away.
Chris McCormick makes computer things, some of which occasionally
perform the function for which they were intended without hospitalizing
too many people.

Piku: git push deploy to your servers + Logically Classy: class logic in python