参考教程:runoob
第一部分 基础语法(12课时)
1.Windows环境下Python开发环境的安装(ipython,pycharm)
2.运行第一个Python程序与Python基础语法
3.变量类型与运算符
4.条件语句与循环语句
5.break,continue,pass
6.数字与字符串
7.列表,元组,字典
8.日期与时间
第二部分 Django学习(20课时)
参考教程:django官网
From scratch
Part 1: Requests and responses
Part 2: Models and the admin site
Part 4: Forms and generic views
Part 7: Customizing the admin site