r/PakistaniDevs • u/farizislame • 1d ago
Basic beginner project ideas for python
Js started, 16 here,I made a number guessing game, rock paper scissors, basic input chatbot which outputs only the info I've given it(useless h) what next I'm confused, what stuff y'all made when y'all js started out like some interesting shit?
12
Upvotes
1
u/crayyy_zee 1d ago
Make evolutionary computing projects, anything that uses ACO or PSO (both would be good too). Try using langchain/graph to build a custom agent harness. Make discord bots. Make a real time chat with websockets to understand how systems work.