IASP 505, Spring 2019
Topics: Coding, Networking, Operating Systems, Databases Systems
Needs Help?
Needs Help?
Needs Help?
Needs Help?
Needs Help?
Needs Help?
Needs Help?
Needs Help?
|
Sign in on the
web!
|
Unit 1: Python
- Set up the coding environment
lecture
- Jump in Command-line Python
lecture
Using functions:
- print()
- str()
- split()
- int()
- input()
- format()
- Graphical User Interface
lecture
- Data Types
lecture
- Branching, Iterative and Functional Statements
lecture
- Object-Oriented Paradigm
lecture
Unit 2: Networking
- Introduction
lecture
- Socket Programming in Python: Clients and Servers
lecture
- DDoS in Python
- Packet Inspection in Python (sniffing)
lecture
Unit 3: Operating Systems
Lecture
Unit 4: Database Systems
Lecture
- Modeling & SQL
- SQL in GUI & SQL in Command-line
- SQL-embedded Python
- SQL-Injection in Python