This repository contains my Python practice scripts created while learning programming concepts such as variables, loops, functions, and data structures. These files are for educational purposes to track my progress.
- Install Python:
- Download Python 3 from python.org and install it.
- Ensure Python is added to your PATH (check with
python --version
in terminal).
- Clone or Download the Repository:
git clone https://github.com/Kolhe-Parth/Python_Practice.git
- Run Scripts:
- Navigate to the repository folder:
cd Python_Practice
. - Run a script:
python script_name.py
(e.g.,python hello_world.py
). - Some scripts may require libraries (listed in
requirements.txt
if included).
- Navigate to the repository folder:
- Scripts cover beginner topics like conditionals, lists, and file handling.
- Files are organized by topic or exercise (e.g.,
basics/
,functions/
). - For questions, open a GitHub issue.