Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6593421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:40:48+00:00 2026-05-25T17:40:48+00:00

This question maybe asked earlier (atleast topic wise) , but still I couldn’t find

  • 0

This question maybe asked earlier (atleast topic wise) , but still I couldn’t find a solution for my specific problem. Basically, I need a multidimensional array in python. Such that:

I will be able to access contents in list by :

contenets[no_of_record][record]. 

So I have a file like :

101, Mrs. Jones' Math Class, 10100000001, Jones, Barbara, , , , 10100000011, Gutierrez, Kimberly, 2
101, Mrs. Jones' Math Class, 10100000001, Jones, Barbara, , , , 10100000013, Mercado, Toby, 1
101, Mrs. Jones' Math Class, 10100000001, Jones, Barbara, , , , 10100000014, Garcia, Lizzie, 1
101, Mrs. Jones' Math Class, 10100000001, Jones, Barbara, , , , 10100000015, Cruz, Alex, 1

Now I have to maintain a multi dimensional array where no_of_record points to row number and the record will be the column number.

I want something similar to this:

contents=[][]

for lines in source_file:
                contents[no_of_records][]=lines.rstrip().split(',')
                print contents[no_of_records]
                no_of_records+=1

I am sure the snippet above is syntactically wrong, I am just trying to give an idea of what im searching for. Thanks for your help.

-Sethu

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T17:40:48+00:00Added an answer on May 25, 2026 at 5:40 pm

    You can also do it with dicts, which may be better, if you want to use something other than numbers for the indices.

    contents = []
    tmp_rcd = {'classnum': 101, 'classname': "Mrs. Jones' Math Class", ...}
    contents.append.tmp.rcd
    ...
    print contents[i]['classname']
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It this possible? How? (Maybe silly question, but I couldn't find answer :( )
Maybe this question has been asked a lot, but I still can't understand how
Maybe this question has been asked many times before, but I never found a
I know that this question was asked earlier but the OP didn't get any
I asked this question earlier but I was very vague and a lot of
I thought this question was asked before but I tried Google but didn't find
I know that maybe this question has been asked before, but I can't seem
I asked this question in the DataDynamics forum earlier today. I thought that maybe
I know this question as been asked over and over but it's still quite
this may be a naive question, but, as asked in the object, what is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.