Skip to content

Instantly share code, notes, and snippets.

@gaomd
Forked from matin0728/ZhiHu_Python_Engineer_JD.py
Created September 4, 2012 13:18
Show Gist options
  • Save gaomd/3621091 to your computer and use it in GitHub Desktop.
Save gaomd/3621091 to your computer and use it in GitHub Desktop.
some `minor` fix
class ZhihuDev(Developer):
@property
def characteristics(self):
return set(["TeamWork", "Devoted", "Creative"])
@property
def skills(self):
return {
"Language" : ["Python","Erlang", "Go", "C/C++"],
"OS" : ["Linux", "OS X", "BSD UNIX"],
"Tool" : ["Vim", "Emacs", "Git"],
"Framework" : ["Tornado", "Gevent", "Flask"],
"Network" : ["TCP/IP", "ZeroMQ"]}
@property
def is_geek(self):
return True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment