├── README.md ├── chp01-python-overview └── 01.Python overview.pdf ├── chp02-python-list-and-tuple └── 02.Python list and tuple.pdf ├── chp03-python-dict-and-flow-control └── 03.Python dict and flow control.pdf ├── chp04-python-function-class-module └── 04.Python Function&File IO.pdf ├── chp05-django-overview └── 05.Django overview.pdf ├── chp06-django-model └── 06.Django Model.pdf ├── chp07-django-admin └── 07.Django Admin.pdf ├── chp08-django-queryset └── 08.Django Queryset.pdf ├── chp09-django-view-templates └── 09.Django View and Templates.pdf ├── chp10-django-generic-display-view └── 10.Django Generic Display View.pdf ├── chp11-django-generic-basic-view └── 11.Django Generic Basic View.pdf ├── chp12-django-generic-editing-view └── 12.Django Generic Editing View.pdf ├── chp13-django-form └── 19.Django form.pdf ├── chp14-django-template └── 14.Django Template.pdf ├── image └── logo.png └── materials ├── others ├── PostgresSQL Installation Manual.pdf └── Sqlite3 Installation Manual.pdf ├── outline.doc ├── schedule.doc └── slides ├── 00.Final review.pptx ├── 01.Python overview.pptx ├── 02.Python list and tuple.pptx ├── 03.Python dict and flow control.pptx ├── 04.Python Function&File IO.pptx ├── 05.Django overview.pptx ├── 06.Django Model.pptx ├── 07.Django Admin.pptx ├── 08.Django Queryset.pptx ├── 09.Django View and Templates.pptx ├── 10.Django Generic Display View.pptx ├── 11.Django Generic Basic View.pptx ├── 12.Django Generic Editing View.pptx ├── 13.Django form.pptx └── 14.Django Template.pptx /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/README.md -------------------------------------------------------------------------------- /chp01-python-overview/01.Python overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp01-python-overview/01.Python overview.pdf -------------------------------------------------------------------------------- /chp02-python-list-and-tuple/02.Python list and tuple.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp02-python-list-and-tuple/02.Python list and tuple.pdf -------------------------------------------------------------------------------- /chp03-python-dict-and-flow-control/03.Python dict and flow control.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp03-python-dict-and-flow-control/03.Python dict and flow control.pdf -------------------------------------------------------------------------------- /chp04-python-function-class-module/04.Python Function&File IO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp04-python-function-class-module/04.Python Function&File IO.pdf -------------------------------------------------------------------------------- /chp05-django-overview/05.Django overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp05-django-overview/05.Django overview.pdf -------------------------------------------------------------------------------- /chp06-django-model/06.Django Model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp06-django-model/06.Django Model.pdf -------------------------------------------------------------------------------- /chp07-django-admin/07.Django Admin.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp07-django-admin/07.Django Admin.pdf -------------------------------------------------------------------------------- /chp08-django-queryset/08.Django Queryset.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp08-django-queryset/08.Django Queryset.pdf -------------------------------------------------------------------------------- /chp09-django-view-templates/09.Django View and Templates.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp09-django-view-templates/09.Django View and Templates.pdf -------------------------------------------------------------------------------- /chp10-django-generic-display-view/10.Django Generic Display View.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp10-django-generic-display-view/10.Django Generic Display View.pdf -------------------------------------------------------------------------------- /chp11-django-generic-basic-view/11.Django Generic Basic View.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp11-django-generic-basic-view/11.Django Generic Basic View.pdf -------------------------------------------------------------------------------- /chp12-django-generic-editing-view/12.Django Generic Editing View.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp12-django-generic-editing-view/12.Django Generic Editing View.pdf -------------------------------------------------------------------------------- /chp13-django-form/19.Django form.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp13-django-form/19.Django form.pdf -------------------------------------------------------------------------------- /chp14-django-template/14.Django Template.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/chp14-django-template/14.Django Template.pdf -------------------------------------------------------------------------------- /image/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/image/logo.png -------------------------------------------------------------------------------- /materials/others/PostgresSQL Installation Manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/others/PostgresSQL Installation Manual.pdf -------------------------------------------------------------------------------- /materials/others/Sqlite3 Installation Manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/others/Sqlite3 Installation Manual.pdf -------------------------------------------------------------------------------- /materials/outline.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/outline.doc -------------------------------------------------------------------------------- /materials/schedule.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/schedule.doc -------------------------------------------------------------------------------- /materials/slides/00.Final review.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/00.Final review.pptx -------------------------------------------------------------------------------- /materials/slides/01.Python overview.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/01.Python overview.pptx -------------------------------------------------------------------------------- /materials/slides/02.Python list and tuple.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/02.Python list and tuple.pptx -------------------------------------------------------------------------------- /materials/slides/03.Python dict and flow control.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/03.Python dict and flow control.pptx -------------------------------------------------------------------------------- /materials/slides/04.Python Function&File IO.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/04.Python Function&File IO.pptx -------------------------------------------------------------------------------- /materials/slides/05.Django overview.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/05.Django overview.pptx -------------------------------------------------------------------------------- /materials/slides/06.Django Model.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/06.Django Model.pptx -------------------------------------------------------------------------------- /materials/slides/07.Django Admin.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/07.Django Admin.pptx -------------------------------------------------------------------------------- /materials/slides/08.Django Queryset.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/08.Django Queryset.pptx -------------------------------------------------------------------------------- /materials/slides/09.Django View and Templates.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/09.Django View and Templates.pptx -------------------------------------------------------------------------------- /materials/slides/10.Django Generic Display View.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/10.Django Generic Display View.pptx -------------------------------------------------------------------------------- /materials/slides/11.Django Generic Basic View.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/11.Django Generic Basic View.pptx -------------------------------------------------------------------------------- /materials/slides/12.Django Generic Editing View.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/12.Django Generic Editing View.pptx -------------------------------------------------------------------------------- /materials/slides/13.Django form.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/13.Django form.pptx -------------------------------------------------------------------------------- /materials/slides/14.Django Template.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edu2act/course-python-django/HEAD/materials/slides/14.Django Template.pptx --------------------------------------------------------------------------------