Junior Python Developer based in Bucharest, Romania. I transitioned into software development after 4+ years in data operations and financial systems. I completed a 280-hour Python bootcamp at Software Development Academy, where I built a solid foundation in Python, Django, SQL, OOP, TDD, and data structures.
I care about writing clean, readable code and understanding how things work under the surface. Currently focused on backend development with Django and expanding my skills through hands-on projects.
Open to Junior Python Developer, Backend Developer, and Data Analyst roles. Available for on-site, hybrid, and remote positions.
class AboutMe:
def __init__(self):
self.name = "Andrei Iliescu"
self.location = "Bucharest, Romania"
self.role = "Junior Python Developer"
self.open_to_work = True
def currently_building(self):
return "Full-stack expense tracker with Django, PostgreSQL, Chart.js, and Docker"
def hobbies(self):
return [
"Practicing judo since 2012 β brown belt",
"Traveling and exploring new cultures",
"Japanese culture and minimalist design",
"Video games and story-driven worlds",
]Languages
Backend
Databases
Frontend
Tools & Practices
Full-stack Django web application covering user registration, authentication, menu browsing, order management, and table reservations. Designed normalized relational database models for users, orders, reservations, and messages. Built dedicated custom pages for full CRUD operations on menu management without relying on Django's built-in admin panel. Integrated a responsive frontend using HTML5, CSS3, and JavaScript.
Stack: Python, Django, SQLite, HTML5, CSS3, JavaScript
Expense tracker web application with multi-currency support, bank statement parsing (CSV, XLSX, PDF), automatic transaction categorization, and interactive charts. Built with Django, PostgreSQL, Chart.js, and Docker.



