Python-like compiled language
Michael A. Miller
mmiller3 at iupui.edu
Mon Dec 11 21:37:37 EST 2000
More information about the Python-list mailing list
Mon Dec 11 21:37:37 EST 2000
- Previous message (by thread): Python-like compiled language
- Next message (by thread): Python-like compiled language
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>>>> "Alexander" == Alexander Lawhead <alawhead at vcn.bc.ca> writes: > I'm trying to build some command-line driven programs to do > some image processing and am trying to find a Python-like > compiled language that would be faster than Python+NumPy. Have you looked into the python imaging lib (PIL)? It's no more (or less) compiled than NumPy, but it will allow you to do reasonably quick image processing. Mike
- Previous message (by thread): Python-like compiled language
- Next message (by thread): Python-like compiled language
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list