class Hyun:
def __init__(self):
self.name = 'Hyuntae Roh'
self.pronouns = 'Him/His'
self.nationality = 'Korean'
self.character = ('Open mind in exchanging ideas, Eager to learn new skills,'
' Seeker of mutual benefits, Respecting rules and principles,'
' Smart mediator, Man of logistics.')
self.familiar_languages = {'Python', 'Scala'}
self.languages_interested_in = {'Java', 'CSS', 'C++'}
self.tool_experience = {'TensorFlow': 'portfolio_link',
'pytorch': 'portfolio_link',
'Spark': 'portfolio_link'}
self.topics_of_interest = {'Statistics and Machine Learning', 'Data Engineering', 'Economics', 'History'}
self.hobbies = {'Financial investment', 'Watching Vtubers', 'Reading articles about Economics and market'}
def introduce(self):
return self.character
def programming(self):
return (f"The languages I'm familiar with: {self.familiar_languages}\n"
f"I'm also interested in: {self.languages_interested_in}\n"
f"Tool experiences: {self.tool_experience}")
def interests(self):
return (f"Topics of interest: {self.topics_of_interest}\n"
f"Hobbies: {self.hobbies}")
Popular repositories Loading
-
practical-python
practical-python PublicForked from dabeaz-course/practical-python
Practical Python Programming (course by @dabeaz)
Python
-
-
-
streamlit-cheat-sheet
streamlit-cheat-sheet PublicForked from daniellewisDL/streamlit-cheat-sheet
A cheat sheet for streamlit
Python
-
-
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.