Python
Python is a general-purpose, very high-level programming language. Its design philosophy emphasizes programmer productivity and code readability.
Application
Multimedia
Remove
Platform
Any
License
Any
I am a huge noob at programming and I don't even know where to begin on this one. I need to create a simple Point of Sale (POS) system for a fast food restaraunt. The GUI should include the following...
Hi, i am currently developing a standalone aplication in python, i am very new in this language so i don't know much of it... I need your help, i need to know a way to communicate python and AS3 so i...
I'm somewhat of a newb to Python and I don't know how to make 2D lists. Could anyone help me?
When you install Python the DOS style window your looking for should be directly in there as python.exe.
actually came up with this:
class CustomButton(Button):
def changeColors(self,label,bg,outline):
self.label.setFill(label)
self.rect.setFill(bg)
self.rect.setOutline(outline)
and...
Okay, this computer is just crazy. it's official.
My version of Python is officially considered messed up.
It keeps saying I have a syntax error, but it won't tell me what it is!!!
A window saying...
well basically i have to draw a stick figure for which is my first question... i cant figure out how to draw a horizontal line and also a line at a angle for the legs... here is the code for the...
I was registered at your forum. I have printed the test message. Do not delete, please.
gratuit pour mobile sonnerie portable mp3 - Sonnerie portable MP3 est en effet un pouvoir de...
It may be working.
In the Wing IDE either press F5 or, in the debug menu choose start/continue.
Your 'Hello World' Should appear in the Debug I/O window beneath your code view. This window by...
: hi friends can you help me to start with python GUI based
: programming ...if found plz give me some tips
I would recommend you visit the wxPython site. Install wxPython and look around at...
hi friends can you help me to start with python GUI based programming ...if found plz give me some tips
import wx
class TextEditor(wx.Frame):
def __init__(self, parent, id, title):
wx.Frame.__init__(self, parent, id, title, size=(350, 600))
# self/Text editor is now a Window...
You are required to write a Python program which will solve system of linear equations with 3 unknowns
(to be entered by the user).
Your program should display a menu which will allow the user to...
Hi there,
I have been doing a bit of programming in C# and PHP, as well as some Python and a wee bit of C++ in visual studio express. It's kind of nice and it does the trick, except that...