Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leticiamilan/leticiamilan
π©π»βπ» Minha BIO no Github.
https://github.com/leticiamilan/leticiamilan
about-me
Last synced: 23 days ago
JSON representation
π©π»βπ» Minha BIO no Github.
- Host: GitHub
- URL: https://github.com/leticiamilan/leticiamilan
- Owner: LeticiaMilan
- Created: 2021-02-03T16:41:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T23:25:42.000Z (9 months ago)
- Last Synced: 2024-03-30T00:24:51.113Z (9 months ago)
- Topics: about-me
- Homepage:
- Size: 395 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## π©π»βπ» About_me.py
```python
#!/usr/bin/python
# -*- coding: utf-8 -*-class Student:
def __init__(self):
self.name = "LetΓcia Milan"
self.role = "Computer Science Student"
self.pronouns = "She/Her"
self.location = "Brazil"
self.website = "https://dev-folio-v.vercel.app"def skills(self):
self.languages = ["Python", "R", "Java", "JavaScript", "TypeScript"]
self.databases = ["PostgreSQL", "MongoDB", "MySQL", "SQL Server"]
self.frameworks = ["Pandas","Numpy", "Plotly", "Matplotlib", "Flask",
"Django", "TensorFlow", "scikit-learn", "React.js",
"Chart.js", "Next.js", "GraphQL", "Spring boot"]
self.learning = [ "Data Science with Python, R and SQL",
"Machine Learning algorithms"]def say_hi(self):
print("Thanks for dropping by, hope you find interesting my profile :)")me = Student()
me.say_hi()
```## π GitHub Stats:
![](https://github-readme-stats.vercel.app/api?username=LeticiaMilan&theme=dracula&hide_border=true&include_all_commits=true&count_private=true)
![](https://github-readme-streak-stats.herokuapp.com/?user=LeticiaMilan&theme=dracula&hide_border=true)
![](https://github-readme-stats.vercel.app/api/top-langs/?username=LeticiaMilan&theme=dracula&hide_border=true&include_all_commits=true&count_private=true&layout=compact)
[![Ashutosh's github activity graph](https://github-readme-activity-graph.vercel.app/graph?username=LeticiaMilan&theme=dracula)](https://github.com/ashutosh00710/github-readme-activity-graph)## π GitHub Trophies
![](https://github-profile-trophy.vercel.app/?username=LeticiaMilan&theme=dracula&no-frame=true&no-bg=false&margin-w=4)