Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95145
| Path | csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!panix!not-for-mail |
|---|---|
| From | Grant Edwards <invalid@invalid.invalid> |
| Newsgroups | comp.lang.python |
| Subject | Re: Python speed |
| Date | Fri, 7 Aug 2015 23:57:54 +0000 (UTC) |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Lines | 23 |
| Message-ID | <mq3gm2$suq$1@reader1.panix.com> (permalink) |
| References | <2261c8c6-77ba-453d-9205-0a922fa67c81@googlegroups.com> |
| NNTP-Posting-Host | c-24-118-110-103.hsd1.mn.comcast.net |
| X-Trace | reader1.panix.com 1438991874 29658 24.118.110.103 (7 Aug 2015 23:57:54 GMT) |
| X-Complaints-To | abuse@panix.com |
| NNTP-Posting-Date | Fri, 7 Aug 2015 23:57:54 +0000 (UTC) |
| User-Agent | slrn/1.0.2 (Linux) |
| Xref | csiph.com comp.lang.python:95145 |
Show key headers only | View raw
On 2015-08-07, rogerh906@gmail.com <rogerh906@gmail.com> wrote: > Can anyone compare PyNum calculation speed to Fortran? > > This is for a number crunching program working with large files. Well I can tell you how the numerical analysis and data visualization programs _I_ use to write would compare to Fortran: The Python programs were infinitely faster than Fortran because the probability I could have gotten equivelent Fortran programs to work before the data became moot was pretty much zero. On a more serious note, almost all of the heavy lifting in the programs I wrote (array operations, curve fitting, Delaunay triangulation, etc.) was all done by libraries written in Fortan and C. So I doubt the difference between Fortran and Python would have mattered (assuming I _could_ have written equivalent programs in Fortran). -- Grant
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Python speed rogerh906@gmail.com - 2015-08-07 07:08 -0700
Re: Python speed beliavsky@aol.com - 2015-08-07 09:57 -0700
Re: Python speed Laura Creighton <lac@openend.se> - 2015-08-07 19:17 +0200
Re: Python speed Christian Gollwitzer <auriocus@gmx.de> - 2015-08-07 23:26 +0200
Re: Python speed Laura Creighton <lac@openend.se> - 2015-08-08 00:01 +0200
Re: Python speed rogerh906@gmail.com - 2015-08-07 12:30 -0700
Re: Python speed Grant Edwards <invalid@invalid.invalid> - 2015-08-07 23:57 +0000
csiph-web