class Developer:
def __init__(self):
self.name = "Juan Pedraza"
self.role = "Trainee Developer"
self.from = "Colombia"
self.about = {
'Hobbies': ['Movies', 'VideoGames', 'Learning'],
'Sports': ['Soccer', 'Ride bike']}
def say_hi(self):
print('''
👍 I’m currently working on: Improving my scripts languajes skills, focus on Python
💪 I’m currently learning: English in a higher level that is conversation level,
🏢 I’m looking to collaborate on: Backend development projects firstly then we will see,
😔 I’m looking for help with: Mysql and Databases in general
''')
me = Developer()
me.say_hi()
🎯
Focusing
Backend developer trainee
Would you like to know more about me?
Link me!
Pinned 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.


