AguaClara / aide_tutorial-DEPRECATED

A playful repository filled with lovely things to learn about AIDE!
MIT License
2 stars 3 forks source link

aide_tutorial

Join the chat at https://gitter.im/AguaClara/aide_tutorial Documentation Status Documentation Status GitHub issues
Travis-CI Build Status Codecov python test coverage
GitHub tag PyPI Anaconda cloud

Build Status codecov.io

aide_tutorial is meant to be the reference repo for all AIDE students. It is not used in the AIDE ecosystem EXCEPT as a learning tool. In the wiki, you can find several tutorials that go over how to contribute start and maintain aide packages. Please feel free to write additional tutorials in the wiki.

The following is the core syllabus for all coding teams. Any new AIDE programmers should start by following these tutorials:

Tutorial Pre-reqs Description
The Atom IDE None Learn how to configure and use one of the most flexible IDEs on the market!

Installation

To install the latest with pip, use: pip install aide_tutorial

Usage

aide_tutorial can provide you with small, personalized snippets of encouragement. For example, within a python console, you can run:

from aide_tutorial import encouragements as enc
enc.ethan92429()

Contributing

Read CONTRIBUTING.