Skip to content
View cinkovic's full-sized avatar
  • London
Block or Report

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 Cihocki"
        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.
        Currently (like everyone) peeking into ML and web. 
        I find the beauty of engineering soothing..
        """
        return bio

    @property
    def contact(self):
        """For enquiries, plase contact me via:"""
        return {
            "email": "bS5hLmNpY2hvY2tpQGdtYWlsLmNvbQooZm9yIGxlZ2l0aW1hdGUgcHVycG9zZXMgb25seSk="
        }

GitHub

GitHub

@cinkovic's activity is private