Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Python Packages You Should Know and Love

Python Packages You Should Know and Love

A short guide to python / Django packages you should know and love.

This is a lightning talk I delivered at the SF Django meetup. This talk is geared towards new Django / python programmers.

Randall Degges

June 25, 2014
Tweet

More Decks by Randall Degges

Other Decks in Programming

Transcript

  1. Randall Degges github.com/rdegges • 107 repos (mostly python) • tons

    of django / flask libraries / tools @rdegges • random tweets rdegges.com • embarrassing personal writings :) I LOVE CODING!
  2. bcrypt $ pip install bcrypt Makes user passwords harder to

    crack. Very easy to use. No reason NOT to use it!
  3. rq $ pip install django-rq Ships with great monitoring software.

    Simple and elegant. Makes running background tasks easy.
  4. newrelic $ pip install newrelic Third party service. Free for

    small projects. I refuse to work without it.
  5. heroku $ git push heroku master Third party service. Free

    for small projects. FUCKING AMAZING!