Skip to main content

Who is Jinsung Ha?

Project description

Who is Jinsung Ha?

:nerd_face: About Me

From your terminal,

pip install jinsung

Then in python shell,

import jinsung

Briefly,

class Me:

    def __init__(self):
        print('About Me - Jinsung Ha')

    @property
    def education(self) -> str:
        degree: str = 'MEng Computing (Artificial Intelligence)'
        where: str = 'Imperial College London'
        when: str = '10.2014 - 06.2019'
        return ' | '.join([degree, where, when])

    @property
    def workspace(self) -> Tuple[str, str]:
        company: str = 'LUXROBO'
        position: str = 'Backend Software Engineer'
        return company, position

    @property
    def location(self) -> Tuple[float, float]:
        return 37.5665, 126.9780

    @property
    def code(self) -> List[str]:
        return [
            'Python', 'Java', 'C', 'C++', 'Bash'
        ]

:chart_with_upwards_trend: Github Stats

Jinsung Ha's Github Stats Jinsung Ha's Top Languages

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jinsung-0.2.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distributions

jinsung-0.2.0-py3.6.egg (6.9 kB view hashes)

Uploaded Source

jinsung-0.2.0-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page