Posts Tagged ‘ question ’

www.python-forum.org • View topic – Question 18

December 12, 2011
By

And, while we're showing neat Python tips , I believe that the code. Code: Select all: x = for line in data: line = line.replace('n','') line = line.split(' ') x.append(line) for i in range(len(x)): for j in range(len(x)): x = float(x) ...

Read more »

ASP.NET Error Handling Question

February 20, 2011
By

#pbb blockquote, #pbb pre { background: none repeat scroll 0 0 #E8F1F6; border: 1px dashed #0074E8; color: #0077CC; margin: 5px 0; padding: 12px 10px; font-family: 'Courier New', Courier, Monospace, Fixed; overflow: auto; ...

Read more »

PHP Parse Error Handling

October 12, 2010
By

Link: PHP Error Handling | Tinsology 3 seconds of googling. Divran, read the first post more carefully. This doesn't answer my question at all. It mentions nothing about parse errors. Quote Originally Posted by cooldudetb View Post ...

Read more »

Django tips: Tech Model: Re: Django and Tornado web server

March 29, 2010
By

Django tips : Tech Model. Sunday, March 28, 2010. Re: Django and Tornado web server. On Mar 29, 7:12 am, nameless wrote: > Hi at all, > I need to create a high performance comet chat for my college project. ...

Read more »

Django tips: Tech Model: mapping django import tree?

March 29, 2010
By

Django tips : Tech Model. Sunday, March 28, 2010. mapping django import tree? It was only recently that I finally learned how Etags work in Emacs and made myself a tags file for Django's source code -- now that I'm 4/5 of ...

Read more »

Django tips: Tech Model: Re: django version detection

March 28, 2010
By

Django tips : Tech Model. Sunday, March 28, 2010. Re: django version detection. Much appreciated :). M. On 29/03/2010 11:10am, Russell Keith-Magee wrote: > On Mon, Mar 29, 2010 at 8:07 AM, Mike Dewhirst wrote: ...

Read more »

Django tips: Tech Model: Re: problems with get_or_create

March 27, 2010
By

Django tips : Tech Model. Friday, March 26, 2010. Re: problems with get_or_create. thanks for the detailed reply - I now understand the issue. And yes, I did read the documentation, but did not absorb it properly. Use of pyscopg1 is due ...

Read more »

Django tips: Tech Model: New User – Writing your first Django app …

March 26, 2010
By

Django tips : Tech Model. Friday, March 26, 2010. New User - Writing your first Django app part 1 crashed. I have a openSUSE linux server. Created folder /CSDB. Dropped copy of Sun jdk6u18 in /CSDB/java/jdk6u18. ...

Read more »

Django tips: Tech Model: Jython Compatable Schema migration

March 23, 2010
By

Django tips : Tech Model. Tuesday, March 23, 2010. Jython Compatable Schema migration. Hi to all. I am using Jython 2.5.1 and Django 1.1 ..plz help which is the compatable schema migration. Thanks in advance ...

Read more »

Django tips: Tech Model: Re: Newbie question: value inequality in …

March 19, 2010
By

Django tips : Tech Model. Friday, March 19, 2010. Re: Newbie question: value inequality in Manager Method? To expand on DR's answer slightly, the '=' in 'filter(crcWaarde=0)' is not a comparison operator. All arguments to filter need to ...

Read more »