Search Discussions
-
60
py3k s***s
do i dare to open a thread about this? come on you braver men we are at least not bought by g***le but why? others have said it so many times i think :-//// but why? a few syntactic 'cleanups' for ...Sverker Nilsson
Apr 14, 2008 at 11:10 pm
Apr 18, 2008 at 6:49 pm -
Hy guys, A friend of mine i a proud PERL developer which always keeps making jokes on python's cost. Please give me any arguments to cut him down about his commnets like :"keep programing i python. ...
Azrael
Apr 22, 2008 at 10:25 am
May 21, 2008 at 11:20 am -
This morning almost half of c.l.p was spam. In order to try to not tar both the benign google group users and the malignant ones with the same brush, I've been trying to kill usenet spam with subject ...
Grant Edwards
Apr 16, 2008 at 2:19 pm
May 3, 2008 at 6:14 am -
I've always had an interest in Python and would like to dabble in it further. I've worked on a few very small command line programs but nothing of any complexity. I'd like to build a really simple ...
Chris Stewart
Apr 10, 2008 at 1:54 am
Apr 17, 2008 at 12:57 am -
44
Java or C++?
Hello, I was hoping to get some opinions on a subject. I've been programming Python for almost two years now. Recently I learned Perl, but frankly I'm not very comfortable with it. Now I want to move ...S0suk3
Apr 14, 2008 at 6:44 am
Apr 24, 2008 at 9:03 am -
Hello Guys... I just had one moment of exceptional clarity, during which realized how I could get the GIL out of my way... It's so simple, I cannot help wondering why nobody has thought of it before. ...
Sturlamolden
Apr 17, 2008 at 12:37 am
Apr 21, 2008 at 2:29 pm -
The built-in function round( ) will always "round up", that is 1.5 is rounded to 2.0 and 2.5 is rounded to 3.0. If I want to round to the nearest even, that is my_round(1.5) = 2 # As expected ...
Bdsatish
Apr 11, 2008 at 10:14 am
Apr 17, 2008 at 7:35 pm -
We are happy to announce the first release of Pry, a unit testing framework. Features ======== * Built-in coverage analysis, profiling, and quick-and-dirty benchmarking * Assertion-based tests - no ...
Aldo Cortesi
Apr 2, 2008 at 1:16 am
Apr 7, 2008 at 2:36 pm -
Hi: I am able (finally) to upload an image to the database. However, when I try to retrieve it, I get a string literal. Here is my code: #!/usr/local/bin/python import cgitb; cgitb.enable() import ...
Victor Subervi
Apr 8, 2008 at 3:24 pm
Apr 16, 2008 at 1:16 pm -
Why is the migration to py3k a concern? For example I have libraries which use string%dictionary substitution where the dictionary is actually an object which emulates a dictionary. The __getitem__ ...
Aaron Watters
Apr 18, 2008 at 3:58 pm
May 13, 2008 at 6:48 am -
I'm reading 3-byte numbers from a file and they are signed (+8 to -8million). This seems to work, but I'm not sure it's right. # Convert the 3-characters into a number. Value1, Value2, Value3 = ...
Bob Greschke
Apr 18, 2008 at 7:57 pm
Apr 22, 2008 at 1:03 pm -
I was shocked a while ago when a discovered that in Python you can't do a multiline assignment with comments between the lines. For example, let's say I want to assign a bunch of variables to an ...
S0suk3
Apr 17, 2008 at 2:59 pm
Apr 18, 2008 at 9:28 am -
Both codes below read the same huge(~35MB) text file. In the file 1000000 lines, the length of each line < 99 chars. Stable result: Python runs ~0.65s C : ~0.70s Any thoughts? import time ...
N00m
Apr 26, 2008 at 3:10 pm
May 23, 2008 at 7:20 am -
How can I compute with the integer values of characters in python? Like 'a' + 1 equals 'b' etc
SL
Apr 30, 2008 at 6:13 am
May 12, 2008 at 6:39 am -
Hi, Sorry to start off on a negative note in the list, but I feel that the Python subprocess module is sorely deficient because it lacks a mechanism to: 1. Create non-blocking pipes which can be read ...
Harishankar
Apr 22, 2008 at 10:52 am
Apr 23, 2008 at 2:38 pm -
I'm a high school computer teacher, and I'm starting a series of programming courses next year (disguised as "game development" classes to capture more interest). The first year will be a gentle ...
Sprad
Apr 1, 2008 at 5:27 pm
Apr 21, 2008 at 8:43 pm -
Hi, people! Greetings~ These days I have been running a text processing program, written by python, of cause. In order to evaluate the memory operation, I used the codes below: """ successfully !! ...
Hank @ITGroup
Apr 20, 2008 at 8:40 am
Apr 22, 2008 at 11:06 am -
For serveral years, I have been looking for a way to migrate away from desktop GUI/client-server programming onto the browser based network computing model of programming. Unfortunately, up until ...
John Henry
Apr 26, 2008 at 6:18 am
May 30, 2008 at 12:00 am -
In an application dealing with very large text files, I need to create dictionaries indexed by tuples of words (bi-, tri-, n-grams) or nested dictionaries. The number of different data structures in ...
Andreas Eisele
Apr 12, 2008 at 11:02 am
May 1, 2008 at 5:55 pm -
I've been poking around the world of object-relational mappers and it inspired me to coin a corellary to the the famous quote on regular expressions: "You have objects and a database: that's 2 ...
Aaron Watters
Apr 1, 2008 at 8:40 pm
Apr 4, 2008 at 10:03 am -
Hi, All. I'm just getting my feet wet on Python and, just for starters, I'm coding some elementary number theory algorithms (yes, I know that most of them are already implemented as modules, but this ...
Rogério Brito
Apr 25, 2008 at 12:31 am
Apr 28, 2008 at 9:09 pm -
How widely adopted is python 2.5? We are doing some development, and have a choice to make: a) Use all the 2.5 features we want. b) Maintain backwards compatability with 2.4. So I guess the question ...
Joseph Turian
Apr 18, 2008 at 6:08 pm
Apr 22, 2008 at 1:15 am -
I was considering putting together a proposal for an alternate block syntax for python, and I figured I'd post it here and see what the general reactions are. I did some searching, and while I found ...
Eric Wertman
Apr 20, 2008 at 3:35 pm
Apr 22, 2008 at 9:39 am -
Just few link on some movies... All just for you... Download CLICK FREE DOWNLOAD VIDEO PORN... L I C K T O W A T C H V I D E O P O R N D O W N L O A D F R E E . . . W E L C O M T O M O V I E S P O R ...
Uniontelecardsindia
Apr 22, 2008 at 9:14 pm
Apr 26, 2008 at 5:47 am -
okay, I'm having this one problem with a text adventure game. It's kind of hard to explain, but I'll do my best. [code] def prompt_kitchen(): global gold gold_taken = False while True: prompt_kit = ...
Corvettecraz92
Apr 9, 2008 at 1:01 am
Apr 16, 2008 at 3:26 pm -
Google have announced a new service called 'Google App Engine' which may be of interest to some of the people here (although if you want to sign up you'll have to join the queue behind me): ...
Duncan Booth
Apr 8, 2008 at 8:55 am
Apr 10, 2008 at 3:30 pm -
Hi, True Why? Is there a logical reason? Gregor
Gregor Horvath
Apr 25, 2008 at 6:27 pm
May 3, 2008 at 4:34 pm -
I wanted to ask for standard ways to receive data from a socket stream (with socket.socket.recv()). It's simple when you know the amount of data that you're going to receive, or when you'll receive ...
S0suk3
Apr 25, 2008 at 10:39 pm
Apr 29, 2008 at 9:30 am -
Please remove ability to multiple inheritance in Python 3000. Multiple inheritance is bad for design, rarely used and contains many problems for usual users. Every program can be designed only with ...
GD
Apr 22, 2008 at 11:07 am
Apr 28, 2008 at 5:10 pm -
I am using Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v. 1310 32 bit (Intel)] on win32 with IDLE 1.2.1 My O/S is Windows XP SP2 I use 512 MB RAM. I am encountering the following problems: ...
Subhabrata Iisc
Apr 8, 2008 at 8:24 am
Apr 10, 2008 at 5:52 pm -
Hello, I find that I learn easier when I go from specific examples to a more general explanation of function's utility and I made a reference guide that will eventually document all functions, ...
AK
Apr 2, 2008 at 1:15 am
Apr 7, 2008 at 9:46 am -
1st question: when i run this program 1 will be printed into the interpreter when i run it BUT without me clicking the actual button. when i then click the button "1", nothing happens. obv i dont ...
Skanemupp
Apr 5, 2008 at 1:06 am
Apr 5, 2008 at 7:24 pm -
Hello Everyone. I am relatively new to Zope(using it for a work project) and I was wondering if someone here could help me out or at least refer me to a decent documentationg for Zope/DTML/Python (at ...
Jens
Apr 29, 2008 at 11:56 am
May 1, 2008 at 4:52 pm -
Sadly. Thanks, Ken
Kenneth McDonald
Apr 22, 2008 at 6:36 pm
Apr 30, 2008 at 8:34 am -
if i want a function that can take any amount of arguments how do i do? lets say i want a function average that accepts any number of integers and returns the average.
Globalrev
Apr 24, 2008 at 3:43 am
Apr 28, 2008 at 1:26 pm -
I am a complete ignoramus and newbie when it comes to designing and coding networked clients (or servers for that matter). I have a copy of Goerzen (Foundations of Python Network Programming) and ...
Bullockbefriending bard
Apr 27, 2008 at 1:35 pm
Apr 27, 2008 at 9:38 pm -
Does Python 2.5.2's embedded SQLite support full text searching? Any recommendations on a source where one can find out which SQLite features are enabled/disabled in each release of Python? I'm ...
Python
Apr 21, 2008 at 4:10 pm
Apr 22, 2008 at 6:08 pm -
Hello Is this the intended behavior? Python 3.0a4+ (py3k, Apr 12 2008, 02:53:16) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. "b'abc'" ...
Gabriel Genellina
Apr 12, 2008 at 6:13 am
Apr 13, 2008 at 3:45 pm -
I have a need for a database program. I downloaded the db2 from ibm, and reviewed some of the documentation. My question is, what is the easiest program for me to try to learn. I will be creating a ...
Jetus
Apr 5, 2008 at 3:50 pm
Apr 9, 2008 at 5:01 pm -
On windows everything is '.pyd' but there seems to be two ways to get this on unix? Why and what is the rule?
Llothar
Apr 4, 2008 at 6:51 am
Apr 7, 2008 at 2:54 am -
Hi, I was wondering if you know how can I run a python code once every five minutes for a period of time either using python or some other program like a bash script. Thanks, Maryam An HTML ...
Maryam Saeedi
Apr 8, 2008 at 5:53 pm
May 9, 2008 at 12:12 am -
Hi I have a python code performing some computation for me.I have a html page which passes certain argumnets to a php page.This php page needs to pass on the value to the Python class and get the ...
Vijay
Apr 23, 2008 at 6:09 pm
Apr 26, 2008 at 6:44 pm -
i use dictionaries to hold some config data, such as: conf={'key1':'value1','key2':'value2'} and so on... when i try to process conf, i have to code every time like: if conf.has_key('key1'): if ...
Bvidinli
Apr 24, 2008 at 8:13 am
Apr 25, 2008 at 11:52 pm -
Hi, Wanted to check if there is any known, reliable, FOSS/Libre -- Obfurscator for Python 2.5 code. -- regards, Banibrata http://www.linkedin.com/in/bdutta An HTML attachment was scrubbed... URL: ...
Banibrata Dutta
Apr 20, 2008 at 4:55 am
Apr 21, 2008 at 10:15 pm -
hi, l=['5\n', '2\n', '7\n', '3\n', '6\n'] how to remove \n from the given list
Reetesh nigam
Apr 14, 2008 at 4:41 am
Apr 16, 2008 at 5:23 am -
which is the best way to check if a string is an number or a char? could the 2nd example be very expensive timewise if i have to check a lot of strings? this value = raw_input() try: value = ...
Skanemupp
Apr 5, 2008 at 10:19 pm
Apr 8, 2008 at 9:40 pm -
Of my Python and Perl tutorial at http://xahlee.org/perl-python/index.html the most popular page is ?Sorting in Python and Perl? http://xahlee.org/perl-python/sort_list.html For example, in last ...
Xahlee
Apr 30, 2008 at 2:48 am
Jun 2, 2008 at 2:23 pm -
I have read that Python extension modules must link to the same C run-time as the Python interpreter. This I can appreciate. But does this requirement extend to the C libraries an extension module ...
L. Lindstrom
Apr 30, 2008 at 6:06 pm
May 2, 2008 at 4:35 pm -
In computer based, two player, board games, how to make computer play? Are there any formal ways to _teach_ computer, to choose best possible move? I know this is kind of off-topic here. Please ...
V4vijayakumar
Apr 14, 2008 at 7:13 am
Apr 15, 2008 at 5:48 am
Group Overview
group | python-list |
categories | python |
discussions | 1,134 |
posts | 4,696 |
users | 971 |
website | python.org |
971 users for April 2008
Archives
- September 2015 (591)
- August 2015 (1,058)
- July 2015 (1,440)
- June 2015 (1,704)
- May 2015 (1,841)
- April 2015 (1,231)
- March 2015 (1,717)
- February 2015 (1,612)
- January 2015 (889)
- December 2014 (1,283)
- November 2014 (1,600)
- October 2014 (1,447)
- September 2014 (1,031)
- August 2014 (1,867)
- July 2014 (1,618)
- June 2014 (1,357)
- May 2014 (1,431)
- April 2014 (1,285)
- March 2014 (2,093)
- February 2014 (1,999)
- January 2014 (2,089)
- December 2013 (2,060)
- November 2013 (2,507)
- October 2013 (1,932)
- September 2013 (1,634)
- August 2013 (1,532)
- July 2013 (2,062)
- June 2013 (2,795)
- May 2013 (1,935)
- April 2013 (1,980)
- March 2013 (1,953)
- February 2013 (1,789)
- January 2013 (1,924)
- December 2012 (1,569)
- November 2012 (1,579)
- October 2012 (1,961)
- September 2012 (2,311)
- August 2012 (1,808)
- July 2012 (1,577)
- June 2012 (1,199)
- May 2012 (1,197)
- April 2012 (1,416)
- March 2012 (1,373)
- February 2012 (1,442)
- January 2012 (1,446)
- December 2011 (1,895)
- November 2011 (1,291)
- October 2011 (1,188)
- September 2011 (1,587)
- August 2011 (2,069)
- July 2011 (2,140)
- June 2011 (1,908)
- May 2011 (2,475)
- April 2011 (2,098)
- March 2011 (1,761)
- February 2011 (1,746)
- January 2011 (2,123)
- December 2010 (1,671)
- November 2010 (2,355)
- October 2010 (2,518)
- September 2010 (2,187)
- August 2010 (3,098)
- July 2010 (2,579)
- June 2010 (3,238)
- May 2010 (2,458)
- April 2010 (2,356)
- March 2010 (2,759)
- February 2010 (3,486)
- January 2010 (3,294)
- December 2009 (2,899)
- November 2009 (3,396)
- October 2009 (3,346)
- September 2009 (3,087)
- August 2009 (3,903)
- July 2009 (3,761)
- June 2009 (3,321)
- May 2009 (3,370)
- April 2009 (4,272)
- March 2009 (4,228)
- February 2009 (3,965)
- January 2009 (4,732)
- December 2008 (4,335)
- November 2008 (3,799)
- October 2008 (4,123)
- September 2008 (3,816)
- August 2008 (4,056)
- July 2008 (4,238)
- June 2008 (3,737)
- May 2008 (4,976)
- April 2008 (4,708)
- March 2008 (4,122)
- February 2008 (4,132)
- January 2008 (4,145)
- December 2007 (3,686)
- November 2007 (3,419)
- October 2007 (4,234)
- September 2007 (4,332)
- August 2007 (4,189)
- July 2007 (3,771)
- June 2007 (4,142)
- May 2007 (5,018)
- April 2007 (4,912)
- March 2007 (4,365)
- February 2007 (3,951)
- January 2007 (3,864)
- December 2006 (4,449)
- November 2006 (4,229)
- October 2006 (5,506)
- September 2006 (5,244)
- August 2006 (4,829)
- July 2006 (4,720)
- June 2006 (5,054)
- May 2006 (5,302)
- April 2006 (4,845)
- March 2006 (5,729)
- February 2006 (4,839)
- January 2006 (5,249)
- December 2005 (5,011)
- November 2005 (5,677)
- October 2005 (5,387)
- September 2005 (4,458)
- August 2005 (4,428)
- July 2005 (4,472)
- June 2005 (4,562)
- May 2005 (4,269)
- April 2005 (5,019)
- March 2005 (5,070)
- February 2005 (5,159)
- January 2005 (5,194)
- December 2004 (5,211)
- November 2004 (4,048)
- October 2004 (5,191)
- September 2004 (5,534)
- August 2004 (6,168)
- July 2004 (4,217)
- June 2004 (4,202)
- May 2004 (3,890)
- April 2004 (4,285)
- March 2004 (5,077)
- February 2004 (4,213)
- January 2004 (3,988)
- December 2003 (3,818)
- November 2003 (4,940)
- October 2003 (6,297)
- September 2003 (4,299)
- August 2003 (5,654)
- July 2003 (4,912)
- June 2003 (4,933)
- May 2003 (4,938)
- April 2003 (5,017)
- March 2003 (5,031)
- February 2003 (7,701)
- January 2003 (6,229)
- December 2002 (4,102)
- November 2002 (4,346)
- October 2002 (3,307)
- September 2002 (4,206)
- August 2002 (4,919)
- July 2002 (4,826)
- June 2002 (4,215)
- May 2002 (5,295)
- April 2002 (5,967)
- March 2002 (5,323)
- February 2002 (5,245)
- January 2002 (5,617)
- December 2001 (4,443)
- November 2001 (4,565)
- October 2001 (3,669)
- September 2001 (3,719)
- August 2001 (5,208)
- July 2001 (6,528)
- June 2001 (4,905)
- May 2001 (5,492)
- April 2001 (4,713)
- March 2001 (4,478)
- February 2001 (3,871)
- January 2001 (4,187)
- December 2000 (3,099)
- November 2000 (2,336)
- October 2000 (3,820)
- September 2000 (3,933)
- August 2000 (4,253)
- July 2000 (4,199)
- June 2000 (4,089)
- May 2000 (4,269)
- April 2000 (3,217)
- March 2000 (3,719)
- February 2000 (4,000)
- January 2000 (2,682)
- December 1999 (2,283)
- November 1999 (1,896)
- October 1999 (2,048)
- September 1999 (2,001)
- August 1999 (2,151)
- July 1999 (2,351)
- June 1999 (2,386)
- May 1999 (2,201)
- April 1999 (1,706)
- March 1999 (6)
- February 1999 (1)