Skip to content
View hyun95roh's full-sized avatar

Highlights

  • Pro

Block or report hyun95roh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hyun95roh/README.md

Welcome !

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

  1. practical-python practical-python Public

    Forked from dabeaz-course/practical-python

    Practical Python Programming (course by @dabeaz)

    Python

  2. streamlit_dsci_510 streamlit_dsci_510 Public

    DSCI_510) streamlit repository

    Python

  3. dsci510_final_proj dsci510_final_proj Public

    Repository for final project of DSCI_510

    Python

  4. streamlit-cheat-sheet streamlit-cheat-sheet Public

    Forked from daniellewisDL/streamlit-cheat-sheet

    A cheat sheet for streamlit

    Python

  5. D-diagnosis D-diagnosis Public

    Python

  6. hyun95roh.github.io hyun95roh.github.io Public