Re: GDAL installation

2015-02-11 Thread Asim Jalis
Hi Leo, This might be a PATH issue. See this discussion for details. https://pythongisandstuff.wordpress.com/2011/07/07/installing-gdal-and-ogr-for-python-on-windows/ Asim On Tue, Feb 10, 2015 at 9:11 PM, Leo Kris Palao wrote: > Hi Python Users, > > I currently installed the Pyt

Re: Ideal way to separate GUI and logic?

2013-07-15 Thread Asim Jalis
On Mon, Jul 15, 2013 at 5:25 PM, wrote: > Again, thanks for all the responses. I'm curious, though, what exactly is > the rationale for making functions so small? (I've heard that the function > calling of Python has relatively high overhead?) > There is a small overhead, but it makes the code e

reduce expression to test sublist

2013-01-05 Thread Asim
following for-loop gives correct results when the above reduce expression doesn't. isSublist = True for i in lst1: isSublist = isSublist and (i in lst2) if not isSublist: isSublist = False break Can someone help me understand why? Asim -- http://mail.pytho

Indian photographer denies affair with Lindsay Lohan!

2010-07-10 Thread asim malik
Speaking on the issue for the first time, Chaudhuri, over the phone from New York, says, "They were completely distorted reports. We are really good friends for more details www.bollywood789.blogspot.com -- http://mail.python.org/mailman/listinfo/python-list

Cisco certification

2009-06-14 Thread Asim Saeed
if you wnat to know about cisco certification it books and dump http://ciscocity.blogspot.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Pythons & Ladders

2008-02-29 Thread Asim
On Feb 28, 9:10 pm, Jeff Schwab <[EMAIL PROTECTED]> wrote: > Benoit wrote: > > Forgive my language concerning C++ as its turned the thread into > > something I did not intend. I merely wished to point out that Python > > was easier for me to learn than C++.  To Schwab, its likely that Mark > > Lutz

Re: Sorting Large File (Code/Performance)

2008-01-25 Thread Asim
On Jan 25, 9:23 am, Asim <[EMAIL PROTECTED]> wrote: > On Jan 24, 4:26 pm, [EMAIL PROTECTED] wrote: > > > > > Thanks to all who replied. It's very appreciated. > > > Yes, I had to doublecheck line counts and the number of lines is ~16 > > million (inset

Re: Sorting Large File (Code/Performance)

2008-01-25 Thread Asim
GB would ever be assigned to a user- process. With the two flags enabled, the maximum becomes 3GB. If the OP finds performance to be limited and thinks more RAM would help trying a later version of Windows would be a start, but better would be to try Linux or Mac OSX out. Cheers, Asim > Cheers, > > Ira -- http://mail.python.org/mailman/listinfo/python-list