Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is Python Suitable?
#1
I don't know if Python is a suitable language for what I want to do. In summary:

Read a file of about 6GB into an array (list I presume). The array/list has 6,000,000 entries each of about 1,000 bytes containing a mix of text, integer and real numbers.

Process the data. Loading it all into RAM is very desirable because effectively random subsets of the data must be processed up to about 1,000 times. Anyway, the subsets are very large.

In my youth, about 50 years ago, I used Fortran, Algol and Pascal. All of these have no important problems, but I was curious to learn something of Python to see if a claim made in a tutorial, that it can be used for anything, is correct. 

Comments?
Reply


Messages In This Thread
Is Python Suitable? - by summerleas - Feb-28-2017, 04:46 AM
RE: Is Python Suitable? - by Larz60+ - Feb-28-2017, 06:17 AM
RE: Is Python Suitable? - by Ofnuts - Feb-28-2017, 08:56 AM
RE: Is Python Suitable? - by merlem - Feb-28-2017, 12:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Stock clustering and portfolio diversification. Suitable features. timurkanaz 1 273 Mar-27-2024, 09:54 AM
Last Post: Larz60+
  Suitable Data Modelling Packages JoeDainton123 3 95,403 Jun-27-2021, 01:43 PM
Last Post: Caprone

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020