Home Announcements Office Hours

COP 4521 - Secure, Parallel and Distributed Computing with Python

Fall 2021

Week Date Topic Lecture Slides In-Class Examples Reading Exercises Exercises Assignment/
Exam/Others
1 08/23 -- 08/27 Introduction
Python
Introduction and Syllabus

Python Modules
Syllabus

Required Software

Handout-Strings
2 08/30 -- 09/03 Python Python Data Structures

OOP and Advanced Functions
accepts.py
frac.py
PEP-8 guidelines Project Description

Homework1

Handout - Builtins1
3 09/06 -- 09/10 Databases Intro to Database Management Exercise1 HW 1 Due (09/07)

Project Milestone Due (09/10)

SQL Reference
4 09/13 -- 09/17 Databases Intro to Flask hello.py
setup.py
newStu.py
home.html
student.html
result.html
list.html
SQL to SQLite Handout - Builtins 2