• 首頁
  • Python 筆記
  • Laravel

Kirin

I think, therefore I am.

Android開發AppleLaravelLinuxPHPPythonWordpress未分類測試驅動開發科技生活網站技術資訊安全軟體工程開發工具電腦硬體

Python – Bowling Game Kata (保齡球套路)

單元測試 (unit test) 概述 Python 上的 unittest 模組主要包括四個部份: 測試案例... » read more

0
Read
Kirin written 6 年 ago
【Python】內建資料結構比較:串列(list)、字典(dictionary)、集合(set)、元組(tuple)

資料結構的 80 / 20 法則 串列(list)、字典(dictionary)、集合(set)、元組(tup... » read more

0
Read
Kirin written 6 年 ago
【Python】PyQt5 入門 – 101 – 小試身手

準備開發環境 1、安裝 Python 3 執行環境 請參考 「python – python 3 執行環境安裝... » read more

0
Read
Kirin written 6 年 ago
【Python】打開檔案總管視窗

在寫 GUI 程式時,有時需要打開特定的檔案總管視窗,讓使用者把檔案放進去。 import subproces... » read more

0
Read
Kirin written 6 年 ago
【Python】模組 (module):安裝與使用

模組的安裝 在 windows 的「文字介面」中輸入 pip 指令 # usage: pip install ... » read more

0
Read
Kirin written 6 年 ago
【Python】函式 (function):程式碼重用的基礎

函式(function)的建立,主要是為了程式碼的重用;而重用程式碼則是建構可維護系統的關鍵。 函式的語法結構... » read more

0
Read
Kirin written 6 年 ago
【Python】PyCharm 整合開發環境的安裝

PyCharm 簡介 PyCharm 是由 JetBrains 這家公司所開發的 IDE。 JetBrains... » read more

0
Read
Kirin written 6 年 ago
【Python】字典(dictionary)基礎

大多數的 Python 程式人員,會把字典(dictionary) 簡稱為 dict。 字典基本上是一個「兩欄... » read more

0
Read
Kirin written 6 年 ago
【Python】串列(ist)基礎

一、概述 串列的初始化 # 初始化一個空串列,並將其指定給 found 變數 found = [] # 初始化... » read more

0
Read
Kirin written 6 年 ago
【Python】python 3 執行環境安裝

Python 3 vs. Python2 1、Python 3 預設使用 UTF-8 編碼,對中文的有完整支援... » read more

0
Read
Kirin written 6 年 ago
Page navigation
  • 8 / 9
  • « First
  • ‹ Previous
  • Page 7
  • Current Page 8
  • Page 9
  • Next ›


  • 首頁
  • Python 筆記
  • Laravel
Copyright © 2025 Kirin. All rights reserved. Theme by Githuber.