Skip to content

Kolhe-Parth/Python_Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Practice Files

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.

How to Use

  1. Install Python:
    • Download Python 3 from python.org and install it.
    • Ensure Python is added to your PATH (check with python --version in terminal).
  2. Clone or Download the Repository:
    git clone https://github.com/Kolhe-Parth/Python_Practice.git
  3. 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).

Notes

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages