Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Filtering with IF Statement
Post: RE: Filtering with IF Statement

I guess but I am noob do that mean dictionary? if so I guess I have access to it. I am just not sure what the dictionary will do for the program.
Mike2607 Homework 10 5,276 Nov-29-2019, 01:59 PM
    Thread: Filtering with IF Statement
Post: RE: Filtering with IF Statement

Sorry can you provide any hints or tips?
Mike2607 Homework 10 5,276 Nov-29-2019, 02:05 AM
    Thread: Filtering with IF Statement
Post: RE: Filtering with IF Statement

we are allowed to use list, expressions, f-strings.
Mike2607 Homework 10 5,276 Nov-29-2019, 01:31 AM
    Thread: Filtering with IF Statement
Post: RE: Filtering with IF Statement

1. Write each line as part of a table, include a header before the table, and a summary line at the end. Use a fixed width for each column (don’t try to find the largest width like you did in the pre...
Mike2607 Homework 10 5,276 Nov-28-2019, 10:09 PM
    Thread: Filtering with IF Statement
Post: Filtering with IF Statement

I am working on some Homework and the assignment call for us to open a CSV and pull the info out into columns with fixed widths. Afterwards we need to filter the info with after a user inputs a selec...
Mike2607 Homework 10 5,276 Nov-28-2019, 09:40 PM
    Thread: Table with fixed columns
Post: RE: Table with fixed columns

Ok that is somewhat helpful. I have heard this list of list before but I have never done it from a txt or csv file. is there any documentation you can point me to how after I read the data to put it...
Mike2607 Homework 3 2,780 Nov-26-2019, 07:09 PM
    Thread: Table with fixed columns
Post: Table with fixed columns

I am trying to print a table from a file with fixed columns. I have the initial part down but I am not sure where to begin to break down the data into tables and columns? raw data in the file is thi...
Mike2607 Homework 3 2,780 Nov-26-2019, 05:12 PM
    Thread: Trying to print an uneven list to a even table
Post: RE: Trying to print an uneven list to a even table

I was wrapping my brain trying to figure out how to add and remove spaces. I didn't realize you can create list with in a single list and then combine the data later. that make way more sense that w...
Mike2607 General Coding Help 6 2,921 Nov-19-2019, 03:01 AM
    Thread: Trying to print an uneven list to a even table
Post: RE: Trying to print an uneven list to a even table

it should look like this I am confused on how to add and remove spaces as well as left and right adjust individual parts Cape Girardeau MO 63780 Columbia MO 65201 Kansas City MO 64108 Rol...
Mike2607 General Coding Help 6 2,921 Nov-19-2019, 02:24 AM
    Thread: Trying to print an uneven list to a even table
Post: Trying to print an uneven list to a even table

def main(): mycities = ['Cape Girardeau, MO 63780','Columbia, MO 65201', 'Kansas City, MO 64108','Rolla,MO 65402', 'Springfield, MO65897','St Joseph, MO64504', ...
Mike2607 General Coding Help 6 2,921 Nov-19-2019, 01:44 AM

User Panel Messages

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