Skip to content
View cinkovic's full-sized avatar

Block or report cinkovic

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cinkovic/README.md

Info

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="
        }

GitHub

GitHub

Popular repositories Loading

  1. 100-plus-Python-programming-exercises-extended 100-plus-Python-programming-exercises-extended Public

    Forked from arevolutioner/100-plus-Python-programming-exercises-extended

    100+ python programming exercise problem discussed ,explained and solved in different ways

    Jupyter Notebook

  2. location-history-json-converter location-history-json-converter Public

    Forked from Scarygami/location-history-json-converter

    Convert the Location History JSON File from Google Takeout into a useable format

    Python

  3. locationhistory2geojson locationhistory2geojson Public

    Forked from atlefren/locationhistory2geojson

    Parse Google Location history json to GeoJSON

    Python

  4. LocationHistoryParser LocationHistoryParser Public

    Forked from mayur222/LocationHistoryParser

    Parse Location History by Google in csv files from json

    Python

  5. data-visualization data-visualization Public

    Forked from gboeing/data-visualization

    Misc data visualization projects, examples, and demos: mostly Python (pandas + matplotlib) and JavaScript (leaflet).

    Jupyter Notebook

  6. revitpythonwrapper revitpythonwrapper Public

    Forked from gtalarico/revitpythonwrapper

    Python Wrapper for the Revit API

    Python