Python 介面 (類作模仿) – Interface的基本用法 – 加入 for loop, if, Array, Collection的例子 Posted on 2022 年 8 月 3 日2023 年 3 月 20 日 by j_lam83Python 介面 – 首先 Python 是沒有介面的 (Interface 這 Keywor… Read more
Python 繼承 – Inheritance 繼承的解釋及基本用法 – Python教程 Posted on 2022 年 8 月 3 日2023 年 3 月 20 日 by j_lam83PYTHON 繼承 – (PYTHON教程) – JS Inheritance 繼承就… Read more
Python類別 – Class, Method, Inheritance, Interface的基礎用法 Posted on 2022 年 8 月 3 日2023 年 3 月 20 日 by j_lam83Python類別 – 本篇會介紹Python Class, Python Method, Pyth… Read more
Python例外處理 – try/catch 的例外處理介紹及使用方法 – 【Python編程教學】 Posted on 2022 年 8 月 3 日2023 年 3 月 20 日 by j_lam83Python例外處理 – Let’s go! 語法 try:  … Read more
Python 迴圈 – For Loop, For Each 迴圈的基礎用法 – 用BLOCK把CODE重用起來 Posted on 2022 年 8 月 3 日2023 年 3 月 21 日 by j_lam83Python 迴圈 – (PYTHON for 迴圈, PYTHON foreach 迴圈) . … Read more
Python迴圈 (Python 教學) – While 迴圈的基礎用法 – 用 While Block 把CODE的重用 Posted on 2022 年 8 月 3 日2023 年 3 月 21 日 by j_lam83Python迴圈 (Python 教學) – while就是在條件句作立, 即true的情況下, … Read more
Python Dictionary – 學會Dictionary的5種基本應用方法 – 初始化, 加入值, 更新值, 刪除值, foreach迴圈 – Python教學 Posted on 2022 年 8 月 3 日2023 年 3 月 20 日 by j_lam83Python Dictionary – (Python教學) – Dictionary… Read more
Python字串 – 字串切片 – String Slicing Posted on 2022 年 8 月 2 日2023 年 3 月 22 日 by j_lam83Python字串 (python String) – String Slicing(字串切片). … Read more
Python字串 – 字串String功能速查表 – 尋找,擷取,對比,換成大小寫 Posted on 2022 年 8 月 2 日2023 年 3 月 22 日 by j_lam83Python字串 – 在本文中,我將向你展示在Python程式設計中, 字串普遍都會使用的4大類1… Read more
Python字串 – String功能速查表 – 查詢字串資料普遍都會使用的11方法 Posted on 2022 年 8 月 2 日2023 年 3 月 22 日 by j_lam83Python字串 – 在本文中,我將向你展示在Python程式設計中, python 查詢字串資料… Read more