随笔分类 -  Python

上一页 1 ··· 5 6 7 8 9
programming language
摘要:import pdf2docx; #pip install pdf2docx https://github.com/ArtifexSoftware/pdf2docx pdf2docx.parse("CreateTwoColumnPDF.pdf","1.docx"); us_english Engli 阅读全文
posted @ 2024-04-10 15:12 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版权所有 2024 涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 3.11 # Datetime : 2024/1/13 10: 阅读全文
posted @ 2024-01-13 10:44 ®Geovin Du Dream Park™ 阅读(359) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版权所有 2024 ©涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 3.11 # Datetime : 2024/1/11 10 阅读全文
posted @ 2024-01-11 20:03 ®Geovin Du Dream Park™ 阅读(172) 评论(0) 推荐(0) 编辑
摘要:from xpinyin import Pinyin #https://github.com/lxneng/xpinyin def print_hi(name): # Use a breakpoint in the code line below to debug your script. prin 阅读全文
posted @ 2024-01-06 21:57 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版权所有 2023 涂聚文有限公司 # 许可信息查看: # 描述:https://docs.python.org/3/library/string.html # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 阅读全文
posted @ 2023-12-17 20:49 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:openweathermap.json { "coord": { "lon": 114.0683, "lat":22.5455 } , "weather":[ { "id": 803, "main":"Clouds", "description":"多云", "icon":"04d" } ], "b 阅读全文
posted @ 2023-12-14 22:13 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0) 编辑
摘要:from typing import List import json class Student(object): def __init__(self, first_name: str, last_name: str): self.first_name = first_name self.last 阅读全文
posted @ 2023-12-14 20:29 ®Geovin Du Dream Park™ 阅读(12) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版权所有 2023 ©涂聚文有限公司 # 许可信息查看: word covert pdf # 描述:pip install pywin32 # # pip install PyPDF2 # Author : geovindu,Geovin Du 涂聚文. # 阅读全文
posted @ 2023-10-26 15:39 ®Geovin Du Dream Park™ 阅读(30) 评论(0) 推荐(0) 编辑
摘要:browser = webdriver.Firefox()edge=webdriver.Edge()safari=webdriver.Safari()chrome=webdriver.Chrome() https://pypi.org/project/selenium/ 案例1: # encodin 阅读全文
posted @ 2023-10-26 10:50 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版权所有 2023 涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 311 # Datetime : 2023/9/30 6:56 阅读全文
posted @ 2023-09-30 08:37 ®Geovin Du Dream Park™ 阅读(145) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版权所有 2023 涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 311 # Datetime : 2023/9/21 21:2 阅读全文
posted @ 2023-09-29 06:58 ®Geovin Du Dream Park™ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版权所有 2023 ©涂聚文有限公司 # 许可信息查看: # 描述: Dijkstras Algorithm in Python 迪杰斯特拉算法 最短路径算法 # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 阅读全文
posted @ 2023-09-28 08:28 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示