Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alesanchezr/python-lists-exercises
https://github.com/alesanchezr/python-lists-exercises
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alesanchezr/python-lists-exercises
- Owner: alesanchezr
- License: other
- Created: 2020-04-25T00:37:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T00:39:12.000Z (over 4 years ago)
- Last Synced: 2024-10-05T02:21:23.316Z (about 1 month ago)
- Language: Python
- Size: 1.72 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Python Loops and Lists Exercises at 4Geeks Academy
My name is Alejandro Sanchez @alesanchezr. I'm really excited to have you here !! 🎉 😂 Learning to code is hard, you need coaching! DM me on twitter if you have any question.
Complete selection of auto-graded and interactive Python exercises for anyone interested in learning Python!
- Python for Beginners
- Practice functions
Practice Looping Lists and Tuples ← you are here now
- Master Python (intermediate)
These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.
One click installation:
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/python-lists-loops-programming-exercises.git)
## Local Installation
1) Make sure you have the [breathecode-cli](https://github.com/breatheco-de/breathecode-cli) installed and `node.js` version 10+ and python version 3+. This is the command to install the breathecode-cli
```
$ npm i breathecode-cli -g
```2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory "exercises" that contains all the exercises within.
3) Start the tutorial/exercises by running the following command from the root of the project:
```sh
$ pip install pytest==4.4.2 mock pytest-testdox
$ breathecode run
```## How are the exercises organized?
Each exercise is a small react application containing the following files:
1. **app.py:** represents the entry python file that will be executed by the computer.
2. **README.md:** contains exercise instructions.
3. **test.py:** you don't have to open this file, it contains the testing script for the exercise.## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book:
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) :bug:, contribution: (coder), (translation) :earth_americas:This project follows the
[all-contributors](https://github.com/kentcdodds/all-contributors)
specification. Contributions of any kind are welcome!