Advertisement
olemis

PyCon 2014 : Links & references

Apr 14th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1.  
  2. Getting Started with Django, a crash course
  3. https://us.pycon.org/2014/schedule/presentation/130/
  4. ====================================================
  5.  
  6. https://www.djangoproject.com/download/
  7. https://github.com/maraujop/django-crispy-forms
  8. https://github.com/brack3t/django-braces
  9. https://dl.dropboxusercontent.com/u/15988/GettingStartedWithDjangoACrashCourse.pdf
  10. https://docs.djangoproject.com/en/dev/intro/overview/#design-your-templates
  11. https://github.com/django-debug-toolbar/django-debug-toolbar
  12.  
  13. Introduction to SQLAlchemy
  14. https://us.pycon.org/2014/schedule/presentation/75/
  15. ====================================================
  16.  
  17. https://bitbucket.org/zzzeek/sqlalchemy/
  18.  
  19. Ansible - Python-Powered Radically Simple IT Automation
  20. https://us.pycon.org/2014/schedule/presentation/152/
  21. ====================================================
  22.  
  23. https://bitbucket.org/saintgermain/bloodhound-mq/commits/1cc37f66124dfb45f4ddf3bdcc49a783a78db0da?at=default
  24. http://www.ansible.com/resources
  25. https://galaxy.ansible.com
  26.  
  27. Bloodhound
  28. ==========
  29. https://github.com/leocornus/leocornus.buildout.cfgrepo/tree/master/sample/uwsgi
  30.  
  31. uWSGI
  32. =====
  33. http://uwsgi-docs.readthedocs.org/en/latest/
  34. http://uwsgi-docs.readthedocs.org/en/latest/Download.html
  35. http://uwsgi-docs.readthedocs.org/en/latest/Install.html
  36. http://uwsgi-docs.readthedocs.org/en/latest/BuildSystem.html
  37. http://uwsgi-docs.readthedocs.org/en/latest/WSGIquickstart.html
  38.  
  39. Advanced techniques for Web functional testing
  40. https://us.pycon.org/2014/schedule/presentation/199/
  41. ====================================================
  42. https://github.com/bfirsh/needle
  43. http://needle.readthedocs.org/en/latest/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement