Course material for teaching python and django (2-day course).
Slides can be found at http://goo.gl/TlQlb.
credit: Online markdown editor
- Why dynamic language?
- Dynamic language vs static language?
- Why TDD?
- Python script
- Using Thai characters in Python source code
- PEP8: Style Guide for Python Code
- PEP20: The Zen of Python (import this)
- Data structures
- List comprehension
- Continue reading: The Python Tutorial
- Install Django
- MVC in Django
- Django test
- Django admin
- Dos and Donts for Django admin
- Django documentation
- Django REST framework