Skip to content
View thiagoneye's full-sized avatar
:octocat:
Studying
:octocat:
Studying
Block or Report

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:
    """
    Informations about @thiagoneye.
    """  
    def __init__(self) -> None:
        self.name = 'Thiago Rodrigues'
        self.age = 25
        self.email = 'thiagoneye@outlook.com'
        self.formation = ['Mechanical Engineering', 'Analysis and Systems Development']
        self.interests = ['Data Science', 'Data Engineering', 'Analysis and Design of Algorithms']
        self.skills = {
            'Languages': ['Python', 'MATLAB'],
            'Software Engineering': ['Object-Orientation', 'SOLID', 'Design Patterns'],
            'Database': ['SQL', 'MySQL', '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:
        """
        Topics in studies.
        """
        if category in self.skills.keys():
            self.skills[category] += new
        else:
            self.skills[category] = new


# Main 

if __name__ == '__main__':
    me = thiagoneye()
    me.learning('Cloud Computing', ['Microsoft Azure'])
    me.learning('Distributed Computing', ['Apache Spark'])

GitHub Status


Credits: Rafnix Guzmán

Pinned

  1. gawps gawps Public

    Forked from gcpeixoto/gawps

    Module for wellbore profiling and graphical analysis of flow units

    C++ 2

  2. project-particulate_transport_simulator project-particulate_transport_simulator Public

    Simulator for analysis of availability and production in a factory environment.

    Python 2

  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