體驗半隻腳踏入 cs 世界的日常
01 Intro
https://hackmd.io/@lhsueh1/python101_intro
Boolean
and | or | ||
---|---|---|---|
1 | 0 | False | True |
1 | 1 | True | True |
0 | 0 | False | False |
0 | 1 | False | True |
range
range(開頭, 結尾, 間隔)
conditional
for loop
while loop
random
https://hackmd.io/@lhsueh1/python101_Accumulation
function
https://hackmd.io/@lhsueh1/python101_Function
string
tuple
https://hackmd.io/@lhsueh1/HyxB7ac8j
Indirect proof & 3n + 1
https://hackmd.io/@lhsueh1/rkfthUxwj
List
https://hackmd.io/@lhsueh1/BJ7Z3VFvj
Recursion
https://hackmd.io/@lhsueh1/HyUdJhtvj
Turtle
https://hackmd.io/@lhsueh1/S1zzzYzds
https://hackmd.io/@lhsueh1/SyctFNRts
https://hackmd.io/@lhsueh1/HJ5YFECKs
JSON <3
https://hackmd.io/@lhsueh1/BygVYReno
https://hackmd.io/@lhsueh1/B17iF0ghi
Pygame
https://hackmd.io/@lhsueh1/BJM6ITBTs
What's next
https://hackmd.io/@lhsueh1/r1mRinrni