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()
- I'm from Brazil
- Data scientist in constant learning and always looking to use the best tools and solutions
- Systems Analyst Junior at the company TCS
-
TCS - Tata Consultancy Services
- Brazil
- renan_gs14@hotmail.com
- in/renan--gs
- https://medium.com/@renan_gs
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.