A collection of Python coursework from Georgia Tech's CS 1301: Intro to Computing courses (Python I and II).
This repository contains problem sets, exercises, and sample solutions covering fundamental Python programming concepts including:
- Variables, conditionals, and loops
- Functions and error handling
- String manipulation and list operations
- Problem-solving with try/except blocks
| File | Description |
|---|---|
moonmoon.py |
String manipulation and conditional logic (moon phases) |
WordCount.py |
Function with error handling for string analysis |
sumOfLoop.py |
Loop-based summation (odd numbers) |
findingO.py |
Exception handling with try/except |
ListIndices.py |
Safe list indexing with error handling |
FunctionsAndLoops.py |
Various function exercises with loops |
functions3.4.3.py |
Basic function definition and calls |
problem_set_3_5.py |
Try/except/else/finally control flow |
OrdChrConvertLoop.py |
ASCII conversion with loops |
tagRenewal.py |
Complex conditional logic |
Each file is self-contained. Run any Python file directly:
python moonmoon.py
python WordCount.pyThis is a personal learning repository for coursework. Solutions are provided as reference material.
Personal educational use.