PDA

View Full Version : Programming Python


soc
11-15-2006, 06:11 AM
Hey everyone, I'm new here to ONRPG. I wanted to ask a couple questions to fellow Programmers. It is about PYTHON. I'm currently using PYTHON 2.5, with the GUI shell, etc. I have a couple questions though O_o

Can Python actually create COMMAND buttons, or user interactive interfaces? like VB and others?
If so, does anyone have a link to a more object oriented tutorial?
Any examples of things made with PYTHON?

Thanks in advance

-SOC

AlexS
11-15-2006, 01:10 PM
You can use wxPython (http://www.wxpython.org/) which integrates wxWidgets (cross-platform GUI library) to Python.

Blender (http://www.blender.org/) (a popular free 3d artist tool) was built on python.

soc
11-15-2006, 06:24 PM
You can use wxPython (http://www.wxpython.org/) which integrates wxWidgets (cross-platform GUI library) to Python.

Blender (http://www.blender.org/) (a popular free 3d artist tool) was built on python.

That is awesome. I didnt know that. Thanks Im going to try that WXPYTHON out.

-SOC

Cj Shadows
11-16-2006, 12:24 AM
Arnt these type of scripting launguages used for (in games) UI, and enemy interface,ect?

soc
11-16-2006, 01:31 AM
Arnt these type of scripting launguages used for (in games) UI, and enemy interface,ect?

Well it depends, I personally know PYTHON is both. You can use Python as a scripting language in certain things. I have a 3D game engine called PANDA3D (the people from disney used it to make TOONTOWN:eye: ), Well Python is the language used to script the game, but other things like BLENDER a 3d gfx program, was made with PYTHON. It just depends on what your using it for.
Anyone please feel free to correct me if I'm wrong.

-SOC