Re: Not able to store data to dictionary because of memory limitation

2011-07-31 Thread Rama Rao Polneni
by having integers instead of strings. I am trying differnt approach too, to get ids from database instead of gettign direct values. values will be retrived by using unique ids of different tables. I hope, I will be able to improve perforamnce with this approach. Regards, Rama On 7/6/11, Ulrich

Re: Not able to store data to dictionary because of memory limitation

2011-07-06 Thread Rama Rao Polneni
nfo/python-list On 7/6/11, Chris Angelico wrote: > On Wed, Jul 6, 2011 at 5:49 PM, Rama Rao Polneni wrote: >> Hi All, >> >> I am facing a problem when I am storing cursor fetched(Oracle 10G) >> data in

Not able to store data to dictionary because of memory limitation

2011-07-06 Thread Rama Rao Polneni
Like splitting the dictionaries or writing the data to hard disk instead of writing to memory. How efficiently we can use memory when we are going for dictionaries. Thanks in advacne, Rama -- http://mail.python.org/mailman/listinfo/python-list

Why born like human? Read Ramayana & Follow Rama.

2010-02-25 Thread Sree Rama
Why born like human? Read Ramayana & Follow Rama. Once in a life you should read this great story, read this story in simple language at http://ramayanastory-rama.blogspot.com/2010/02/sri-rama-prince-of-ayodhya.html -- http://mail.python.org/mailman/listinfo/python-list

how to get the summarized text from a given URL?

2009-03-24 Thread Rama Vadakattu
Is there any python library to solve the below problem? FOr the below URL : -- http://tinyurl.com/dzcwbg Summarized text is : --- By Roy Mark With sales plummeting and its smart phones failing to woo new customers, Sony Ericsson follows its warning

UnicodeEncode Error ?

2009-03-11 Thread Rama Vadakattu
ror -- Traceback (most recent call last): File "fetchcron.py", line 11, in cmanager.triggerfetchFeed() File "/home/rama/djangoprojects/socialreader/views.py", line

Re: newbe who is also senior having a senior moment

2006-09-06 Thread Rama
birthday in game (I know pathetic)Try installing the python for win32 extensions - http://starship.python.net/crew/mhammond/win32/ thanks,Rama -- http://mail.python.org/mailman/listinfo/python-list

Re: Getting Process Name on Win32

2006-09-06 Thread Rama
On 06/09/06, Tim Golden <[EMAIL PROTECTED]> wrote: [Rama]|  I want to list the names of all the processes running on| my machine. I am stuck at this point and do not know how to| extract the name of a process.WMI is good for this kind of thing: http://tgolden.sc.sabren.com/

Getting Process Name on Win32

2006-09-06 Thread Rama
please guide me on this? thanks,Rama -- http://mail.python.org/mailman/listinfo/python-list

Re: Datetime question

2006-08-03 Thread Rama
Ah, true. Sorry. I got thrown by the ouput after the line got executed and assumed it was the value of a.   thanks, Rama   On 03/08/06, Simon Brunning <[EMAIL PROTECTED]> wrote: On 8/3/06, Rama <[EMAIL PROTECTED]> wrote: > Just curious why when> I call id(a) I get the same i

Re: Datetime question

2006-08-03 Thread Rama
delta(days=-2, hours=-4)>>>>>> >>> id(a)21838592>>> id(b) 21836312>>> a.replace(day=a.day + 1)datetime.datetime(2006, 8, 13, 10, 13, 56, 609000)>>> id(a)21838592>>>   thanks, Rama  -- http://mail.python.org/mailman/listinfo/python-list

Re: Datetime question

2006-08-03 Thread Rama
21838592>>> id(b) 21836312>>> a.replace(day=a.day + 1)datetime.datetime(2006, 8, 13, 10, 13, 56, 609000)>>> id(a)21838592>>>     thanks, Rama       -- http://mail.python.org/mailman/listinfo/python-list

Re: Datetime question

2006-08-03 Thread Rama
7;hour', 'isocalendar', 'isoformat', 'isowe ekday', 'max', 'microsecond', 'min', 'minute', 'month', 'now', 'replace', 'resolution', 'second', 'strftime', 'time

Re: Datetime objects

2006-08-02 Thread Rama
'__radd__', '__rdiv__', '__reduce__', '__reduce_ex__', '__repr__', '__rfloordiv__', '__rmul__', '__rsub__', '__setattr__', '__str__', '__sub__', 'days', 'max', 'microseconds