First  |  Prev |  Next  |  Last
Pages: 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
unittest not being run
hi, can some one explain why the __first__ test is not being run? #!/usr/bin/env python import unittest # {{{ class T1TestCase(unittest.TestCase): def setUp(self): pass # can we use global variables here? def tearDown(self): pass # garbage collection def test_T1(self): ... 10 May 2010 19:52
Is Python a functional programming language?
Dear Friends, Is Python a functional programming language? Is this a paradigm that is well supported by both the language syntax and the general programming APIs? I heard that lambdas were limited to a single expression, and that other functional features were slated for removal in Python 3... is this the case... 16 May 2010 01:40
Picking a license (an atempt to give real advice)
On May 9, 8:58 am, Ed Keith <e_...(a)yahoo.com> wrote: Stepping back from the political/philosophical/religious arguments, I'd like to give some real advice based on my own perspective. How you license your software should be based on how you want it to be used. If you are releasing an end user application... 9 May 2010 16:30
Where can I buy Soma without a prescription. Purchasing Soma quick delivery no prescription. Buy Soma w/out insurance. Non generic Soma no prescription. Buy Soma online prescription.
I have some generic somas that I'd like to part with. I'm charging only $1.00 per pill plus S&H. Please let me know if you are interested. ShatteredSoldier(a)hushmail.com ... 9 May 2010 15:24
Getting a Python program to run of off a flash drive?
On Apr 1, 4:22 am, timo verbeek <timoverbee...(a)gmail.com> wrote: On Apr 1, 12:48 am, Abethebabe <abrahamalra...(a)gmail.com> wrote: I wanted to know if there was a way I could get a Python program to run off of my flash drive as soon as the computer (Windows) detected the device? For example ... 9 May 2010 11:02
virtualenvwrapper for Windows (Powershell)
Hi, If you've ever missed it on Windows and you can use Powershell, you might want to take a look at this port of virtualenvwrapper: http://bitbucket.org/guillermooo/virtualenvwrapper/wiki/Home It's a work in progress, but is should be fairly functional already. It requires Powershell v2. Regards, Guil... 12 May 2010 04:47
The python theme T-shirt is cool ?
To see the picture http://wooogooo.pixa.us/images/18838653/1 http://wooogooo.pixa.us/images/18838652/2 Welcome to discus . lol ... 9 May 2010 08:53
can we change the variables with function
On Sun, May 9, 2010 at 1:33 AM, gopi krishna <dasarathulagopi(a)gmail.com> wrote: My Question is can we access the variables defined in a function ? class A:     def b(self):         x=40     z=40 q=A() q.z 40 q.z=60 q.z 60 We can access the variables de... 9 May 2010 05:41
win32com
On Sun, May 9, 2010 at 1:15 AM, mohamed issolah <isso.moh(a)gmail.com> wrote: hey, there is an alternative of win32com in linux? what i want to say : can communicate with application (ex: evolution or another) throught python like in windows with win32com The closest equivalent would probably be pyth... 9 May 2010 05:41
zlib.decompress fails, zlib.decompressobj succeeds - bug or feature?
Hi, I sorry if this is a bad place to ask, but I wanted to find out if the behavior I'm seeing is a bug. I maintain scipy's matlab file readers, and I came across a zlib compressed string that causes a zlib error on decompression, but only with zlib.decompress, not zlib.decompressobj. I saved the original c... 9 May 2010 17:36
First  |  Prev |  Next  |  Last
Pages: 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132