https://github.com/isabelacaldeira/vwptd
Old readme
https://github.com/isabelacaldeira/vwptd
github old readme
Last synced: 11 days ago
JSON representation
Old readme
- Host: GitHub
- URL: https://github.com/isabelacaldeira/vwptd
- Owner: IsabelaCaldeira
- Created: 2022-03-23T13:57:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T19:06:32.000Z (over 3 years ago)
- Last Synced: 2025-03-03T11:34:20.881Z (over 1 year ago)
- Topics: github, old, readme
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```javascript
class humanBeing:
def __IsabelaCaldeira__(self, pronouns, origin, location, code, roles, work_place, spoken_languages, interest, curiosities):
self.pronouns = "She" | "Her"
self.origin = "Brazil"
self.location = "Brazil"
self.code = ["Python", "Javascript", "Typescript", "Nodejs", "HTMl", "CSS"]
self.roles = ["Software Developer", "IT Assistant", "Activist", "Artist"]
self.work_place = "Jaguar Mining Inc"
self.spoken_languages = ["pt-br", "eng","fr"]
self.interest = ["Programming", "Technology", "Art", "Activism"]
self.curiosities = "I am in love with tech, education and a good cup of coffee"
```
