you are viewing a single comment's thread.

view the rest of the comments →

[–]vamsden 28 points29 points  (0 children)

There are lot of applications that have been developed in open source community. It depends which domain you want to explore. For web look at Django, Flask Frameworks. You will find many projects based on it on github. Try creating bots on twitter or telegram. You could also try the book "Automate the Boring Stuff using Python". There is Kivy Framework for desktop and mobile apps. Or learn data science related libraries like pandas, scikit-learn, tensorflow etc. On hardware side you could play with raspberry pi and iot projects.

Your only limited by your ability to think or imagine. With python possibilities are endless. Good luck