Hackpads are smart collaborative documents. Join Hackpad Now.
2564 days ago
Unfiled. Edited by 陳靖 2564 days ago
Python.org的PyPI (Python Package Index)
列出全部可以pip install的package (modules的source code的打包壓縮tar.gz檔)
RPi專用的RPi.GPIO也在其中
2577 days ago
Unfiled. Edited by 百千.IO 2577 days ago
主線clock迴圈等支線改變running狀態
  • from threading import Thread
  • from time import ctime,sleep
  • running = True
  • def func():
  •     global running
  •     input()
  •     running = False
  •     sleep(3)
  • thread = Thread(target = func)
2580 days ago
Unfiled. Edited by 百千.IO 2580 days ago
因為readchar無法順利安裝在家裡windows
所以改用pygame
之後狗叫聲也要用它

Stop sharing the collection with ?

This pad is open to "", so will still be able to access it.
Cancel
Feed

Contact Support



Please check out our How-to Guide and FAQ first to see if your question is already answered! :)

If you have a feature request, please add it to this pad. Thanks!


Log in / Sign up