PySwitch

project/python 2012. 10. 9. 21:56

Python으로 구현한 Switch 구문이 있음

 

http://stackoverflow.com/questions/5440990/is-there-any-value-to-a-switch-case-implementation-in-python 여기서 처음 그 존재 파악

 

http://pypi.python.org/pypi/pyswitch/1.2

http://code.activestate.com/pypm/pyswitch/

http://pydoc.net/pyswitch/1.2/test_pyswitch

 

http://efreedom.com/Question/1-4980146/Can-Combine-Switch-Case-Regex-Python Regex로 읽어온 것을 Switch해서 사용하는 방법

 

http://stackoverflow.com/questions/4614179/python-inline-elif-possible 초간단 사용 예

https://bitbucket.org/MatthewCox/bidbot/src/142c1735821e/Auction.py 실제 적용 사례

Posted by trigger
,