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

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

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).