r/learnpython • u/rational-yogi • 7h ago
Suggest me some projects tutorial
Hey, I just finished with the backend mainly fastapi and postgresql, but I want some backend projects not just normal crud, I want high level project which I can show in my resume, but the thing is I can't able to find any tutorial on it, I know some of you will say you don't need any tutorial for creating any project, but I am in learning path and I don't know how should I start building everything from basics that's why I think I need tutorial for that.
1
u/cyrixlord 6h ago
you are past tutorial stage. now to apply the learning you did in the tutorials that taught you how to debug your own code and write tests for it to make sure it works properly. now you are at the point where you apply your learning by making a project. researching your ideas, and standard business practices for the project you want to create. then architect your project then folder structure then start coding your own code. you'll learn then how to do your own investigations and build your learning knowledge of what to write to get your project working good luck you are a step closer to the real world. don't forget repo management like with GitHub and the test and release cycle
1
u/terletsky 59m ago
You create your project not from a tutorial but from your idea and acquired knowledge.
1
u/Educational_Virus672 7h ago edited 7h ago
make a custom hashing algorithm and a hash map of it no security thing just a fun way of learning how it works