+ 1
What would be some cool python projects to work on and to increase the knowledge of python and its frameworks?
4 Respuestas
+ 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.
+ 1
What do you mean by network?
+ 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.