# aide_tutorial-DEPRECATED
**Repository Path**: mirrors_AguaClara/aide_tutorial-DEPRECATED
## Basic Information
- **Project Name**: aide_tutorial-DEPRECATED
- **Description**: A playful repository filled with lovely things to learn about AIDE!
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-24
- **Last Updated**: 2026-03-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# aide_tutorial
[](https://gitter.im/AguaClara/aide_tutorial?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](http://aide_tutorial.readthedocs.io/en/latest/)
[](http://aide_tutorial.readthedocs.io/en/stable/)
[](https://github.com/AguaClara/aide_tutorial/issues)
[](https://travis-ci.org/AguaClara/aide_tutorial)
[](https://codecov.io/gh/AguaClara/aide_tutorial)
[](https://github.com/AguaClara/aide_tutorial)
[](https://pypi.python.org/pypi/aide_tutorial)
[](https://anaconda.org/conda-forge/aide_tutorial)
[](https://travis-ci.org/AguaClara/aide_tutorial)
[](https://codecov.io/github/AguaClara/aide_tutorial?branch=master)
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](CONTRIBUTING.md).