Python Projects Recommendations | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python Projects Recommendations

I've been learning some Python knowledge and always have the confidence about my fundamentals. But after all, I'm not able to make sone projects that the codes are from what I've learnt, even lower level. You guys have any recommendations about the correct project I should work in when I am Beginner/Intermediate to quickly improve myself, apply my knowledge and also what do we need to prepare other than just fundamentals or lectures?

14th Jul 2023, 4:08 PM
Anh Khoa Nguyen
Anh Khoa Nguyen - avatar
4 Answers
+ 5
Have you tried the Code Coach problems in the community section of the mobile app?
14th Jul 2023, 4:30 PM
Tibor Santa
Tibor Santa - avatar
+ 2
A stock exchange forecast!
14th Jul 2023, 6:49 PM
Jan Markus
+ 1
Create a simple text base adventure game where you can have difference choice (if then else). Expand the adventure game where you can collect and use items along the way (dict). Expand the game more with a limited number of chance (while loop). Make a random number generator with random module, and try to use different method to archive the same result (import, for loops, while loop, list).
15th Jul 2023, 1:43 AM
Wong Hei Ming
Wong Hei Ming - avatar