首页 > TAG信息列表 > readthedocs

python 读取pdf,导出 txt 或 html

本文链接:https://www.cnblogs.com/tujia/p/16670374.html   一、安装 pdfminer.six pip install pdfminer.six   二、使用代码读取pdf from io import StringIO from pdfminer.layout import LAParams from pdfminer.high_level import extract_text_to_fp output_string

selenium测试用例编写

selenium测试用例编写   Python selenium 官方文档:https://selenium-python.readthedocs.io/    

Google Style Guides

Google Style Guides Google Style Guides Google 开源项目风格指南 (zh-google-styleguide.readthedocs.io)

mpi4py 官方使用手册

一直好奇mpi4py的使用手册在哪,找了好久最后在anaconda上发现了线索: https://anaconda.org/conda-forge/mpi4py           Home: https://mpi4py.bitbucket.io/  Development: https://bitbucket.org/mpi4py/mpi4py  Documentation: https://mpi4py.readthedocs.org/

2021-07-20

ICP官网Demo 链接 链接 https://pcl.readthedocs.io/projects/tutorials/en/latest/#registration https://pcl.readthedocs.io/projects/tutorials/en/latest/interactive_icp.html#interactive-icp

pyperclip

用途: 复制,粘贴 用法: >>> import pyperclip >>> pyperclip.copy('Hello world!') >>> pyperclip.paste() 'Hello world!' 官方文档地址:http://pyperclip.readthedocs.io/en/latest/introduction.html

Request的用法

request中文API https://requests.readthedocs.io/zh_CN/latest/

学习网站

Python 学习网站     https://python3-cookbook.readthedocs.io/zh_CN/latest/index.html