#!/usr/bin/python
# -*- coding: utf-8 -*-
class Developer:
def __init__(self):
self.name = "Seung Ki Lee"
self.role = "Developer"
self.interests = [
"Algorithms",
"Reading",
"Writing",
"Machine Learning",
"Economics",
"Recording",
"Posture",
"Fountain Pens",
"Audio",
"Vocal Performance",
"Strength Training",
"Linguistics",
"Web Development",
"Automation",
"Gaming"
],
self.thoughts = [
""
]
def interests(self):
print("My Interests Are: \n")
for interest in self.interests:
print(interest, "\n\n")
def thoughts(self):
if not self.thoughts:
print("Hanc marginis exiguitas non caperet")
else:
for thought in self.thoughts:
print(thoughts, "\n\n")
i = Developer()
i.interests()
i.thoughts()
...
...
Hanc Marginis Exiguitas Non Caperet
#!/usr/bin/python
# -*- coding: utf-8 -*-
class Developer:
def __init__(self):
self.name = "Seung Ki Lee"
self.role = "Developer"
self.interests = [
"Algorithms",
"Reading",
"Writing",
"Machine Learning",
"Economics",
"Recording",
"Posture",
"Fountain Pens",
"Audio",
"Vocal Performance",
"Strength Training",
"Linguistics",
"Web Development",
"Automation",
"Gaming"
],
self.thoughts = [
""
]
def interests(self):
print("My Interests Are: \n")
for interest in self.interests:
print(interest, "\n\n")
def thoughts(self):
if not self.thoughts:
print("Hanc marginis exiguitas non caperet")
else:
for thought in self.thoughts:
print(thoughts, "\n\n")
i = Developer()
i.interests()
i.thoughts()
...
...
Hanc Marginis Exiguitas Non Caperet
My interest is in mathematical interpretation of our accomplishments in the humanities yet to be quantified and organized. I wholeheartedly believe that the defining challenge of our time is to more precisely construct the beautifully yet loosely fluttering understandings of humanities into an precise and elegant structure provided by mathematics and data.
404 Not Found:
Something used to be here
but then the author realized that no one actually reads more than 3 lines of text anymore.
TL;DR >>
Life sucks and Coding sucks. But if we do it Together it could suck Less.
404 Not Found:
Something used to be here
but then the author realized that no one actually reads more than 3 lines of text anymore.
TL;DR >>
Life sucks and Coding sucks. But if we do it Together it could suck Less.
email: seungkilee.cs@gmail.com