Basic exercises for learn Python3.
•Installation • Run it • Credits
- Donwload Python 3 from https://www.python.org/downloads/.
- Download or clone this repository in your folder:
# Clone this repository
$ git clone https://github.com/luisfelipe7/Python-SimpleProgram-To-Learn
- Go into the repository
# Go into the repository
$ cd Python-SimpleProgram-To-Learn
- Run it.
- Run the file basico1.py with Python3.
# Run in bash
$ /usr/bin/python3 /home/basico1.py
Some exercises was taken from the book Learn Python the Hard Way, and adapted to my perspective.
GitHub @luisfelipe7 ·