Completed
D11nman, sphinx superpowers
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Fast, Documented and Reliable JSON Based Webservices with Python
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What's going to come
- 3 Why TurboGears
- 4 Start Small
- 5 Where to store? Try MongoDB
- 6 It scales! Really easy to shard
- 7 MongoDB on TurboGears
- 8 Testing MongoDB
- 9 DebugBar in action
- 10 Try tgext.crud
- 11 No, for real!
- 12 Great, now how do I use it?
- 13 D11nman, sphinx superpowers
- 14 sphinxcontrib.jsoncall
- 15 Quickly write references
- 16 Using tgjsonautodoc
- 17 Docstrings everywhere!
- 18 Setup Sphinx
- 19 Deploy
- 20 Going on Circus and Gevent
- 21 Circus Config
- 22 Orchestrating the whole stack
- 23 Questions?