Skip to content

Instantly share code, notes, and snippets.

@matin0728
Created June 30, 2012 08:40
Show Gist options
  • Save matin0728/3022984 to your computer and use it in GitHub Desktop.
Save matin0728/3022984 to your computer and use it in GitHub Desktop.
class ZhihuDev(Developer) :
@property
def characteristics(self):
return set(["Teamwork", "Devoted", "Creative"])
@property
def skills(self) :
return {
"Language" : ["Python","Erlang", "Golang", "C/C++"],
"OS" : ["Linux", "Mac OS X", "BSD UNIX"] ,
"Tool" : ["Vim", "Emacs", "Git"],
"Framework" : ["Tornado", "Gevent", "Flask"],
"Network" : ["TCP/IP", "ZeroMQ"]}
@property
def is_geek(self):
return True
@lepture
Copy link

lepture commented Oct 24, 2012

It's not pep8 compatible.

Don't indent for dict that way! Besides, no space before :.

@kitelife
Copy link

kitelife commented Dec 5, 2012

话说工作地点是北京么?

@ltqk
Copy link

ltqk commented Jan 19, 2013

这种形式不错

@wong2
Copy link

wong2 commented Mar 18, 2013

13行的 } 不能忍受啊。。

@mqingyn
Copy link

mqingyn commented Mar 26, 2013

请问知乎dev对学历有严格要求么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment