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
Project details
Release history Release notifications | RSS feed
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)
Built Distributions
jinsung-0.2.0-py3.6.egg
(6.9 kB
view hashes)