/python-solutions

These are my solutions for the exercises in Ljubomir Perkovic's "Introduction to Computing Using Python" book.

Primary LanguagePythonMIT LicenseMIT

Exercise Solutions for Ljubomir Perkovic's "Introduction to Computing Using Python" Book


In this code repository I'll be posting my solutions for the book's problems. Some of my solutions include more than what they asked for. The book can be purchased here.


In order to download the files:

If you have git installed, you can clone this repository:

$ git clone https://github.com/kdmoreira/python_solutions.git

Or you can simply download the .zip file by clicking on the button "Clone" in the repository's homepage.

Please make sure you have Python 3 installed in order to run the code.


Contributing

Feel free to submit a pull request, issue or suggestion. You are welcome to contribute.