20140817_20_HX400V_宜蘭國際童玩節_俄羅斯 by 儲蓄保險王 · 2014-09-02 20140817_20_HX400V_宜蘭國際童玩節_俄羅斯 http://youtu.be/N9WkIQi8pXk 相關文章Word圖文編輯,TQC考題306:台北3C展Python逐位元運算(bitwise operation),或or | , 且and & , 互斥或xor ^ , 反向~ ;位元左移 x << y => 效果同x*(2**y) ; 位元右移 x>>1 => 效果同x//2;x>>16效果同 x//(2**16)Excel TQC考題308:銷售訂單統計表,TEXT,範圍名稱Python TQC考題802 字元對應,ASCII碼ord(), chr(), list(str)會把字串的每一個字母拆分進入list中,string跟list都可以使用index定位,沒有非要將string轉為list, for i in str: i 也可以依序代入str的每一個chr Python印出(print)字串與字串的對齊{:8.2f}預設靠右, {:<8.2f}靠左,{:>8.2f}靠右,{:^8.2f}置中,{:=^10s}".format("傳說中的分隔線") ; print(f"{s:=<10}") ; "傳說中的分隔符號".center(40, "=")Python: pandas.DataFrame如何重置列index? DataFrame.reset_index( drop = True) ; 如何重置欄index? DataFrame的屬性與方法 .values ; .to_numpy()Python爬蟲: selenium如何find_elements() ? 如何搭配portable Chrome? from selenium.webdriver.common.by import By ; from selenium.webdriver.chrome.options import Options ; option = Options() ; option.binary_location = chrome_portable_pathPython 遞迴教學:從巢狀結構抓取所有標題Python 數據處理進階技巧:掌握 pandas.Series.duplicated() 的 keep 參數
0 Python: Visual Studio Code (VS code) & Spyder 如何切換不同版本的Python直譯器( Interpreter ), VS code: 齒輪>命令選擇區(Ctrl + Shift +P) > Python: Select Interpreter #Spyder console: !where python #知道自己安裝的python路徑 2022-09-04
近期留言