Welcome to python-reference's documentation!
Contents:
- Language Reference
- 设计模式
- tutorial
- Package 打包
- 其他有用的包 Other Useful Library
- airflow
- beautifulsoup4 用来解析html文件
- captcha
- datetime-month
- diff-match-patch
- eth_typing
- faker use fake to create a lot of name of text
- filelock
- [flake8] 检测python代码是不是满足pep8
- flask 轻量级http服务器
- GitPython
- hexbytes
- Humanfriendly
- imapclient
- ipython
- jmespath
- mysqliclient
- matplotlib
- mongoengine 把mongodb当作sql用。那你为什么不直接用mysql啊
- numpy
- ordered-set
- openpyxl 处理excel
- pandas
- paramiko
- pdf2image: 把pdf转化成图片的库
- pdfminer 解析pdf的包,好用
- peewee 简单而轻量级的sqlite3 orm,和django很像
- pendulum
- PID
- pillow
- pip
- psutil
- [pycharm]
- [pycrypto]
- pydash
- pylint
- pydub 编辑mp3的包
- pyenv
- pyftpdlib ftp客户端和服务端
- PyPDF2 对中文支持不友好
- pyperclip 控制系统剪切板
- pysrt 控制srt字幕
- python-docx
- python-dotenv
- pytz 时区
- PyWinMouse windows下操作鼠标
- qiniu 七牛的接口
- requests 发送http请求
- rsa 使用rsa加密
- scp
- sortedcontainers
- sortedsets
- python-syncthing
- visidata
- virtualenv
- [yapf] 把python的代码格式化
- 其他
内置的包:
- Library Reference 内置库参考
- Concurrent Execution
- time related时间相关的模块
- Python Runtime Services 和编译器,环境有关的服务
- Functional Programming Modules
- heapq
- typing
- Built-in Functions
- Text Processing Services
- File and Directory Access
- Data Persistence
- Data Compression and Archiving
- File Formats
- Cryptographic Services
- contextvars — Context Variables
- Networking and Interprocess Communication 网络和进程间通信
- Internet Data Handling
- Internet Protocols and Support
- Development Tools
- [ ] Custom Python Interpreters
- Unix Specific Services
- 未分类
- 基础
- 操作
- 方法
- string模块
- format
- argparse tutorial
- argparse
- asyncio
- Built-in Functions
- Truth Value Testing
- Boolean Operations - and, or, not
- Mapping Types -- dict
- Module Contents
- Dialects and Formatting Parameters
- csv.DictReader
- dictwriter
- heapq
- itertools
- JSON
- OS
- Regular Expression Syntax 基础知识和语法
- Module Contents 模块内容 官网
- Regular Expression Examples
- 例子
- re.Match
- NamedTemporaryFile
- SpooledTemporaryFile
- tempfile.TemporaryDirectory -> str
- mkdtemp(dir=None)
- mkstemp -> (文件描述符:int, 文件路径:str)
- 基础
- urllib.parse
- 基础用法
- ZipFile
- 压缩一个文件夹
- 处理zip网络文件
- socket
- Data Types
- Numeric and Mathematical Modules
- Built-in Functions
- Text Processing Services
- Data Persistence
- Data Compression and Archiving
- File Formats
- [ ] Custom Python Interpreters
- System系统服务
- pathlib