All Angular CSS database DevOps GraphQL HTML JavaScript Linux Next.js Node.js Python Ruby Rust TypeScript WordPress WordPress主機 WordPress外掛 WordPress架設網站 前端筆記 後端筆記 架設網站的方法 演算法 網站原理 網站知識 資工 資料結構 開發工具 開箱 閒聊 Python 教學 6 – Python Numeric Types – int, float Date August 22, 2023 Python 中的 numeric type,除了常用的 int 和 float 外,還有 complex (複數),不過因為複數的應用場景比較少一點,所以就先暫時忽略。… Python 教學 5 – Python String Objects Date August 21, 2023 1. 宣告 Python String Object 1.1 單引號:’ 用來宣告普通的 string object,或是當… Python 教學 4 – function, object 基本 methods, DocStrings Date August 18, 2023 1. function 1.1 定義 function Python 中用 def 來定義 function,不像… Python 教學 3 – File Handling -Read File, Write File Date August 16, 2023 筆記一下在 Python 中讀寫檔案的方式 1. open Function – 針對檔案做操作 Python 提供了… Python 教學 2 – 基本語法:Output, Loop, Control Flow Date August 16, 2023 1. Output 1.1 print print 可以用來 output 字串 print(‘Hello World!’)… Python 教學 1 – 環境架設 ( pyenv ) 與 Python 簡介 Date August 15, 2023 1. 使用 pyenv 安裝 Python 雖然可以直接在 Python 官網安裝特定版本,但通常 local 上如果有不只一個… 1 2 3 4 5 6 … 18
Python 教學 6 – Python Numeric Types – int, float Date August 22, 2023 Python 中的 numeric type,除了常用的 int 和 float 外,還有 complex (複數),不過因為複數的應用場景比較少一點,所以就先暫時忽略。…
Python 教學 5 – Python String Objects Date August 21, 2023 1. 宣告 Python String Object 1.1 單引號:’ 用來宣告普通的 string object,或是當…
Python 教學 4 – function, object 基本 methods, DocStrings Date August 18, 2023 1. function 1.1 定義 function Python 中用 def 來定義 function,不像…
Python 教學 3 – File Handling -Read File, Write File Date August 16, 2023 筆記一下在 Python 中讀寫檔案的方式 1. open Function – 針對檔案做操作 Python 提供了…
Python 教學 2 – 基本語法:Output, Loop, Control Flow Date August 16, 2023 1. Output 1.1 print print 可以用來 output 字串 print(‘Hello World!’)…
Python 教學 1 – 環境架設 ( pyenv ) 與 Python 簡介 Date August 15, 2023 1. 使用 pyenv 安裝 Python 雖然可以直接在 Python 官網安裝特定版本,但通常 local 上如果有不只一個…