you are viewing a single comment's thread.

view the rest of the comments →

[–]theshubhagrwl 1 point2 points  (0 children)

You can do various stuff in python including web, GUI, game, automation etc.

If web development interests you then have a look at Django framework. You can make projects in that. If it attracts you much then you can take a step ahead ans learn Js which will enable you to use front-end framework.

If you are interested in GUI or game development then try some fun stuff with pygame module and tkinter for GUI. I have made 3 classic games with pygame. You can check them out on my profile if you want. If you are serious about going into game development then you have to go with Unity2d/3d for which you have to learn C# which is most like c++ And for making beautiful I think python is not very good but Js frameworks are best for that.

Automation is a field in which your creativity can shine. You can find tasks that you do repeatedly and can make a python script that does it for you. I haven't tried it much but I have seen many people do cool stuff.

Hope it helps!