PIC 16 Python with Applications
You can download the course information here.
Student projects from past courses:
- Winter 2018
- Spring 2018
- Fall 2018
- Winter 2019
Spring 2019 Tentative Course Schedule
Week 1
- 04/01 Lecture 1: Course Overview
– Follow instruction in GettingStarted.pdf on CCLE
– Reading material: Python tutorial 1 and 2.1.2 - 04/03 Lecture 2: Python Basics - Basic Data Types, commenting, list, dictionary, functions, modules
– Reading material: Python tutorial 3.1.1, 3.1.2, 3.1.4, 5.1, 5.5 - 04/05 Lecture 3: Python Basics - Control Flow, Functions
– Reading material: Python tutorial 4.1 - 4.7
Week 2
- 04/08 Lecture 4: Python Basics - Data Structures
– Reading material: Python tutorial 5.2 - 5.5 - 04/10 Lecture 5: Python Basics - Functional Programming
– Reading material: Python tutorial 6.1, 8.1 - 8.4, 5.7 - 04/12 Lecture 6: Python Basics - Classes and Objects, Magic Methods I
– Reading material: tutorialspoint
** Homework 1 due Friday by 5pm
Week 3
- 04/15 Lecture 7: Classes and Objects, Magic Methods ctd
- 04/17 Lecture 8: Regular Expressions I
– Reading material: tutorial
– Cheat sheet
– To test your regular expressions: pythex - 04/19 Lecture 9: Regular Expressions II
** Homework 2 due Friday by 5pm
Week 4
- 04/22 Lecture 10: Visualization I: Turtle, Matplotlib and pyplot
– Recursion
– Matplotlib tutorial - 04/24 Lecture 11: Visualization II: Numpy
– Numpy tutorial - 04/26 Lecture 12: Visualization III: Pandas, Matplotlib and Numpy
– Pandas Tutorial
– Pandas Basics Cheat Sheet (on CCLE)
** Homework 3 due Friday by 5pm
Week 5
-
04/29 Lecture 13: Page-Rank algorithm
– https://networkx.github.io/documentation/stable/tutorial.html#creating-a-graph
– Read from “Creating a graph” to “Directed graphs”
– https://en.wikipedia.org/wiki/PageRank
– (Optional)https://www.geeksforgeeks.org/page-rank-algorithm-implementation -
05/01 Lecture 14: GUI I: Tkinter
– An Introduction To Tkinter -
05/03 Lecture 15: GUI II: Tkinter bouncing ball example
** Homework 4 due Friday by 5pm
Week 6
-
05/06 Lecture 16: GUI III: Inheritance
– Executing Modules as Scripts
– Class Inheritance and Overloading Methods -
05/08 Lecture 17: Inheritance ctd
-
05/10 Lecture 18: Image Processing I: Grey-scale images and adding noise to an image
– Matplotlib image tutorial
** Homework 5 due Friday by 5pm
Week 7
-
05/13 Lecture 19: Image Processing II: masks and image blurring
– Blurring for Beginners -
05/15 Lecture 20: Image Processing III: image blurring (ctd) and edge detection
-
05/17 Lecture 21: Symbolic Math I
– Sympy Tutorial
Week 8
-
05/20 Lecture 22: Symbolic Math II, Scipy
– Sympy Tutorial -
05/22 Lecture 23: Scrapy I
– W3 Schools HTML Intro
– W3 Schools XML Intro
– “What is the DOM” in W3 Schools XML DOM Intro
– XML DOM Nodes
– Scrapy Tutorial
- 05/24 Lecture 24: Scrapy II
** Homework 6 due Monday by 5pm
Week 9
-
05/27 Memorial Day holiday (No Class)
-
05/29 Lecture 25: Machine Learning I: KNN and K-means clustering
– Scikit-learn: Nearest Neighbors Classification
– K-nearest Neighbors Wikipedia
– Scikit-learn: K-Means Clustering
– Visualizing K-Means clustering -
05/31 Lecture 26: Machine Learning II: SVM
– Machine learning: the problem setting
– Scikit-learn: Support Vector Machines (SVMs)
** Homework 7 due Tuesday by 5pm
Week 10
-
06/03 Lecture 27: NLTK
– Read the introduction to Chapter 1 of the NLTK Book.
– Follow 1.2, 1.3, 1.4
– Follow Chapter 1, section 3 (all)
– Skim Chapter 1, section 5. This will give you a good overview of the issues in natural language
– Skim Chapter 3 for processing raw text processing. -
06/05 Lecture 28: Socket (Networking)
– The first half (16.5 minutes) of Python Advanced Tutorial 6 – Networking
– Socket module documentation
– Python Network Programming
– (Optional) How does ping work? -
06/07 Lecture 29: Review
** Homework 8 due Friday by 5pm