Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anfany/python3-practice
基于Python3的多种工具实例代码、以及流行库的使用贴士
https://github.com/anfany/python3-practice
matplotlib numpy pandas python3 tensorflow tips
Last synced: 22 days ago
JSON representation
基于Python3的多种工具实例代码、以及流行库的使用贴士
- Host: GitHub
- URL: https://github.com/anfany/python3-practice
- Owner: Anfany
- Created: 2018-05-29T02:47:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T01:11:38.000Z (over 5 years ago)
- Last Synced: 2024-11-06T15:53:21.665Z (2 months ago)
- Topics: matplotlib, numpy, pandas, python3, tensorflow, tips
- Language: Python
- Homepage:
- Size: 619 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python3-Practice
基于Python3的多种工具实例代码、以及流行库的使用贴士* **[Python3](https://github.com/Anfany/Python3-Practice/tree/master/Python3)**
* **库包使用**
+ **[Numpy](https://github.com/Anfany/Python3-Practice/tree/master/Numpy)**
+ **[Pandas](https://github.com/Anfany/Python3-Practice/tree/master/Pandas)**
+ **[Matplotlib](https://github.com/Anfany/Python3-Practice/tree/master/Matplotlib)**
+ **[TensorFlow](https://github.com/Anfany/Python3-Practice/tree/master/TensorFlow)**
+ **[Sqlite3](https://github.com/Anfany/Python3-Practice/tree/master/sqlite)**
* **Python可以的**
+ 连接数据库
+ **[Oracle](https://github.com/Anfany/Python3-Practice/blob/master/Oracle.py)**
+ **[SQL Server](https://github.com/Anfany/Python3-Practice/blob/master/Sqlserver.py)**
+ 定时发送邮件
+ 生成、识别二维码
+ [百度地图接口:获得两个中文地址之间的驾车距离](https://github.com/Anfany/Python3-Practice/blob/master/Map.py)
+ 天气接口
+ **py tO exe**
+ 云图制作
* **[工具小程序](https://github.com/Anfany/Python3-Practice/tree/master/Practice%20Tool)**
+ 高级计算器界面