Skip to content

cinkovic/cinkovic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 

Repository files navigation

Info

class DevSlashArchitect:
    """Discovering beauty in ever new places."""

    def __init__(self):
        self.name = "Marcin Cichocki"
        self.since = 2019
        self.languages = "Python, JavaScript"
        self.tools = "Pandas, Django, React, Git, Docker, Nginx"
        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

About

Bio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published