https://github.com/isabelacaldeira/isabelacaldeira
Talking about me...
https://github.com/isabelacaldeira/isabelacaldeira
github readme
Last synced: 29 days ago
JSON representation
Talking about me...
- Host: GitHub
- URL: https://github.com/isabelacaldeira/isabelacaldeira
- Owner: IsabelaCaldeira
- Created: 2023-03-27T21:22:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T08:58:36.000Z (about 1 year ago)
- Last Synced: 2025-12-02T08:41:58.588Z (7 months ago)
- Topics: github, readme
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```python
class Profile:
def __init__(self):
self.pronouns = ["She", "Her"]
self.origin = "Brazil"
self.location = "France"
self.code = ["Python", "C", 'SQL', "Javascript", "Typescript", "Node.js"]
self.roles = ["Software Developer", "Scientist", "Activist", "Artist"]
self.university = "Sorbonne"
self.study = ["Computer Science", "Physics"]
self.spoken_languages = ["pt-br", "eng", "fr", "es"]
self.interests = ["Programming", "Technology", "Art", "Activism"]
self.curiosities = "I am in love with tech, education, and a good cup of coffee"
isabelaCaldeira = Profile()
```