Skip to content
View renan-almeidaa's full-sized avatar
Block or Report

Block or report renan-almeidaa

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

Profile

class RenanAlmeida:

    def __init__(self):
        self.username = 'renan-almeidaa'
        self.name = 'Renan Almeida'
        self.web = ['https://www.linkedin.com/in/renan--gs/', 'https://medium.com/@renan_gs']
        self.education = 'Computer Scientist- State University of Parana'
        self.knowledges = {
            'code': ['Python', 'JavaScript', 'SQL', 'HTML', 'CSS', 'Java'],
            'database': ['Oracle SQL Developer', 'Microsoft SQL Server', 'MySql', 'sqlite3', 'MongoDB', 'Neo4j'],
            'libs': ['pandas', 'requests', 'BeautifulSoup', 'numpy', 'matplotlib', 'seaborn', 'sklearn'],
            'tools': ['Jupyter', 'VSCode', 'Eclipse'],
            'others': ['Data Science', 'Web Scraping', 'Web development', 'Machine learning']
        }

    def __str__(self):
        return self.name

    def greetings(self):
        print(f"Hi there, my name is {self.name}")
        print(f"I'm graduated in {self.education.split(' - ')[0]} in {self.education.split(' - ')[1]}")
        print(f"You can find more about me in {self.web}")

if __name__ == '__main__':
    me = RenanAlmeida()
    me.greetings()



Snake animation

Visitor's count 👀

renan-almeidaa :: Visitor's Count

Pinned Loading

  1. portfolio_data_science portfolio_data_science Public

    Meu portfólio de projetos de Data Science