First  |  Prev |  Next  |  Last
Pages: 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
The real problem with Python 3 - no business case forconversion (was "I strongly dislike Python 3")
On 2 Jul 2010 15:00:17 -0700 aahz(a)pythoncraft.com (Aahz) wrote: 5. Get at least two major hosting services to put up Python 3. webfaction.com has python3.1 So does http://www.Vex.Net/ so there's your two. -- D'Arcy J.M. Cain <darcy(a)druid.net> | Democracy is three wolves http://www.drui... 8 Jul 2010 04:47
Anyone using GPG or PGP encryption/signatures in your Pythonapps?
On Thu, 01 Jul 2010 14:48:47 -0400 python(a)bdurham.com wrote: Curious if any of you are using GPG or PGP encryption and/or signatures in your Python apps? .... 4. generating signatures for files that you are exchanging/posting for download? I use pyme to create and check save file signatures. 5. ... 2 Jul 2010 22:19
Sorting dicts inside dicts
abhijeet thatte wrote: Hi, I have a huge dict structure like below: /*{'module':{'reg_dict_0':{'name':'abc','reg_addr':'2004'},'reg_dict_1':{'name':'xyz','reg_addr':'2002'},'reg_dict_2':{'name':'pqr','reg_addr':'2008'}}*/ Module dict and reg_dicts contain many elements than shown. I want to sort... 2 Jul 2010 22:19
why python don't support "extended slice direct assignment" forlists?
Robert William Hanks wrote: why pure python don't support "extended slice direct assignment" for lists? today we have to write like this, aList=[0,1,2,3,4,5,6,7,8,9] aList [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] aList[::2]= [None]*len(aList[::2]) #or do the math by hand, what's not ... 2 Jul 2010 22:19
Crash in PyThread_acquire_lock
Hi all, I have a serious problem I want to solve. My app, where Python is embedded crashs on OSX (10.6 SL). I can reproduce the crash sometimes with a script that makes use of Python threads ( module: threading). 'thelock->locked' is for sure still locked, but I can't identify the problem. Its just waiting, ... 5 Jul 2010 06:42
The real problem with Python 3 - no business case forconversion (was "I strongly dislike Python 3")
On Fri, 02 Jul 2010 12:07:33 -0700, John Nagle wrote: Where's the business case for moving to Python 3? It's not faster. It doesn't do anything you can't do in Python 2.6. There's no "killer app" for it. End of life for Python 2.x is many years away; most server Linux distros aren't even shipping with ... 6 Jul 2010 08:56
The real problem with Python 3 - no business case for conversion
John Nagle <nagle(a)animats.com> writes: Where's the business case for moving to Python 3? It's not faster. It's faster to learn, because there's less to learn. How do you know that it's not faster? That's a matter of the speed of individual Python implementations. What data do you have? It doesn't do ... 8 Jul 2010 04:47
IMAP Problems
Hi, I'm trying to write a simple script which displays the basic details of a person's mailbox. My problem is that it causes all the messages to be marked as read on the server, which is not what I'm after, and I also can't get the imap.sort command to work properly (currently commented out as I replaced it with a... 3 Jul 2010 23:20
The real problem with Python 3 - no business case for conversion(was "I strongly dislike Python 3")
On 07/02/2010 09:07 PM, John Nagle wrote: What I'm not seeing is a deployment plan along these lines: 1. Identify key modules which must be converted before Python 3 can be used in production environments. That depends VERY strongly on the environment in question. 2. Get ... 8 Jul 2010 10:14
CFP for Surge Scalability Conference 2010
A quick reminder that there's one week left to submit your abstract for this year's Surge Scalability Conference. The event is taking place on Sept 30 and Oct 1, 2010 in Baltimore, MD. Surge focuses on case studies that address production failures and the re-engineering efforts that led to victory in Web Applicat... 2 Jul 2010 15:43
First  |  Prev |  Next  |  Last
Pages: 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69