Linkedin profile
import random
atha = {
'full_name': 'John Athanasiou',
'age': 23,
'country': 'Greece',
'city': 'Athens',
'email': 'giannisj3@gmail.com',
'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()