Skip to content
This repository was archived by the owner on Jun 20, 2026. It is now read-only.

Latest commit

 

History

History
43 lines (31 loc) · 1.39 KB

File metadata and controls

43 lines (31 loc) · 1.39 KB

Georgia Tech Python I and II

A collection of Python coursework from Georgia Tech's CS 1301: Intro to Computing courses (Python I and II).

📚 Course Overview

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

📂 Repository Structure

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

🚀 Usage

Each file is self-contained. Run any Python file directly:

python moonmoon.py
python WordCount.py

⚠️ Note

This is a personal learning repository for coursework. Solutions are provided as reference material.

📝 License

Personal educational use.