Skip to content

This repository offers solved Python exercises for beginners and intermediates to practice coding skills. Each exercise is in a Jupyter Notebook for easy testing, covering loops, conditionals, functions, and arithmetic. Sourced from genepy.org, it’s a solid starting point for mastering Python basics.

License

Notifications You must be signed in to change notification settings

Diwan799/Python-Exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python Exercises 🐍

This repository contains a collection of solved Python programming exercises, designed to help beginners and intermediate developers practice and improve their coding skills. Each exercise is presented as a self-contained code snippet within a Jupyter Notebook, making it easy to run and test the solutions. The exercises cover fundamental concepts such as loops, conditional statements, functions, and basic arithmetic operations.

The exercises are sourced from genepy.org and serve as a great starting point for anyone looking to solidify their understanding of Python fundamentals.

Features ✨

• Jupyter Notebook Format: The exercises are organized in a single .ipynb file, providing a clean, executable format for viewing the code and its output.

• Fundamental Concepts: The problems focus on core Python concepts, including: Basic arithmetic and data types, for loops and if statements, Functions and classes, String manipulation.

• Clear and Concise Solutions: Each problem is followed by a straightforward and well-commented solution, allowing you to learn from the code.

How to Use 🚀

To run these exercises yourself, you'll need to have Jupyter and Python 3 installed.

Clone the Repository:

git clone https://github.com/your-username/your-repository-name.git cd your-repository-name

jupyter notebook "Python Exercises.ipynb"

This command will open the Jupyter Notebook in your web browser, where you can run each code cell and see the output.

Note

This description is a template. Remember to replace your-username and your-repository-name with your actual GitHub username and repository name after you've created the repository.

Authors

Badges

MIT License

License

MIT

Contributing

Contributions are always welcome!

Feel free to fork this repository and submit pull requests to improve the existing solutions or add new exercises!

About

This repository offers solved Python exercises for beginners and intermediates to practice coding skills. Each exercise is in a Jupyter Notebook for easy testing, covering loops, conditionals, functions, and arithmetic. Sourced from genepy.org, it’s a solid starting point for mastering Python basics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published