💎 A Final Paper about an Online Helper to teach people the Programming World.
💎 C;
💎 Python; 🐍
💎 Developed at a Linux SO, Debian Ubuntu distro, version 16.04;
- backports.functools-lru-cache: 1.4
- click: 6.7
- cycler: 0.10.0
- Flask: 0.12.2
- Flask-Login: 0.4.0
- Flask-SQLAlchemy: 2.3.2
- itsdangerous: 0.24
- Jinja2: 2.9.6
- MarkupSafe: 1.0
- matplotlib: 2.1.0
- mpld3: 0.3
- MySQL-python: 1.2.5
- numpy: 1.13.3
- pexpect: 4.2.1
- pkg-resources: 0.0.0
- ptyprocess: 0.5.2
- pyparsing: 2.2.0
- python-dateutil: 2.6.1
- pytz: 2017.2
- six: 1.11.0
- SQLAlchemy: 1.1.14
- subprocess32: 3.2.7
- Werkzeug: 0.12.2
It can be installed using the Dependencies Control File with the command:
$ pip install -r requirements.txt
Or You can use our Virtual Environment with the command:
$ source Venv/bin/activate;