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 练习代码
- Host: GitHub
- URL: https://github.com/bighuang624/python-learning
- Owner: bighuang624
- License: mit
- Created: 2017-12-30T11:22:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T03:00:51.000Z (over 7 years ago)
- Last Synced: 2025-01-03T11:46:56.255Z (12 months ago)
- Topics: python, python-learning
- Language: Python
- Homepage:
- Size: 2.17 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)