아.. 오묘한 언어의 세상 ㅠ.ㅠ
Note for C++/Java/C# Programmers The self in Python is equivalent to the self pointer in C++ and the this reference in Java and C#. [링크 : http://www.ibiblio.org/g2swap/byteofpython/read/self.html] |
"네임스페이스"는 파이썬에서 변수를 담아두는 공간으로, 원래는 로컬, 모듈 전체, 빌트인 세 가지 네임스페이스를 찾도록 되어 있다가, 파이썬 2.1부터 상위에 싸여있는 것들도 찾도록 돼 있습니다. [링크 : http://openlook.org/blog/2008/12/13/why-self-in-python-is-attractive/] |
'Programming > python(파이썬)' 카테고리의 다른 글
파이썬 람다 폼 - python lambda form/function (2) | 2010.01.22 |
---|---|
파이썬 문자열 선언 - Python String (6) | 2010.01.21 |
파이썬 클래스 - python class decalaration (0) | 2010.01.21 |
파이썬 변수 선언 - python variable declaration (0) | 2010.01.21 |
파이썬 문법 (들여쓰기) - python indent as a rule (0) | 2010.01.21 |