class Me:
def __init__(self):
self.name = "Kauã Lima"
self.age = 18
self.nationality = "Brazilian"
self.gender = "Male"
self.email = "[email protected]"
self.birthday = "July 29th"
class Developer(Me):
def __init__(self):
super().__init__()
self.languages = ["Python", "JavaScript", "TypeScript"]
self.libraries = ["Scikit-Learn", "TensorFlow", "Matplotlib", "Pandas"]
🐧
A developer passionate about Mathematics and Artificial Intelligence...
- Fortaleza, Ceará, Brazil
- @kaualimadev
- kaualimadev
- in/kaua-lima
- channel/UCrjwgVR-_e4tFPhOutC9F9A
Popular repositories 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.