File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# python-tutorial
22
3- [ ![ PyPI version] ( https://badge.fury.io/py/python-tutorial.svg )] ( https://badge.fury.io/py/python-tutorial )
43[ ![ Contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg )] ( CONTRIBUTING.md )
54[ ![ GitHub contributors] ( https://img.shields.io/github/contributors/shibing624/python-tutorial.svg )] ( https://github.com/shibing624/python-tutorial/graphs/contributors )
65[ ![ License Apache 2.0] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg )] ( LICENSE )
@@ -30,7 +29,7 @@ python教程,包括:python基础、numpy、scipy、python进阶、matplotlib
3029
3130| ** 目录** | ** 主题** | 简要说明 |
3231| --------------------- | -------------------------------------------- | ---------------------------- |
33- | 01_base | Python基础 | 提供了数据类型、字符串、list、条件判断、循环的使用例子。 |
32+ | [ 01_base] ( 01_base ) | Python基础 | 提供了数据类型、字符串、list、条件判断、循环的使用例子。 |
3433| 02_advanced | Python高级特性 | 提供了切片、迭代、生成器、迭代器的使用例子。 |
3534| 03_oop | 面向对象编程 | 提供了多重继承、定制类、枚举类、设计模式的使用例子。 |
3635| 04_thread | 多线程 | 提供了多线程、多进程的例子。 |
@@ -82,6 +81,9 @@ xgboost 提取特征之间的关系,再用lr文本分类
8281# Get Started
8382
8483
84+ ![ notebook] ( ./docs/imgs/readme_img.png )
85+ <img src =" docs/imgs/readme_img.png " width =" 500 " />
86+
8587
8688
8789# Contact
You can’t perform that action at this time.
0 commit comments