#!/usr/bin/python
class UserProfile:
def __init__(self):
self.name = "Dinu"
self.role = "Software Engineer"
self.language_spoken = ["ro_MD", "en_US"]
def greet_visitor(self):
print("Thanks for dropping by!")
if __name__ == '__main__':
me = UserProfile()
me.greet_visitor()
Software Engineer specializing in backend development and designing AI models. Proficient in Python, Node.js, and .NET.
-
Technical University of Moldova
- Chisinau, Moldova
Highlights
- Pro
Pinned Loading
-
EarthRover
EarthRover PublicForked from Syn4z/EarthRover
A project for an agricultural problem to identify tomato plants diseases using live photos.
Jupyter Notebook
-
Design-Patterns
Design-Patterns PublicA chat-room application that uses SOLID principles and software design patterns.
Java
-
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.




