Skip to content

echo29er/Python-Programming-Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Programming Fundamentals - Exercise Solutions

This repository contains my solutions to the exercises from the book "Python Programming Fundamentals". This is a personal learning project meant to track my progress and share knowledge with others learning Python.

Repository Structure

├── chapter01/
│   ├── exercise_1_1.py
│   ├── exercise_1_2.py
│   └── README.md
├── chapter02/
│   ├── exercise_2_1.py
│   ├── exercise_2_2.py
│   └── README.md
...

Each chapter has its own directory containing:

  • Individual Python files for each exercise solution
  • A README explaining the chapter's main concepts and exercise objectives
  • Any additional resources or notes needed for that chapter

How to Use This Repository

  1. Each solution is documented with:

    • The original exercise objective
    • Explanation of the approach used
    • The solution code
    • Example output
    • Any additional notes or alternative solutions
  2. To run any solution:

    python chapterXX/exercise_XX_XX.py

Guidelines for Contributing

If you'd like to suggest improvements or alternative solutions:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Add your solution with clear documentation
  4. Submit a pull request with a detailed explanation

Disclaimer

This repository is meant for educational purposes only. Please attempt to solve the exercises yourself before checking these solutions. The goal is to learn and understand the concepts, not just to find answers.

Learning Resources

Progress Tracker

  • Chapter 1: Introduction to Python
  • Chapter 2: Variables and Basic Types
  • Chapter 3: Control Flow
  • Chapter 4: Functions
  • Chapter 5: Lists and Tuples ...

License

This project is licensed under the MIT License - see the LICENSE file for details.


Note: This repository is not affiliated with or endorsed by the book's author or publisher. It represents personal solutions and interpretations of the exercises.

About

Answers to exercises from the book Python Programming Fundamentals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages