https://github.com/arsho/46-simple-python-exercises-solutions
Solutions of '46 Simple Python Exercises' from http://www.ling.gu.se/~lager/python_exercises.html
https://github.com/arsho/46-simple-python-exercises-solutions
Last synced: about 1 year ago
JSON representation
Solutions of '46 Simple Python Exercises' from http://www.ling.gu.se/~lager/python_exercises.html
- Host: GitHub
- URL: https://github.com/arsho/46-simple-python-exercises-solutions
- Owner: arsho
- Created: 2016-11-07T04:35:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T03:05:55.000Z (over 6 years ago)
- Last Synced: 2025-04-30T05:47:02.186Z (about 1 year ago)
- Language: Python
- Size: 299 KB
- Stars: 12
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 46-Simple-Python-Exercises-Solutions
Solutions of '46 Simple Python Exercises' from http://www.ling.gu.se/~lager/python_exercises.html
It includes a list of exercises to introduce people to Python programming language.
This list of exercises comprises logical operators, loops, input and output, regular expressions and
more in order for people to have a basic overview of the language.
In order for better categorization, the exercises have been divided into 4 sections.
1. Very Simple Exercises
2. Higher Order Functions and List Comprehension
3. Simple exercises including Input and Output
4. Somewhat harder exercises
This repository also includes the PDF file of the exercises.
## Contributing
Everyone is welcome to contribute. Feel free to submit a pull request, issue or suggestion you may find relevant.
## Reference
The original collection of exercises was created by Torbjörn Lager (torbjorn.lager@ling.gu.se)
and can be found [here](http://www.ling.gu.se/~lager/python_exercises.html).