1 Star 0 Fork 382

gtzhong / machinelearning_notebook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.42 KB
一键复制 编辑 原始数据 按行查看 历史
布树辉 提交于 2022-09-09 14:48 . Update Pyhon notes

简明Python教程 (90分钟学会Python)

Python 是一门上手简单、功能强大、通用型的脚本编程语言。

  • Python 类库丰富,这使得 Python 几乎无所不能,网站开发、软件开发、大数据分析、网络爬虫、机器学习等都不在话下;
  • Python最主要的优点是使用人类的思考方式来编写程序,大多数情况下使用封装好的库能够快速完成给定的任务,虽然执行的效率不一定很高,但是极大的缩短了程序设计、编写、调试的时间,因此非常适合快速学习、尝试、试错。

关于Python的安装可以参考《安装Python环境》,或者自行去网络上查找相关的资料。

为方便大家学习本教程,我们提供了《90分钟学会Python-在线视频》,请观看学习。

learn python

内容

  1. Install Python
  2. IPython & Jupyter Notebook
  3. Basics
    • Why Python, Zen of Python
    • Variables, Operators, Built-in functions
  4. Print statement
    • Tips of print
  5. Data structure - 1
    • Lists, Tuples, Sets
  6. Data structure - 2
    • Strings, Dictionaries
  7. Control flow
    • if, else, elif, for, while, break, continue
  8. Functions
    • Function define, return, arguments
    • Gloabl and local variables
    • Lambda functions
  9. Class
    • Class define
    • Inheritance

参考资料

视频教程

教程

Python
1
https://gitee.com/gtzhongphp/machinelearning_notebook.git
git@gitee.com:gtzhongphp/machinelearning_notebook.git
gtzhongphp
machinelearning_notebook
machinelearning_notebook
master

搜索帮助