Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexprengere/pythonexercises

Exercises for Python beginners
https://github.com/alexprengere/pythonexercises

exercise python python-beginners tutorial

Last synced: about 2 months ago
JSON representation

Exercises for Python beginners

Awesome Lists containing this project

README

        

Python Exercises
================
Summary
-------
Exercises for Python beginners. This are made-up exercises I did for friends learning Python.
Difficulty may increase with the number of exercises I add in the future.

Exercises
---------

1. *[word count](https://github.com/alexprengere/PythonExercises/tree/master/01)*
2. *[prime numbers](https://github.com/alexprengere/PythonExercises/tree/master/02)*
3. *[dates](https://github.com/alexprengere/PythonExercises/tree/master/03)*
4. *[regular expressions](https://github.com/alexprengere/PythonExercises/tree/master/04)*
5. *[classes](https://github.com/alexprengere/PythonExercises/tree/master/05)*
6. *[inheritance](https://github.com/alexprengere/PythonExercises/tree/master/06)*
7. *[paths manipulation](https://github.com/alexprengere/PythonExercises/tree/master/07)*
8. *[scrabble](https://github.com/alexprengere/PythonExercises/tree/master/08)*
9. *[tic tac toe](https://github.com/alexprengere/PythonExercises/tree/master/09)*
10. *[the best meal](https://github.com/alexprengere/PythonExercises/tree/master/10)*
11. *[web page](https://github.com/alexprengere/PythonExercises/tree/master/11)*
12. *[decorators](https://github.com/alexprengere/PythonExercises/tree/master/12)*
13. *[sudoku](https://github.com/alexprengere/PythonExercises/tree/master/13)*