class Developer:
def __init__(self):
self.name = "Peter"
self.last_name = "Schwips"
self.city = "Berlin"
self.country = "Germany"
self.languages_spoken = ["German", "English"]
self.interests = [
"Python",
"Reverse Engineering (Mobile Apps / Web)",
"Web Automation",
"Building CLIs",
]
def say_hi(self):
print(
"Thanks for coming by! Feel free to reach out to me. "
"I am always looking for interesting projects to work on!""
)
💻
- Berlin, Germany
-
01:26
(UTC +02:00)
Highlights
- Pro
Pinned Loading
-
TooGoodToGo-CLI
TooGoodToGo-CLI PublicThe only CLI for Too Good To Go (TGTG) that automates the FULL checkout process!
-
SAP-Datasphere-CLI
SAP-Datasphere-CLI PublicUnofficial CLI for SAP Datasphere that automates various tasks such as managing analytical models, remote tables, task chains and views.
-
SAP-Datasphere-API
SAP-Datasphere-API PublicUnofficial async Python client for the SAP Datasphere automation APIs
Python 2
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.




