class Developer:
def __init__(self, name):
self.name = name
self.skills = ["Python", "Problem Solving", "Creative Thinking", "Continuous Learning"]
self.mindset = "Always curious"
self.mission = "Build myself. Learn something new every day."
self.fun_fact = (
"Started learning C# in 2015 and quit. "
"Rediscovered programming with Python in 2023 and never looked back!"
)
def current_focus(self):
return "Sharpening Python skills and contributing to cool projects."
def introduction(self):
print(f"Hello! I'm {self.name}")
print("Passionate about technology, code, and meaningful solutions.")
print(f"Skills: {', '.join(self.skills)}")
print(f"Mindset: {self.mindset}")
print(f"Mission: {self.mission}")
print(f"Currently: {self.current_focus()}")
print(f"Fun fact: {self.fun_fact}")
if __name__ == "__main__":
me = Developer("Plamen Svetoslavov")
me.introduction()
🎯
Focusing
GTA Petroleum Ltd - Wholesale fuel trading, Bunker fuel trading and Bunkering ⭐ svetoslavov.bg
-
GTA Petroleum Ltd.
- https://svetoslavov.bg/
- in/plamen-svetoslavov
Pinned Loading
-
OTONEVROLOG_BG_DJANGO_PROJECT
OTONEVROLOG_BG_DJANGO_PROJECT PublicWebsite for managing patients from MD
Python 1
-
GTA_MANAGER_DJANGO_PROJECT
GTA_MANAGER_DJANGO_PROJECT PublicGTA Petroleum - Manager platform
Python 1
-
-
-
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.