Python
文章平均质量分 60
心愿lucky
成都学习ing
展开
-
使用Python读取pdf文件
学习python,不用再为pdf无法转换而烦恼~~~下面我们介绍python读取pdf文件(主要是针对文字部分)1、打开环境2、安装pdfminer3k包可以使用jupyter notebook进行安装,如下图所示:安装成功,大功告成第一步。3、导入相关的包:from io import StringIOfrom pdfminer.pdfinterp import PDFResourceManagerfrom pdfminer.pdfinterp import proce原创 2021-10-27 12:20:10 · 27460 阅读 · 5 评论 -
python网页可视化链接和使用视频
python数据结构可视化工具:http://www.pythontutor.com/http://www.pythontutor.com/live.html#mode=editpython可视化原创 2020-07-20 18:37:29 · 546 阅读 · 0 评论 -
Python的乐趣
1、python 的hello world大家都知道的输出方式如:print('hello,world!')hello world 的起源要追溯到 1972 年,贝尔实验室著名研究员 Brian Kernighan 在撰写“B语言教程与指导 (Tutorial Introduction to the Language B)”时初次使用,Python 首次把 hello world 引入到了内置模块中,如下import __hello__2、经典 Python 之禅翻译:《蟒原创 2020-07-20 17:01:57 · 308 阅读 · 0 评论