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 details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
jinsung-0.2.0-py3.6.egg
(6.9 kB
view details)
File details
Details for the file jinsung-0.2.0.tar.gz.
File metadata
- Download URL: jinsung-0.2.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1df3e211448b5f51df0ae18fa4b82e00eb04b289e826d537c8125a6f8b4fff92
|
|
| MD5 |
ba13b360c70a4d2d5bd2bd67a9f6844f
|
|
| BLAKE2b-256 |
0b6c48cf82b193c0229f0c902b218d808adc7163c97ba4d8461fae23c03cac1c
|
File details
Details for the file jinsung-0.2.0-py3.6.egg.
File metadata
- Download URL: jinsung-0.2.0-py3.6.egg
- Upload date:
- Size: 6.9 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b694b3b1e70d5af40a677110cd6e8d071490017714d359e6b2c5d0674919f1c
|
|
| MD5 |
ca8fe9d4230ec23a12d2173fa86e383f
|
|
| BLAKE2b-256 |
4a9f6240b5b39feda249ac53b4624b6e483e1e09af961f47c64a83333808328b
|
File details
Details for the file jinsung-0.2.0-py3-none-any.whl.
File metadata
- Download URL: jinsung-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
533fe0eb36a5dda53d811718ee6e3c7b3f202798382bbdcec21f0c5c8397efe3
|
|
| MD5 |
d6f5b2e7e14a3cd5c7316821f35599b6
|
|
| BLAKE2b-256 |
99bb1e95266472d657f8c16b73f88e14687fd8afe68dc26ad30fd3b3493d165c
|