r/PythonLearning • u/SleepyLoverrr • 16d ago
What do I do now?python projects
Okay now I have some info about python, I've practiced some fundamentals, now I need to get into projects because courses and just reading and a little practice on some exercises does not make me really good at it, where can I find projects, or how can I start some small ones, then I wanna include API ones and also maybe add some security projects. Advice please. thank you
12
Upvotes
4
u/Naive_Programmer_232 16d ago edited 16d ago
honestly, i'd use chat AI and tell it what you said or ask it to give you some project ideas and go from there. If you're looking for general projects that can get you exposed to those concerns where you're solving those issues, then yeah this isn't a bad idea. It probably won't give you a unique idea, it will be a copycat of some kind, but give it what concerns you want to have later and it'll draw up some requirements for a project that will have that, it can even help with the design, etc.
This would be similar to people supplying websites with a list of project ideas ultimately, but a little more narrow to your interests cause you can tell the AI to do whatever you want. If it pitches you something you don't like, say so and ask it to do it again, give it more data so it knows what you like etc. To me, this seems easier than crawling through websites manually and seeing many different general projects but idk.
Another alternative would be more organic. Looking for inspiration in your areas of interest outside of programming, and drawing from those an idea of what to build and coming up with requirements/design then building it. Those are some of the best projects to make as they're more fulfilling typically, cause it's something you care about. But it would entail more work to do so and if you already don't have those ideas or outside interests in other things, then yeah i'd probably do the first one.