IBCS1 - 1314 - November

From WLCS

Wednesday - Friday (11/27/13 - 11/29/13)

  • Thanksgiving Break

Tuesday (11/26/13)

Agenda:

  • If you have not completed all of List-2, finish it over Thanksgiving Break
  • Demo Advanced Python List Exercises
  • List & String Practice
    1. Assume you have a list of strings of peoples' full names in random order. Print out an alphabetized list of only the last names.
    2. Assume you have a single string containing the entire U.S. Constitution. Calculate and print out the frequency of the word "the"
      • Download the following file: Media:Constitution.txt
      • Hint: There is a useful string function converts a string to a list of words.
    3. Assume you have a single data file with 1000 random numbers from 0 to 100. Print out the frequency of each of the numbers.
      • Example code to help read in a file:
# open a text file
file = open("Constitution.txt", "r")

# read all lines in the file and save in the constitution string variable
constitutionStr = file.read()

# close the file
file.close()

print(constitutionStr)

Friday - Monday (11/22/13 - 11/25/13)

Agenda:

Wednesday - Thursday (11/20/13-11/21/13)

Agenda:

Monday - Wednesday (11/18/13 - 11/20/13)

Agenda:

  • VA Workplace Readiness Skills Assessment scores
  • Complete all exercises from List-1
  • Complete all exercises from List-2

Wednesday - Friday (11/13/13 - 11/15/13)

Agenda:

Friday - Tuesday (11/8/13 - 11/12/13)

Agenda:

Wednesday- Thursday (11/6/13 - 11/7/13)

Agenda:

Monday (11/4/13)

Agenda: