First  |  Prev |  Next  |  Last
Pages: 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
IDLE won't start on Mac OSX
On Thu, Jul 15, 2010 at 9:49 PM, Dylan Gleason <crazy808s(a)yahoo.com> wrote: Hello, My name is Dylan. I am new to this list and am just getting started with Python and programming in general (although I have some experience with general UNIX wankery). I am trying to fire up Python ver. 2.7 with IDLE (I am... 16 Jul 2010 02:19
Newbie: Python 3 and MySQL???
I am brand new Python and need to connect to a MySQL DB. The books I have been using are all Python 3 so I'd like to stick with what I know. Does anyone know if there is a library out there for connecting to MySQL with Python 3? If not, does anyone have any info on when MySQLdb may be ported? Thanks!!! ... 16 Jul 2010 01:15
Toronto PyCamp 2010
The University of Toronto Department of Physics brings PyCamp to Toronto on Monday, August 30 through Friday, September 3, 2010. Register today at http://trizpug.org/boot-camp/torpy10/ For beginners, this ultra-low-cost Python Boot Camp makes you productive so you can get your work done quickly. PyCamp emphas... 15 Jul 2010 20:54
__getattribute__ hook and len() problem
Hi! I have this class that overrides the __getattribute__ method, so that it returns the attributes of str(self) instead of the attributes of self. class Part(object): def __init__(self): self.content = [] def __str__(self): return str.join('\n', self.content) def __getattribute... 15 Jul 2010 22:00
Fairy scenes
Fairy scenes The sections that cried and asked YouTube viewers translation: http://www.youtube.com/v/IFq9cjtrWlQ&rel=0 http://www.youtube.com/v/y2BN73Q-AJw&rel=0 http://www.youtube.com/v/nNFMvznJ-4c&rel=0 http://www.youtube.com/v/qVB9HNQ-w2I&rel=0 http://www.youtube.com/v/RWfR9z91j8I&rel=0 http... 15 Jul 2010 19:49
[ANNC] pynguin-0.9 (python turtle graphics application)
Pynguin is a python-based turtle graphics application. ��� It combines an editor, interactive interpreter, and ��� graphics display area. It is meant to be an easy environment for introducing ��� some programming concepts to beginning programmers. http://pynguin.googlecode.com/ This release has focuse... 15 Jul 2010 19:49
File transfer on network
Hello all Currently i am trying to develop a client and server in python. Client takes screenshot in every 20 seconds and send it to server. Server store the received file in folder. Here is code for Client import sys import socket import gtk.gdk import time if __name__ == "__main__": s=socket.socket(socket... 17 Jul 2010 19:33
About problems that I have with learning wxPython in Macintosh
Hi, I'm newbie to wxPython and need it to develop my little app. But from start I have problems with tutorials. Because all of them are compatible with Windows but not so much with Mac. For example in this code: import wx class MainWindow(wx.Frame) : def __init__(self, parent, title) : wx.Frame.__init... 16 Jul 2010 19:51
Possible to include \n chars in doctest code samples or output?
On 07/15/2010 11:14 PM, python(a)bdurham.com wrote: I'm working with some Python 2.6 code that is using the doctest module for unittests. I tried adding tests whose code and results required newlines (\n). Apparently newlines in string constants breaks the doctest code. Any workarounds other than... 29 Jul 2010 20:42
How to Learn Lambda Calculus: A Guide
On Jul 16, 6:40 am, Nonpython <hwp...(a)gmail.com> wrote: 1: Try to learn lambda calculus 2: Fail to learn lambda calculus 3: Sit in corner rocking 4: Consider suicide. You forgot: 5: (quietly) drooling But then that might be part of the advanced course? I really can't remember, my PHD in 'lambda ca... 15 Jul 2010 17:37
First  |  Prev |  Next  |  Last
Pages: 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51