Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #58246

Re: Error Testing

From Grant Edwards <invalid@invalid.invalid>
Newsgroups comp.lang.python
Subject Re: Error Testing
Date 2013-11-01 08:32 +0000
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <l4vouo$st4$1@reader1.panix.com> (permalink)
References (4 earlier) <52717d82$0$1677$e4fe514c@dreader35.news.xs4all.nl> <bdfaprFimg1U1@mid.individual.net> <586c9c5d-d0d4-44c7-8454-94dcfc128318@googlegroups.com> <bdfhkjFkd7qU1@mid.individual.net> <mailman.1905.1383275411.18130.python-list@python.org>

Show all headers | View raw


On 2013-11-01, William Ray Wing <wrw@mac.com> wrote:

> Actually, FORTRAN is probably responsible for more CPU cycles being
> executed even today than most other languages.  If you think about
> the fact that most large scientific simulation codes (weather
> forecasting, combustion modeling, finite-element modeling and so on),
> are still FORTRAN based, and that those are the codes that occupy
> multi-hundred-thousand-core petaflop class supper computers for weeks
> on end, you have to respect its longevity.

IIRC, some of the scientific computing libraries I used to use daily
in Python data-crunching programs are still written in FORTRAN. 

-- 
Grant

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Error Testing Scott Novinger <scnovinger@gmail.com> - 2013-10-19 05:23 -0700
  Re: Error Testing Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-19 13:37 +0100
    Re: Error Testing Scott Novinger <scnovinger@gmail.com> - 2013-10-19 06:34 -0700
      Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-10-20 00:42 +1100
      Re: Error Testing rusi <rustompmody@gmail.com> - 2013-10-19 09:22 -0700
        Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-10-20 09:28 +1100
          Re: Error Testing albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-10-30 21:43 +0000
            Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-10-31 10:50 +1100
            Re: Error Testing Neil Cerutti <neilc@norwich.edu> - 2013-10-31 15:20 +0000
              Re: Error Testing Skip Montanaro <skip@pobox.com> - 2013-10-31 10:51 -0500
              Re: Error Testing rusi <rustompmody@gmail.com> - 2013-10-31 09:05 -0700
                Re: Error Testing Neil Cerutti <neilc@norwich.edu> - 2013-10-31 17:17 +0000
                Re: Error Testing William Ray Wing <wrw@mac.com> - 2013-10-31 22:27 -0400
                Re: Error Testing Grant Edwards <invalid@invalid.invalid> - 2013-11-01 08:32 +0000
                Re: Error Testing Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-01 03:25 +0000
                Re: Error Testing rusi <rustompmody@gmail.com> - 2013-10-31 20:42 -0700
                Re: Error Testing Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-11-01 10:51 -0400
                Re: Error Testing Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-01 15:07 +0000
                Re: Error Testing Denis McMahon <denismfmcmahon@gmail.com> - 2013-10-31 17:50 +0000
                Re: Error Testing rusi <rustompmody@gmail.com> - 2013-10-31 10:56 -0700
                Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-11-01 08:00 +1100
                Re: Error Testing Denis McMahon <denismfmcmahon@gmail.com> - 2013-10-31 22:59 +0000
                Re: Error Testing rusi <rustompmody@gmail.com> - 2013-10-31 20:50 -0700
                Re: Error Testing Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-01 09:39 +0000
            Re: Error Testing Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-01 02:00 +0000
        Re: Error Testing Ned Deily <nad@acm.org> - 2013-10-19 15:46 -0700
        Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-10-20 10:02 +1100
        Re: Error Testing Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-10-20 12:18 -0400
  Re: Error Testing Ned Batchelder <ned@nedbatchelder.com> - 2013-10-19 08:44 -0400
    Re: Error Testing Roy Smith <roy@panix.com> - 2013-10-19 08:57 -0400
      Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-10-20 00:04 +1100
      Re: Error Testing Ned Batchelder <ned@nedbatchelder.com> - 2013-10-19 09:07 -0400
        Re: Error Testing Roy Smith <roy@panix.com> - 2013-10-19 09:09 -0400
      Re: Error Testing Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-19 14:19 +0100
  Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-10-20 00:01 +1100
  Re: Error Testing David Robinow <drobinow@gmail.com> - 2013-10-19 14:08 -0400
  Re: Error Testing Tim Chase <tim@thechases.com> - 2013-10-19 13:31 -0500
  Re: Error Testing Terry Reedy <tjreedy@udel.edu> - 2013-10-19 15:50 -0400
  What's wrong with Windows Command Prompt (was Re: Error Testing) Terry Reedy <tjreedy@udel.edu> - 2013-10-19 16:35 -0400
  Re: What's wrong with Windows Command Prompt (was Re: Error Testing) Chris Angelico <rosuav@gmail.com> - 2013-10-20 09:15 +1100
  Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-10-20 09:20 +1100
  Re: What's wrong with Windows Command Prompt (was Re: Error Testing) David Robinow <drobinow@gmail.com> - 2013-10-21 15:55 -0400
  Re: What's wrong with Windows Command Prompt (was Re: Error Testing) Tim Chase <python.list@tim.thechases.com> - 2013-10-21 15:29 -0500

csiph-web