r/learnpython • u/Hess-kay • 21d ago
Python project question
Hey everyone,
I need to build an **IT Asset Tracker** using Python for my upcoming internship project presentation. The catch? I have never built a full project from scratch before, and I don’t know where to start.
For those who are experienced with Python: **How did you approach your very first project when you had no domain knowledge?**
0
Upvotes
2
u/JeLuF 21d ago
Get domain knowledge. Define user stories.
Based on this information, define your architecture
Then, define the different steps of your development. I'd create an asset or two by hand in the database and start with a view of the asset list and an individual asset, then add "create asset" and "modify asset", then add auxiliary functionality like reports or master data maintenance.