#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Patrick Thoelken"
self.role = "Software Engineer"
self.language_spoken = ["de_DE", "en_US"]
self.location = "I'm based in all over the World"
self.website = "http://patrick-thoelken.de"
self.contact = "me@pthoelken.de"
def say_hi(self):
print("I hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()Howdy, Patrick here. I’m a Software Engineer and IT Specialist from Germany with a strong focus on infrastructure, security, and automation. I also work as a photographer and penetration tester, combining technical precision with a creative mindset. This GitHub contains projects related to software development, IT operations, and security. If you have questions or are interested in collaboration, feel free to get in touch.






