Mon Jan 13 -- Assignment #1. syllabus. Install PyCharm (community, free edition). Tutorial. Download Python. First Programs.
Wed Jan 15 -- Python lists
Fri Jan 17 -- Python functions.
Wed Jan 22 -- Files.Split
Fri Jan 24 -- File examples. Reove outliers. Sort the file. Switch the columns. Add up all the numbers in all the columns. Convert from numbers-with-quotes to numbers-without-quotes. Compute the mean. Mean, median, mode and Stats in python3.
Mon Jan 27 -- Sortng a list by the second element. Do work. Either homework or file stuff or make me a python class that represents a dollar and penny amount. Example python class.
Thr Jan 30 -- Plotly!! and How to make a data frame by hand and chart studioMPG Data
Mon Feb 10 -- pandas.read_csv. Print type of a variable. Data frame
Wed Feb 12 -- Best numpy tutorial and numpy and numpy #2Graph execl sheet via numpy. Convert to billions. Graph sin and cos. Graph 1/x. Cartoid. Best fit polygon.
Fri Feb 14 -- Does temperature correlate with gun death? Does temp correlate with gdp per capita? Does gdp per capita correlate with murder? http://euclid.nmu.edu/~rappleto/Classes/CS295.Python/Examples/states_with_temp_crime.txt. Hint: polyfit and read_csv
Mon Feb 17 -- Correlation between two things
Wed Feb 19 -- Regex tutorial and Regex in Python and The regex tester and Patterns to try Try Book titles. Fractions. Shoe sizes. Teen numbers. ordinals. Addresses. Job titles.
Fri Feb 21 -- Regex in python. Find company names that have acronyms. Start with A and end in Z. Syllabuls. Four letter words. Pallindromes
Mon Feb 24 -- Read a file three ways. What about $ signs in data file.
Mon Mar 10 -- Heights and python random and numpy random and numpy less than and numpy count True's and Example 1 and Example 1 numpy and drunken walk and artillery.
Mar Mar 12 -- graphics.py and the docs.
Mon Mar 17 -- Bouncing-ball code and The graphics library.
Fri Mar 27 -- Lunar Lander v1 code