
Python
lllcfr1
这个作者很懒,什么都没留下…
展开
-
one-line conditional & switch statements in python
http://en.wikibooks.org/wiki/Python_Programming/Conditional_StatementsConditional StatementsMany languages (like Java and PHP) have the concept of a one-line conditional (called The Ternar转载 2012-03-25 21:13:38 · 678 阅读 · 0 评论 -
The Zen of Python
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.htmlhttp://www.python.org/dev/peps/pep-0020/Beautiful is better than ugly.Explicit is better than implicit.Simple is be转载 2012-03-24 21:19:08 · 1555 阅读 · 0 评论 -
Python Challenge
http://www.pythonchallenge.com/pc/def/0.htmlhttp://www.pythonchallenge.com/pc/def/map.htmlhttp://www.pythonchallenge.com/pc/def/ocr.htmlhttp://www.pythonchallenge.com/pc/def/equality.htmlhttp:原创 2013-03-26 16:31:27 · 770 阅读 · 0 评论 -
Edge Detection: Sobel operator
Excerpts from the Book: Python Programming in Contexthttp://en.wikipedia.org/wiki/Sobel_operatorIn order to find an edge, it is necessary to evaluate each pixel in relation to those that a转载 2013-04-16 21:47:37 · 1335 阅读 · 0 评论 -
codeforces python / pike solutions
pike:http://codeforces.com/contest/100/submission/1293867python:http://codeforces.com/contest/158/submission/3406829http://codeforces.com/contest/285/submission/3406753http://codeforces.原创 2013-03-26 14:42:11 · 844 阅读 · 0 评论 -
Use Python to plot
Softwares:OS: Win 8 Pro 64-bitPython: 3.3Libraries: matplotlib-1.2.0.win-amd64-py3.3.exe, numpy-MKL-1.7.0.win-amd64-py3.3.exe(Please note that the numpy is an unofficial windows 64-bit转载 2013-03-02 00:28:46 · 1352 阅读 · 0 评论