Lecture 1 (08/26, 8/28): Syllabus, Introduction to Python
Lecture 2 (08/28, 09/02, 09/04): Python Basics: Modules and Functions
Programming Assignment 1: Simulation and Evaluation of Strategies for a Game , Due: Sept 12 at 11:59pm.
Template for basic header that must be included in all programming assignments.
Homework 1, due Sept 9, 11:59pm.
Lecture 3 (09/04, 09/09): Python Basics: Sequence Data Types, FILE IO
More information about Python variables, assignments, pass by assignment
Lecture 4 (09/11): Python Basics: Functional Programming tools, and Object-Oriented Programming
Programming Assignment 2: An Apache Web Access Log Analyzer, apache_logs_small, apache_logs, assignment2_sample_outputs.txt, Due: Sept 26 at 11:59pm.
Homework 2, due Sept. 18, 11:59pm.
Lecture 5 (09/16, 09/18): Introduction to Parallel Programming
Lecture 6 (09/23) : Python Threads
Lecture 7 (09/26, 09/30): Python multiprocessing, OpenMP
Extra credits opportunity: ACM annual Fall Programming Contest on November 22nd, from 10am to 3pm. 1 extra point (in the final course numerical grade) for participation; 3 extra points for winning the contest. The extra points will be applied to the exam grade. Register for the contest at https://contest.cs.fsu.edu/
Programming Assignment 3: Parallel 2D Prisoner's Dilemma Simulation, files provided. Due: Oct. 13 at 11:59pm.
Homework 3, due Oct. 7, 11:59pm.
Lecture 8: Introduction to Networking
Lecture 9 : Socket Programming with Python
Midterm to be held on October 16 during class time. The exam covers materials from Lecture 1 to Lecture 9, and assignments 1 to 3.