-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (45 loc) · 1.34 KB
/
index.html
File metadata and controls
46 lines (45 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
layout: default
title: Overview
overview: true
---
<section class="intro">
<div class="grid">
<div class="unit whole center-on-mobiles">
<p class="first">The Online Plaform to Learn Programming.</p>
</div>
</div>
</section>
<section class="features">
<div class="grid">
<div class="unit whole">
<p>
Pythia is an online platform whose goal is to teach programming and algorithm design. The platform executes the code in a safe environment and its main advantage is to provide intelligent feedback to learners. The platform offers a autonomous environment that support an efficient learning of programming.
</p>
</div>
<div class="clear"></div>
</div>
<div class="grid">
<div class="unit one-third">
<h2>Learn by coding</h2>
<p>
Propose challenging exercises to your students.
Have them code a solution and submit their answer.
</p>
</div>
<div class="unit one-third">
<h2>Tailored feedback</h2>
<p>
Give useful feedback to your students so they can correct themselves.
</p>
</div>
<div class="unit one-third">
<h2>Any language</h2>
<p>
By really executing the code in a sandboxed environment, Pythia is not
tied to any language.
</p>
</div>
<div class="clear"></div>
</div>
</section>