Skip to content

Latest commit

 

History

History
executable file
·
32 lines (27 loc) · 913 Bytes

README.md

File metadata and controls

executable file
·
32 lines (27 loc) · 913 Bytes

《Python编程从入门到实践》课后练习

第一部分-基础知识

  • chapter02_变量和简单数据类型
  • chapter03_列表简介
  • chapter04_操作列表
  • chapter05_if语句
  • chapter06_字典
  • chapter07_用户输入和while循环
  • chapter08_函数
  • chapter09_类
  • chapter10_文件和异常
  • chapter11_测试代码

第二部分-项目

项目1:外星人入侵

  • chapter12_武装飞船
  • chapter13_外星人
  • chapter14_记分
    项目地址

项目2:数据可视化

  • chapter15_生成数据
  • chapter16_下载数据
  • chapter17_使用API

项目3:Web应用程序

  • chapter18_Diango入门
  • chapter19_用户账户
  • chapter20_设置应用程序的样式并对其进行部署
    项目地址