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

https://github.com/dataideaorg/numpy-100-puzzles-challenge


https://github.com/dataideaorg/numpy-100-puzzles-challenge

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Welcome to the DATAIDEA 100 Pandas Puzzles Challenge!

## Introduction

This is a collection of exercises that have been collected in the numpy mailing list, on stack overflow
and in the numpy documentation. The goal of this collection is to offer a quick reference for both old
and new users but also to provide a set of exercises for those who teach.

If you find an error or think you've a better way to solve some of them, feel
free to open an issue.

Note: markdown and ipython notebook are created programmatically from the source data in `source/exercises.ktx`.
To modify the content of these files, please change the text in the source and run the `generators.py` module with a python
interpreter with the libraries under `requirements.txt` installed.

The keyed text format (`ktx`) is a minimal human readable key-values to store text (markdown or others) indexed by keys.

This work is licensed under the MIT license.