alex_bn_lee

导航

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 237 下一页

2024年6月4日 #

[1004] Some insights on Python

摘要: ref: The Python Tutorial 1. Whetting Your Appetite 2. Using the Python Interpreter 3. An Informal Introduction to Python 4. More Control Flow Tools 5. 阅读全文

posted @ 2024-06-04 13:52 McDelfino 阅读(5) 评论(0) 推荐(0) 编辑

2024年5月28日 #

[1003] Plot two geopandas dataframes in one map

摘要: To plot two GeoPandas DataFrames on the same map, you can follow these steps: Ensure Both DataFrames Have the Same Coordinate Reference System (CRS): 阅读全文

posted @ 2024-05-28 14:45 McDelfino 阅读(4) 评论(0) 推荐(0) 编辑

2024年5月24日 #

[1002] Customize page numbers and their formats in different Word document sections

摘要: ref: Customize page numbers and their formats in different Word document sections Windows: The following shows an intro with lower case Roman numerals 阅读全文

posted @ 2024-05-24 12:19 McDelfino 阅读(9) 评论(0) 推荐(0) 编辑

[1001] Change the background color of a specific cell in a table using the python-docx library

摘要: To change the background color of a specific cell in a table using the python-docx library, you need to manipulate the cell's XML directly. Unfortunat 阅读全文

posted @ 2024-05-24 12:14 McDelfino 阅读(192) 评论(0) 推荐(0) 编辑

[1000] Extract specific pages, split PDF files, add pages from different PDF files

摘要: PyPDF2 is a powerful Python library for working with PDF files. It provides various functionalities to manipulate and process PDFs. Here are some of t 阅读全文

posted @ 2024-05-24 11:56 McDelfino 阅读(13) 评论(0) 推荐(0) 编辑

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 237 下一页