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 lk.pa...@gmail.com wrote: Hi Python Users, I currently installed

Re: Ideal way to separate GUI and logic?

2013-07-15 Thread Asim Jalis
On Mon, Jul 15, 2013 at 5:25 PM, fronag...@gmail.com 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

ANN: Python for Beginners Course - March 23 - Dublin, CA

2013-03-16 Thread Asim Jalis
and power cords. Where to sign up You can sign up at http://pythonbeginners.eventbrite.com. Bring a friend and both of you get 20% off. Email for details. Who is the instructor? My name is Asim Jalis. I have worked at Microsoft and Hewlett-Packard. I teach software classes to beginners. I take

reduce expression to test sublist

2013-01-05 Thread Asim
the 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.python.org

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 is simply

Re: Sorting Large File (Code/Performance)

2008-01-25 Thread Asim
, but better would be to try Linux or Mac OSX out. Cheers, Asim Cheers, Ira -- http://mail.python.org/mailman/listinfo/python-list

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 (insetead of stated 1.6B). Also: What is a Unicode text