+ 1

What would be some cool python projects to work on and to increase the knowledge of python and its frameworks?

16th Nov 2017, 3:56 PM
Jeevan Neupane
Jeevan Neupane - avatar
3 odpowiedzi
+ 6
Depends on what you want to achieve, but building a webcrawler is both cool and educative -- learn how the spider goes about it. Or a GUI-based game of some kind -- learn to react to user input.
16th Nov 2017, 4:47 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 1
What do you mean by network?
16th Nov 2017, 4:36 PM
Jeevan Neupane
Jeevan Neupane - avatar
+ 1
Python has an abundance of frameworks for various tasks on various levels of system. It all depends on your interests. For eg. Flask and Django are good frameworks for web application, cement and gooey for CLI applications etc.
16th Nov 2017, 5:40 PM
Utkarsh Dhawan