Skip to content

Instantly share code, notes, and snippets.

View xiaogaozi's full-sized avatar
🏠
Working from home

Changjian Gao xiaogaozi

🏠
Working from home
View GitHub Profile
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"] ,