Forum: Python Sep 28th, 2007 |
| Replies: 7 Views: 1,444 You need to close your tag with [/code] not [/python]
import wx
def create(parent):
return Frame1(parent)
[wxID_FRAME1, wxID_FRAME1BITMAPBUTTON1, wxID_FRAME1BITMAPBUTTON2,... |
Forum: Python Sep 20th, 2007 |
| Replies: 4 Views: 4,768 Try looking in the code snippet section of Daniweb to get an idea. There is one in there. |
Forum: Python Sep 5th, 2007 |
| Replies: 3 Views: 2,356 this will only work in the year of 2007 and you will have to very slightly modify it for the new year. |
Forum: Python Aug 9th, 2007 |
| Replies: 1 Views: 1,854 This one works pretty fast, even for large numbers. Like it says, aproxomite end number, and that is because it will generally go one fibonacci number above what you specify. |
Forum: Python Aug 3rd, 2007 |
| Replies: 3 Views: 2,356 All this snippet does is asks you for some information and then uses it and some math to guess your age. Pretty simple but I have to start somewhere. |