class readme():
def __init__(self):
self.data = {
'name': 'Tonatiuh Morales',
'about': 'Developer in my free time, father, husband | SAP Technical Lead',
'pronouns': 'he/him',
'fun fact': 'I like sports (football, baseball, soccer) | jogging 🏃 | Rock music 🎸',
'fav teams': '🏈 Philadelphia Eagles, ⚾ Atlanta Braves, ⚽ Santos Laguna, México'
}
self.other_data = {
'skills': '🌱 I’m currently learning web development (HTML, CSS, JS) & Python',
'help': '💬 Ask me about SAP-ABAP, SAP Business Intelligence & Manage SAP Environments',
'available for': '👯 I’m looking to collaborate on any project, volunteer 😊'
}
def get_data(self):
print("###### General Information ######")
for i, j in self.data.items():
print(i, ':', j)
def get_other_data(self):
print('\n')
print("###### Additional Information ######")
for i, j in self.other_data.items():
print(i, ':', j)
Developer in my free time | SAP Consultant. Open to help & collaborate.
- México
- https://tmorales.dev
- @cshkrs
Pinned Loading
-
-
chryz-hub.github.io
chryz-hub.github.io PublicForked from chryz-hub/chryz-hub.github.io
Information of our community
-
-
-
Useful commands to manage Raspberry PI
Useful commands to manage Raspberry PI 1# Useful commands to manage Raspberry PI
23**Update** the system package list
4```
5sudo apt update
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.