Linkedin profile
import random
atha = {
'full_name': 'John Athanasiou',
'age': 23,
'country': 'Greece',
'city': 'Athens',
'email': '[email protected]',
'github_username': 'John-Atha',
'studies': ['MEng at Electrical and Computer Engineering'],
'wanna_be': random.choice(['full-stack web developer', 'web3 developer', 'AI-ML engineer']), # don't know yet...
}
atha.save()