# XJTU-Python 西交大 Python 相关资源 ### 目录 ├── homework # 存放作业的代码 │ ├── 1 # 第一次作业的代码 │ ├── 2 # 第二次作业的代码 │ └──... ├── test # 存放考试和实验的代码 │ ├── 1 # 第一次实验的代码 │ ├── 2 # 第二次实验的代码 │ └──... └──... ### 一些自学可以参考的资源 [菜鸟教程](https://www.runoob.com/python3/python3-tutorial.html) [GitHub:Python - 100天从新手到大师](https://github.com/jackfrued/Python-100-Days)