+ 1
What kind of app or program can be built via python? {Give some examples}
5 Respuestas
+ 2
Games are relatively easy to make. There's two good engines, Panda3D and PyGame, both of which have excellent documentation.
+ 1
Anything is possible to do with Python, other than system programming (operating systems, device drivers). ;)
0
You can build anything. There are a lot of python package to import and build your softwares. And fundamentals build blocks like string handler, data structures, regex, database, TCP/IP, math funcions, whatever you want to use are avaliable to just use.
0
even games?
0
You could make a program where the program draws art possibly