class Developer:
def __init__(self):
self.name = "郭顺顺 (Guo Shunshun)"
self.role = "Full Stack Developer"
self.proficient_skills = {
"Frontend": ["Vue", "UniApp", "WeChat Mini Program"],
"Backend": ["SpringBoot", "Gin", "Flask"],
"Languages": ["Go", "Java", "Python", "JavaScript", "TypeScript"],
"Databases": ["MySQL", "PostgreSQL"],
"DevOps": ["Linux", "Docker", "Ollama"],
"AI": ["LLM Applications", "Stable Diffusion", "Model Fine-tuning", "LLM Function Calling", "AI Agents"]
}
self.learning = {
"Frontend": ["React"],
"Languages": ["Rust"]
}
self.passions = ["LLM Development", "AI Art", "Model Fine-tuning", "AI Agents"]
self.mottos = [
"What's past is prologue. - William Shakespeare",
"Learn from the past, and look forward to the future. - Tao Yuanming",
"Embrace AI, Innovate the Future"
]
def say_hi(self):
print("Thanks for visiting my GitHub! Let's explore the infinite possibilities of AI!")
def get_mottos(self):
return "\n".join(self.mottos)
me = Developer()
me.say_hi()
print(me.get_mottos())
-
Notifications
You must be signed in to change notification settings - Fork 0
GuoAccount/GuoAccount
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published