class Developer:
def __init__(self):
self.name = "kkm-horikawa"
self.birth_year = 1994
self.role = "Software Engineer"
self.skills = [
"Python",
"Django",
"JavaScript",
"HTML",
"CSS",
"Bootstrap",
"AWS",
"Terraform",
"Flutter",
]
self.tools = [
"VS Code",
"Postman",
"Git",
"GitHub",
"GitLab",
"Redmine",
"Slack",
"DBeaver",
"A5m2",
"Tera Term",
"Eclipse",
"ffftp",
"WinSCP",
"WSL",
]
self.os = ["Windows", "Ubuntu", "CentOS", "Zorin OS", "Linux Mint"]
def __str__(self):
return f"こんにちは、{self.name}です。"
developer = Developer()
print(developer)
-
14:20
(UTC +09:00) - https://refrainit.com/
- https://misskey.refrainit.com/@makoto
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.