Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alesanchezr/python-lists-exercises


https://github.com/alesanchezr/python-lists-exercises

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        




Python Loops and Lists Exercises at 4Geeks Academy




follow on Twitter


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!


  1. Python for Beginners

  2. Practice functions


  3. Practice Looping Lists and Tuples ← you are here now

  4. 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!