Method Signature

(name, parameter_types)


Method Type

(return type, method type parameter, methid argument types, exception)


용어 :   covariance??


Double Dispatch

pip 를 이용하여 설치한다.


$ pip install django==1.8

Collecting django==1.8

  Downloading Django-1.8-py2.py3-none-any.whl (6.2MB)

Installing collected packages: django

Successfully installed django-1.8


파이썬의 pip는 node의 npm 우분투의 wget과 같은 역할을 한다.


+ Recent posts