Ideas for Beginner Python Projects? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Ideas for Beginner Python Projects?

I am a beginner and started learning Python. I spent a lot of time on sololearn lessons and I know the very basics. I just learned some list functions, so I don't know how loops or functions work yet. But I do know some things about strings and variables and lists. I'm afraid of forgetting all this knowledge, so I wanted to code something(s). However, I am clueless of what would be simple enough for me to code with the amount I know. Do you have any ideas? Please leave as many as possible! Thanks!

8th Jul 2018, 3:44 AM
Christine
Christine - avatar
2 Answers
+ 3
I will suggest you to install python on ur device and practice from python console. when you practice from console u don't have to save the code also writing whole code is not necessary just write what is needed to run it and press enter easy as that. Try to learn more about loops iterable, data structures in python. slicing of lists methods they have with them. It always happens that after reading once about some stuff in python u feel like u know everything but when it comes to application of what u just learned u get stuck somewhere. so its better to practice more. try to solve quests on sololearner or imagine an problem and solve it with what u learned.
8th Jul 2018, 4:33 AM
Yugabdh
Yugabdh - avatar
+ 1
There are some projects. https://projecteuler.net/archives;page=2
8th Jul 2018, 10:16 AM
Maninder $ingh
Maninder $ingh - avatar