我現在想要寫一個google圖片的爬蟲,但是我一直遇到各種奇怪的問題,ChatGPT給的程式也總會有一些bug,那請問要怎麼寫?平台:OS:MacOS 13Python: 3.11函式庫不限
actions = ActionChains(driver) actions.move_by_offset(522, 408) actions.context_click(on_element=Non...
有時候只是希望調用函數來完成那個功能而已偏偏調用函數一定要在函數後面才能被調用(按鍵精靈可以自由調用)我希望可以在最上層就可以自由調用下面的3個函數該如何做?函數1()---不能調用函數2()---不...
大家好,最近剛自學python,想用pymupdf解決工作上重複工作的部分目的想把圖片PDF檔案批量讀取後儲存為PNG檔,方便後續轉換excel如下圖,一個主資料夾id 裡面有AAA.pdf,BBB....
def magic(n): square = [] for i in range(n): square.append([0] * n) i =...
word guessing game with three words storing the list called wlistthree words are boy, cat, dog respe...
背景:我將Excel檔內的資料轉成DataFrames,其語法如下:import pandas as pdimport matplotlib.pyplot as pltGoods=pd.read_e...
最近發現DB-GPT的專案,對部署的安裝有疑問!https://github.com/csunny/DB-GPT/blob/main/README.zh.md 在最後這一段不清楚該如何執行與修正,Go...