|
First
|
Prev |
Next
|
Last
Pages: 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281
How to bypass Windows 'cooking' the I/O? (One more time, please)II Dennis Lee Bieber wrote: On Mon, 07 Jul 2008 01:03:10 -0700, norseman <norseman(a)hughes.net> declaimed the following in comp.lang.python: Normal file I/O sequence: fp = open(target, 'wb') fp.seek(-1, 2) fp.write(record) Except it doesn... 7 Jul 2008 17:39
sage vs enthought for sci computing Hello, I have recently become interested in using python for scientific computing, and came across both sage and enthought. I am curious if anyone can tell me what the differences are between the two, since there seems to be a lot of overlap (from what I have seen). If my goal is to replace matlab (we do signal pr... 9 Jul 2008 22:58
Memory error while saving dictionary using pickle I am trying to save a dictionary of size 65000X50 to a local file and I get the memory error problem. How do I go about resolving this? Is there way to partition the pickle object and combine later if this is a problem due to limited resources (memory) on the machine (it is 32 bit machine Win XP, with 4GB RAM). ... 7 Jul 2008 16:37
Trouble with Tkinter text margins I am writing a program in which there is a textbox and in it the program auto inputs a series of words, and definitions for each word. I want to make it formatted nicely to where the word is indented, and the definitions indented even more. I don't even know how to make the margins work. I have read all the docum... 7 Jul 2008 16:37
Memory error while saving dictionary of size 65000X50 using pickle I am trying to save a dictionary of size 65000X50 to a local file and I get the memory error problem. How do I go about resolving this? Is there way to partition the pickle object and combine later if this is a problem due to limited resources (memory) on the machine (it is 32 bit machine Win XP, with 4GB RAM). ... 7 Jul 2008 20:44
Very weird bug! i know, idid try it again and it works as expected. but how the h*** did it not work that one time? ... 8 Jul 2008 04:53
do a sed / awk filter with python tools (at least as fast) Hi, I use in a bourne shell script the following filter: sed '/watch?v=/! d;s/.*v=//;s/\(.\{11\}\).*/\1/' \ | sort | uniq | awk 'ORS=" "{print $1}' that give me all sets of 11 characters that follows the "watch?v=" motif. I would like to do it in python on stdout from a subprocess.Popen instance, using pyth... 7 Jul 2008 17:39
how to recognize IE window already opened using win32com extension How do I use the win32com API to manipulate IE windows ALREADY open? ie = Dispatch("InternetExplorer.Application") opens a new window. But I'd like to be able to find, of windows already open, a specific window (with a specified property, matching url, etc.) ... 7 Jul 2008 12:29
win32com extension documentation/API Hi. Where can i find the API for this extension? Sourceforge only has downloads. Python has stopped supporting the upkeep of the versions. Thanks. ... 7 Jul 2008 12:29
网上玩德州扑克年赚八万美金 ÍøÉÏÍæµÂÖÝÆË¿ËÄê׬°ËÍòÃÀ½ð ÄãÊÇ·ñΪ×Ô¼ºµÄǰ;¸Ðµ½Ãì㣿 ÄãÊÇ·ñÏëÔÚÒµÓàʱ¼ä¼´ÏíÊÜÉú»îÓÖ¿ÉÒÔ׬ЩÍâ¿é£¿ Æäʵ»ú»áÎÞ´¦²»ÔÚ£¬¹Ø¼üÔÚÓÚÄãÊÇ·ñÇÚÓÚȥ̽Ë÷È¥·¢ÏÖ Èç¹ûÄãϲ»¶ÆË¿ËµÄ»° Èç¹ûÄãÏëÇáËÉ׬ǮµÄ»° Èç¹ûÄã¾õµÃÄã±È±ðÈË´ÏÃ÷µÄ»° ÄÇôÓÐÒ»ÖÖÖ°Òµ»òÐíºÜÊʺÏÄã ÄǾÍÊÇÍæµÂÖÝÆË¿Ë׬Íâ¹úÈ˵ÄÇ®£¨µÂÖÝÆË¿ËÀàËÆÓÚÖйúµÄËó¹þ£¬¼òµ¥Ò×ѧ£¬£©... 7 Jul 2008 11:27 |