This repository documents my personal journey in learning Python and JavaScript. It includes practice scripts, mini-projects, and problem sets that complement my CS50P coursework and prepare me for freelance work and bootcamp training.
python/— General Python practice scripts, including input validation, loops, and error handlingjavascript/— JavaScript basics and DOM manipulation exercises
- Practicing reusable freelance-ready Python scripts
- Exploring JavaScript fundamentals for frontend development
- Build automation tools and freelance-ready projects
- Push clean, documented code to GitHub weekly
Most Python scripts can be run using:
python filename.py <br>