Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 954 Bytes

File metadata and controls

36 lines (25 loc) · 954 Bytes

⚡️ Python Basics

A collection of small Python exercises and practice tasks. This project demonstrates fundamental programming skills such as string manipulation, loops, lists, and basic problem-solving. It is ideal for learning and reinforcing Python basics.

📂 Project Structure

Python/  
- basics/          # Folder containing basics tasks
- README.md        # Project documentation  
- LICENSE          # License file

🚀 Features

  • Practice tasks for beginners
  • Covers strings, loops, lists, and basic algorithms
  • Step-by-step practice to reinforce Python fundamentals
  • Easy to extend with new exercises

🛠 Getting Started

# Clone the repository:
git clone https://github.com/Pupler/Python.git

# Navigate to the project folder:
cd Python

# Open tasks in any Python IDE or run them via terminal:
python basics/example.py

📄 License

This project is licensed under the MIT License.