安萍
3 years ago @Edit 3 years ago
latest #75
立即下載
安萍
3 years ago
squares = [x**2 for x in range(1000)]
Are list comprehensions syntactic sugar for `list(ge...
安萍
3 years ago
安萍
3 years ago
好像是 python 面試考古題之類的?
PCAP Certification-Certified Associate in Python ->M...
安萍
3 years ago
Python 年會
關於 PyCon Taiwan
安萍
3 years ago
Python 到底是 pass by value 還是 pass by reference? 一次搞懂程式語言的函式傳參!
dokelung.me
安萍
3 years ago
How to use pycharm to auto indent the select area by...action: Reformat code:
hotkey: cmd+alt+L(Mac), CTRL + ALT + L(win)
安萍
3 years ago
魯蛇變蟒蛇. 本篇文章介紹的是如何透過 "Numba" 讓… | by 黃馨平 | Jackycsie ...【如何透過 "Numba" 讓 Python 在大量的數據運算中,可以提升它的效率。】
安萍
3 years ago
Python控制結構小學堂:運算子優先順序 - Coding幫幫忙運算子優先順序(operator precedence)
安萍
3 years ago
PySnooper:不要再使用 print 來對你的 python 程式除錯 - Soft & Shar...【使用 print 來對 python 除錯雖然方便,但是當程式要釋出或是上線後要除錯就不方便了,這個 Python 開源程式庫使用修飾符,在開發階段除錯訊息輸出到終端機,程式釋出或是要上線再設定輸出到 log 檔案】
安萍
3 years ago
Python 3.6 加入的語法:Syntax for variable annotations
New in Python: Syntax for variable annotations - Mou...
name: str
name: str = 'Mike'
安萍
3 years ago
Pipenv: A Guide to the New Python Packaging Tool – R...put the dependency in a special [dev-packages] location in the Pipfile.
pipenv install pytest --dev

These development packages only get installed if you specify the --dev argument with pipenv install.
pipenv install --dev
back to top