Skip to content

Jessunny/Codecademy-Python-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codecademy Python Projects

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.


What’s in this repository

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.


Skills I’m working on

  • 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.


How to run the scripts

You will need Python installed.

Check your version:

python --version

About

This is for my work and projects I am working on to practice my Python learning and the projects I complete using Codecademy learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors