Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexprengere/pythonexercises
- Owner: alexprengere
- License: apache-2.0
- Created: 2014-03-13T12:11:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T07:09:54.000Z (about 4 years ago)
- Last Synced: 2024-10-12T18:57:33.438Z (2 months ago)
- Topics: exercise, python, python-beginners, tutorial
- Language: Python
- Homepage: http://alexprengere.github.io/PythonExercises/
- Size: 65.4 KB
- Stars: 29
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)*