8000 thiagoneye (Thiago Rodrigues) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View thiagoneye's full-sized avatar
:octocat:
Studying
:octocat:
Studying

Block or report thiagoneye

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
thiagoneye/README.md

Welcome

# Class Declaration

class ThiagoNeyE:
    """
    Information about @thiagoneye.
    """  
    def __init__(self) -> None:
        self.name = 'Thiago Rodrigues'
        self.age = 27
        self.email = 'thiagoneye@outlook.com'
        self.formation = ['Bachelor in Mechanical Engineering', 'Specialization in Data Engineering',
            'Master in Computer Science']
        self.interests = ['Data Science', 'Data Engineering', 'Software Engineering']
        self.skills = {
            'Languages': ['Python', 'MATLAB', 'Shell'],
            'Software Engineering': ['Object-Orientation', 'SOLID', 'Design Patterns'],
            'Quality Assurance': ['Unittest'],
            'Data Science': ['Machine Learning'],
            'Data Engineering': ['Apache Hop', 'Apache Beam'],
            'Database': ['SQL', 'MySQL', 'SQL Server', 'PostgreSQL', 'SQLite', 'NoSQL', 'MongoDB', 'Redis'],
            'DataViz': ['Microsoft Power BI'],
            'Tools': ['Git', 'GitHub'],
            'OS': ['Windows', 'Linux'],
            'Others': ['Microsoft Office', 'Microsoft Power Apps', 'Microsoft Power Automate', 'LaTeX']
        }

    def learning(self, category: str, new: list) -> None:
        """
        Add new topics under a given skill category.
        """
        if category in self.skills.keys():
            self.skills[category] += new
        else:
            self.skills[category] = new


# Main 

if __name__ == '__main__':
    me = ThiagoNeyE()
    me.learning('Data Science', ['Artificial intelligence', 'Deep Learning'])
    me.learning('Data Engineering', ['Airflow'])
    me.learning('CI/CD', ['Docker'])

Credits: Rafnix Guzmán

Pinned Loading

  1. gawps gawps Public

    Forked from gcpeixoto/gawps

    Module for wellbore profiling and graphical analysis of flow units

    C++ 2

  2. pbsim pbsim Public

    Lead oxide particle transport simulator.

    Python 1

  3. course-database course-database Public

    SQL and NoSQL database studies.

    Python 1

  4. course-algorithms course-algorithms Public

    Algorithm studies.

    Python

  5. course-python course-python Public

    Python bootcamp (100 days of code).

    Python

  6. course-machine_learning course-machine_learning Public

    Machine learning studies.

    Jupyter Notebook

0