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

USMCsky/GeorgiaTech-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python coursework and practice projects completed through Georgia Tech.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages