-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpost-tabs-teachers.html
32 lines (28 loc) · 1.18 KB
/
post-tabs-teachers.html
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
<div class="wrap">
<div class="tab-group">
<section id="tab1" title="General">
<ul>
<li><a href="http://www.hoddereducation.co.uk/media/Documents/ICT/MicroBit-Quick-Start-Teacher-Guide.pdf">Quick Start Guide from Microsoft</a></li>
</ul>
</section>
<section id="tab2" title="Python">
<ul>
<li><a href="https://microbit-playground.co.uk/teachers/why-python-microbit">Introduction to Python on the micro:bit</a></li>
<li><a href="https://microbit-micropython.readthedocs.org/en/latest/">Offical API docs & tutorials.</a></li>
<li><a href="https://cheat.microbit-playground.co.uk">Cheatsheet for Python on micro:bit</a> for use in lessons.</li>
</ul>
</section>
<section id="tab3" title="Touch Develop & Blocks">
Amazing ideas; could form the basis of lessons.
<ul>
<li><a href="https://www.microbit.co.uk/td/lessons">Touch Develop projects</a></li>
<li><a href="https://www.microbit.co.uk/blocks/lessons">Touch Develop projects</a></li>
</ul>
</section>
<section id="tab4" title="Design Technology">
<ul>
<li><a href="https://www.kitronik.co.uk/pdf/bbc_microbit_free_sample_pack_booklet.pdf">Ideas for using the micro:bit in DT from Kitronics. </a>
</ul>
</section>
</div>
</div>