An open API service indexing awesome lists of open source software.

https://github.com/bighuang624/python-learning

Python 练习代码
https://github.com/bighuang624/python-learning

python python-learning

Last synced: about 1 month ago
JSON representation

Python 练习代码

Awesome Lists containing this project

README

          

# Python-Learning

> 自己学习 Python 感觉可以留下来的东西(代码、笔记)

## 代码

见[代码目录](https://github.com/bighuang624/Python-Learning/blob/master/code)

## 库

### NLP

* [SnowNLP: Simplified Chinese Text Processing](https://github.com/isnowfy/snownlp)
* [huyingxi/Synonyms: 中文近义词工具包](https://github.com/huyingxi/Synonyms/)

### 爬虫

* [Requests: 让 HTTP 服务人类 — Requests 2.18.1 文档](http://cn.python-requests.org/zh_CN/latest/)
* [Beautiful Soup 4.2.0 文档](https://www.crummy.com/software/BeautifulSoup/bs4/doc/index.zh.html)