2024 iThome 鐵人賽
Share More Gain More
Python
選手 80 文章 1490
Day 10
2024-09-18
417
0
Python list : 可以在同一個變數中儲存多個項目list是Python存取資料集合的四種內建資料類型之一,另外三種是Tuple 、Set和Diciti...
Day 6
2024-09-14
416
0
math內的指數、對數與三角函數,random內的函數 math模組的指數、對數與三角函數 下列是相對常用的指數、對數及三角函數exp(a) 用來計算 次方...
Day 18
2024-09-01
416
0
感謝里維兵長救了我 圖片來源:(https://forum.gamer.com.tw/Co.php?bsn=43473&sn=52635) Pandas...
Day 27
2024-10-11
416
0
今天來將每樣東西上色。 screen.fill(white) pygame.draw.circle(screen, black, (ball_x...
Day 21
2024-08-24
416
0
安裝 Flask pip install Flask app.py from flask import Flask, jsonify, render_temp...
Day 20
2024-08-23
415
0
安裝 Tailwind CSS npm install -D tailwindcss npx tailwindcss init tailwind.config...