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 250 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):
        self.name = 'Thiago Rodrigues'
        self.age = 27
        self.email = 'thiagoneye@outlook.com'
        self.profile = 'https://thiagoneye.github.io/'
        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': ['Artificial intelligence', 'Machine Learning', 'Deep Learning',
                'Scikit-learn', 'TensorFlow', 'Keras'],
            'Data Engineering': ['Apache Hop', 'Apache Beam', 'Databricks', 'PySpark'],
            '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):
        """
        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 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. costcaster costcaster Public

    Studies on decarbonization technologies.

    Jupyter Notebook

  3. pbsim pbsim Public

    Lead oxide particle transport simulator.

    Python 1

  4. case-foco case-foco Public

    Technical case for selection for the Data Scientist position at Foco Aluguel de Carros.

    Jupyter Notebook

  5. master-deep_learning master-deep_learning Public

    Codes implemented in the Deep Learning discipline.

    Jupyter Notebook

  6. master-machine_learning master-machine_learning Public

    Codes implemented in the Machine Learning discipline.

    Jupyter Notebook 1