Hello friends i want to create games and apps in python? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
+ 2

Hello friends i want to create games and apps in python?

I covered these topic in Python 1.basic 2.data type 3.function,Decorators, anonymous function 4.modules -> regular expression multi threading 5.oops-> basic, inheritance Next what i need to learn are any topic i leave to learn to create games and apps help me Friends

22nd Dec 2018, 2:00 AM
Programmer Raja
Programmer Raja - avatar
4 Respostas
+ 2
There are two major parts of any game/app viz the front-end and the backend. Front-end is what user interacts with and how your app/game looks and feels like and back-end will decide how or what to perform based on user interactions in the front-end. Although you may need to cover some more topics just for backend depending upon the requirements of the app/game but with above mentioned topics, you're quite good to go with the backend. Front-end needs a User Interface(UI) and there are many third-party modules in Python which lets you do that. Just try using some of them and select the one you feel comfortable coding with and at the same time it should generate a good UI. Tkinter is quite easier among all of them but generates a UI like windows 98, LOL.
22nd Dec 2018, 3:47 AM
Шащи Ранжан
Шащи Ранжан - avatar
+ 3
use pygame pip
22nd Dec 2018, 6:45 AM
Sarvesh Yadav
Sarvesh Yadav - avatar
22nd Dec 2018, 7:09 AM
Rishabh Singh
Rishabh Singh - avatar
+ 1
And if you've just finished OOP and are trying to jump for the app/game development, I'd recommend you to hold your thoughts for sometime and practice deeper into classes and objects things, inheritance and other such stuffs bcz you can't work on UI without them. Not the games but these days I'm working on creating a desktop app using Python and for the UI part, I'm using Kivy module.
22nd Dec 2018, 3:51 AM
Шащи Ранжан
Шащи Ранжан - avatar