First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
inflect.py: generate plurals, ordinals, numbers towords...
On Fri, 16 Jul 2010 17:26:05 +0200 Daniel Fetchinson <fetchinson(a)googlemail.com> wrote: I'm pleased to announce the release of inflect.py v0.1.8, a module that correctly generates: * the plural of singular nouns and verbs * the singular of plural nouns * ordinals * in... 16 Jul 2010 13:13
Python 3 and setuptools
I am trying to install a library that requires setuptools. Unfortunately, setuptools isn't available for Python 3 yet. Is this correct? Any idea when it may be available OR if there is a different tool/method of getting setuptools installed for Python 3? Thanks!!! ... 16 Jul 2010 13:13
create dynamic instance
class Test: def __init__(self): self.value=0 def change(self, val): self.value=val if __name__=='__main__': for x in range(10): x=Test() """ the question is how do i call x.value outside of that for loop? something like print x.value ? """ thanks for any help. ... 18 Jul 2010 08:23
MySQL One More Again
Victor Subervi wrote: Hi; I have the following code: cursor.execute('select MyTable from optionsDetails where Store=%s', (store,)) options_tables = [item[0] for item in cursor] for table in options_tables: cursor.execute('select * from %' % table) Should be: 'sel... 16 Jul 2010 13:13
Nested loop not working
I am overlooking something stupid. I have two files: one with keywords and another with data (one record per line). I want to determine for each keyword which lines in the second file contains that keyword. The following code is not working. It loops through the second file but only uses the first keyword i... 16 Jul 2010 17:39
Fascinating interview by Richard Stallman at KTH on emacs history and internals
On 16 July, 09:24, Mark Tarver <dr.mtar...(a)ukonline.co.uk> wrote: On 15 July, 23:21, bolega <gnuist...(a)gmail.com> wrote: http://www.gnu.org/philosophy/stallman-kth.html RMS lecture at KTH (Sweden), 30 October 1986 did you really have to post all of this... <snip> read more »... ....oh ... 19 Jul 2010 14:39
improvement for copy.deepcopy : no memo for immutable types
I am having problems with running copy.deepcopy on very large data structures containing lots of numeric data: 1. copy.deepcopy can be very slow 2. copy.deepcopy can cause memory errors even when I have plenty of memory I think the problem is that the current implementation keeps a memo for everything it ... 16 Jul 2010 13:13
instructor solution manual for Fundamentals of Fluid Mechanics, 4E (Bruce R. Munson, Donald F. Young, Theodore H.)
I have solutions manuals to all problems and exercises in these textbooks. To get one in an electronic format contact me at: kalvinmanual(at)gmail(dot)com and let me know its title, author and edition. Please this service is NOT free. solutions manual to A Course in Game Theory by Osborne, Rubinstein solutions... 16 Jul 2010 07:42
Microsoft Hatred, Richard Matthew Stallman, Bill Gates, Larry Ellison, ORACLE
On Jul 16, 12:15 am, nanothermite911fbibustards <nanothermite911fbibusta...(a)gmail.com> wrote: On Jul 11, 10:27 am, Xah Lee <xah...(a)gmail.com> wrote: you are a victum of the Microsoft hatred. A hatred spread by, Richard M Stallman, and much of the unix people (although we should remember that... 16 Jul 2010 04:28
Rapidly navigating buffers using search
On Jul 11, 10:27 am, Xah Lee <xah...(a)gmail.com> wrote: you are a victum of the Microsoft hatred. A hatred spread by, Richard M Stallman, and much of the unix people (although we should remember that Richard Stallman hated unix, if not more thanMicrosoft, and thehatredof unix was a major reason he started... 16 Jul 2010 03:23
First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50