This repository contains Python projects and practice scripts I’ve been working on while learning the language through Codecademy. I come from an IT background, so some of these scripts are geared toward reading files, small automations, or simple text parsing. Nothing in here is meant to be perfect. It’s just me practicing, trying ideas, and learning as I go.
You’ll find a variety of beginner Python projects here:
- Small command-line scripts
- File reading and writing examples
- Basic loops, functions, and logic practice
- String parsing exercises
- Experiments with lists, dictionaries, and sets
- Simple tools that operate on text or logs
Some projects come directly from Codecademy lessons. Others are things I decided to try so I could get more comfortable writing Python code outside of tutorials.
- Getting familiar with Python syntax
- Structuring code into functions
- Handling user input from the terminal
- Looping through files and folders
- Reading and writing text files
- Basic error handling with try/except
- Practicing clean, readable code
I’m not trying to optimize anything yet. The goal for now is to build working scripts and understand how each part of the code behaves.
You will need Python installed.
Check your version:
python --version