Welcome to CSCI 127 Joy and Beauty of Data#
These are the class notes for CSCI 127 Joy and Beauty of data. This course focuses on core programming techniques applicable to all languages along with specific libraries and techniques only to Python.
- Introduction
- Readings
- The Basics
- Basics - Getting Started
- Second Program
- Functions
- Debugger
- Logging
- Decision Trees
- How To Create A Menu
- Nested Ifs
- If
__name_ == __main__ - Try Except - Preventing Errors
- Iteration
- Itertools
- Recursion
- Lists
- Classes
- NumPy / Arrays
- Pandas
- Input / Output - Files And Folders
- Tkinter
- Tic Tac Toe
- Serialization
- Software Testing
- Miscellany