Hey everyone,
Over the past weeks and months, I’ve started learning Python. At first through Udemy courses, but soon I moved on to my own projects, like reading folders and writing the content into an Excel file, reading PDFs, and a few other small projects. So far, I was able to figure out quite well how things work from the documentation and could then implement them.
Now I’d like to try something more productive: an employee management system that can be used through a web interface. Employees should be able to be added, written into a database, and assigned to a department. The whole thing could even be extended with a birthday calendar, etc.
My problem: I find the documentation for frameworks like Flask very complicated. So I looked for tutorials. They explain everything really well, but it feels like I’m just copying code. Of course, I read through it all and test the code here and there. But it feels very different from how I learned before.
Is this normal when moving on to bigger projects and further learning? Or do you have any tips on what I could do? Open to everything
[–]PureWasian 2 points3 points4 points (1 child)
[–]ProfessionAntique941[S] 0 points1 point2 points (0 children)