Python 基础入门总结,计划内容如下: 1. [简介和环境配置](https://github.com/ccc013/Study-Notes/issues/3#issuecomment-495973055) 2. [基础语法和变量类型](https://github.com/ccc013/Study-Notes/issues/3#issuecomment-495973153) 3. [条件语句和迭代循环](https://github.com/ccc013/Study-Notes/issues/3#issuecomment-495973201) 4. [函数](https://github.com/ccc013/Study-Notes/issues/3#issuecomment-498004839) 5. 类 6. 文件和异常 7. 测试代码 主要参考: - 《Python 编程从入门到实践》 - [everything-about-python-from-beginner-to-advance-level](https://medium.com/fintechexplained/everything-about-python-from-beginner-to-advance-level-227d52ef32d2) - [Python 基础教程](http://www.runoob.com/python/python-tutorial.html) - [Anaconda介绍、安装及使用教程](https://zhuanlan.zhihu.com/p/32925500) - [最详尽使用指南:超快上手Jupyter Notebook](https://zhuanlan.zhihu.com/p/32320214) - [喏,你们要的 PyCharm 快速上手指南](https://zhuanlan.zhihu.com/p/26066151) - [一天快速入门python](https://mp.weixin.qq.com/s/odBnvjO6dgc8HzV9N-aTzg) - [廖雪峰老师的教程](https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000) - [超易懂的Python入门级教程,赶紧收藏!](https://mp.weixin.qq.com/s/ja8lZvEzZEuzC0C9kkXpag) - [Python3 函数 | 菜鸟教程](https://www.runoob.com/python3/python3-function.html) - [超易懂的Python入门级教程(下),绝对干货!](https://mp.weixin.qq.com/s/WBKgcxfK66Io9oazrepDXA)