# 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 [![Join the chat at https://gitter.im/AguaClara/aide_tutorial](https://img.shields.io/gitter/room/AguaClara/aide_tutorial.svg?maxAge=3600)](https://gitter.im/AguaClara/aide_tutorial?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Documentation Status](https://readthedocs.org/projects/aide_tutorial/badge/?version=latest)](http://aide_tutorial.readthedocs.io/en/latest/) [![Documentation Status](https://readthedocs.org/projects/aide_tutorial/badge/?version=stable)](http://aide_tutorial.readthedocs.io/en/stable/) [![GitHub issues](https://img.shields.io/github/issues/AguaClara/aide_tutorial.svg?maxAge=3600)](https://github.com/AguaClara/aide_tutorial/issues)
[![Travis-CI Build Status](https://img.shields.io/travis/AguaClara/aide_tutorial.svg?maxAge=3600&label=Travis)](https://travis-ci.org/AguaClara/aide_tutorial) [![Codecov python test coverage](https://img.shields.io/codecov/c/github/AguaClara/aide_tutorial/master.svg?maxAge=3600&label=Codecov)](https://codecov.io/gh/AguaClara/aide_tutorial)
[![GitHub tag](https://img.shields.io/github/tag/AguaClara/aide_tutorial.svg?maxAge=3600&label=Github)](https://github.com/AguaClara/aide_tutorial) [![PyPI](https://img.shields.io/pypi/v/aide_tutorial.svg?maxAge=3600)](https://pypi.python.org/pypi/aide_tutorial) [![Anaconda cloud](https://anaconda.org/conda-forge/aide_tutorial/badges/version.svg)](https://anaconda.org/conda-forge/aide_tutorial) [![Build Status](https://travis-ci.org/AguaClara/aide_tutorial.svg?branch=master)](https://travis-ci.org/AguaClara/aide_tutorial) [![codecov.io](https://codecov.io/github/hbetts/orbitalpy/coverage.svg?branch=master)](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).