class AnArchitectApparently:
"""Discovering beauty in ever new places."""
def __init__(self):
self.name = "Marcin Cichocki"
self.since = 2019
self.languages = "Python, JavaScript"
self.tools = "Pandas, Django, Git, Docker"
self.prerequisites = "Harvard CS50, Hyperskill, Udemy"
def __repr__(self):
return "\n".join((self.name, self.languages, self.tools))
def __str__(self):
bio = """
Hi, I'm Marcin. I'm a curious individual. I've been consuming code for a few years.
I initially applied it to automate the hard and boring or cut design & construction related corners.
Peeked into web design, ML. I enjoy type hints. Git merge, so far.
I find the beauty of engineering soothing..
"""
return bio
@property
def contact(self):
"""For enquiries, plase contact me via:"""
return {
"email": "bS5hLmNpY2hvY2tpQGdtYWlsLmNvbQooZm9yIGxlZ2l0aW1hdGUgcHVycG9zZXMgb25seSk="
}
Popular repositories Loading
-
100-plus-Python-programming-exercises-extended
100-plus-Python-programming-exercises-extended PublicForked from arevolutioner/100-plus-Python-programming-exercises-extended
100+ python programming exercise problem discussed ,explained and solved in different ways
Jupyter Notebook
-
location-history-json-converter
location-history-json-converter PublicForked from Scarygami/location-history-json-converter
Convert the Location History JSON File from Google Takeout into a useable format
Python
-
locationhistory2geojson
locationhistory2geojson PublicForked from atlefren/locationhistory2geojson
Parse Google Location history json to GeoJSON
Python
-
LocationHistoryParser
LocationHistoryParser PublicForked from mayur222/LocationHistoryParser
Parse Location History by Google in csv files from json
Python
-
data-visualization
data-visualization PublicForked from gboeing/data-visualization
Misc data visualization projects, examples, and demos: mostly Python (pandas + matplotlib) and JavaScript (leaflet).
Jupyter Notebook
-
revitpythonwrapper
revitpythonwrapper PublicForked from gtalarico/revitpythonwrapper
Python Wrapper for the Revit API
Python
If the problem persists, check the GitHub status page or contact support.