+ 2

What are the first few projects a beginner in Python can do?

28th May 2017, 4:31 AM
Paul Njoroge Ngige
Paul Njoroge Ngige - avatar
3 Respostas
+ 6
It gets pretty boring without importing interesting modules. But here are some ideas on plain Python or with modules able to be imported in Sololearn: 1. Calculating one of the math constants - pi, fi, e, etc. 2. Finding qualities in numbers: prime, perfect, Ramanujan, etc. 3. File handling - read, write, append, store. Add up dictionaries and make a primitive database manager. 4. Try some regex tricks and see how powerful a tool this is :) 5. Play around with modules that cover data exchange formats - CSV, XML, JSON - although that's actually possible outside Sololearn. 6. Try out your own ideas and... publish them here for fame and glory :)
28th May 2017, 8:04 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 2
a password generator.
28th May 2017, 4:39 AM
CHMD
CHMD - avatar
0
I prefer some text game. Sungeon for men, maybe some doll adventure for woman. The reason is because you can try almost all techniques you know and are able to add some when you learn them. This game can result in Your firsr complex project instead of sequence of small ones.
28th May 2017, 5:20 AM
zdena