• 首頁
  • Python 學習筆記
  • Laravel

2 月, 2019

Python – decimal 模組教學 – 四捨五入的正確作法

簡介 一個 python 的 float 是二進位的浮點數(binary floation-point num... » read more

0
Read
Kirin written 2 年 ago
【Python】四捨五入

「四捨五入」是約整 (Rounding)的一種方式,在 python 的內建函數中,有一個 round 函數來... » read more

0
Read
Kirin written 2 年 ago
【Python】Selenium 新手筆記 (一) – 簡單範例

基本知識 WebDriver 是 Selenium 系統中,用來操作瀏覽器的一套 API。 在安裝完 Sele... » read more

0
Read
Kirin written 2 年 ago
Python – Bowling Game Kata (保齡球套路)

主要是參考 Uncle Bob 的 Bowling Game Kata ,然後配合 Python 的語法做修改... » read more

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

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

0
Read
Kirin written 2 年 ago
Page navigation
  • 1 / 1
  • Current Page 1
  • 首頁
  • Python 學習筆記
  • Laravel
Copyright © 2021 Kirin. All rights reserved.