Skip to main content
StephLin's Personal Blog
Homepage
Projects
Posts
About Me
Search
Ctrl
K
Python
4
RA-L
2
ICRA
1
ION GNSS+
1
Convex Optimization
1
Optimization
1
Sum of Squares
1
Semidefinite Programming
1
Context Management
1
Parallel Computing
1
NumPy
1
Pythran
1
pybind11
1
Closure
1
Gotcha
1
C++
1
Traits
1
Template
1
從陷阱案例中理解 Python 變數綁定機制
本文嘗試透過一些案例[^gotchas]去加深理解 Python 的變數綁定機制,降低因語言特性導致的隱藏問題,導致偵錯困難。