Guide
basics-and-modules.md
Beginner Python exercises covering arithmetic, modules, and text processing.
markdown
Python Foundations: Basics and Modules
This page covers the early Python exercises focused on arithmetic, modules, and text handling.
Repository
- PyExercices - Introductory Python exercises and challenge sets.
Main Sections
- Arithmetic operators
- Python modules
- Text manipulation
- PyGameSnake - A small side project linked from the repo
Example Exercises
- Currency conversion
- Wall-paint calculator
- Sine, cosine, and tangent
- Random ordering in a list
- String analysis
Technical Focus
- Basic Python syntax
- Standard-library usage
- String handling
- Beginner challenge progression