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
@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