Skip to content
View peterschwps's full-sized avatar
💻
💻
  • Berlin, Germany
  • 13:24 (UTC +02:00)

Highlights

  • Pro

Block or report peterschwps

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
peterschwps/README.md

GitHub

Hi, I'm Peter! 👋🏼

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", "Web Automation"]

    
    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 "
            "and ideas to improve my repos."
        )

Note for Python Developers

If you are contributing to any of my projects you might have noticed that I use type hints quite often. I think that they are a great way of combining Python's dynamically typed nature with the advantages of statically typed languages (given that you are using a type checker). In addition I always try to make my code as easy to understand as possible by adding docstrings and explanatory comments.
Here are some design principles I try to follow:

The book that made me to dive deeper into the topic was Robust Python (Patrick Viafore).

Pinned Loading

  1. TooGoodToGo-CLI TooGoodToGo-CLI Public

    Unofficial CLI for Too Good To Go (TGTG) to monitor and check out items as they become available.

    Python 5 1

  2. MentAI MentAI Public

    An automated CLI tool using AI to solve Menti quiz questions.

    Python 3

  3. SAP-Datasphere-Automation SAP-Datasphere-Automation Public

    Unofficial CLI for SAP Datasphere that automates various tasks such as managing analytical models, remote tables, and views.

    Python 3