Skip to content

Commit d53be4c

Browse files
committed
Merge branch 'release'
2 parents 6ec7910 + e8b55f9 commit d53be4c

File tree

1 file changed

+28
-11
lines changed

1 file changed

+28
-11
lines changed

pages-activities/activities-practice.html

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ <h4>
3131
<h4>
3232
<span class="fas fa-candy-cane"></span>
3333
<a href="http://adventofcode.com/" target="_blank">Advent of Code</a>
34-
<span class="badge badge-warning">Medium</span>
34+
<span class="badge badge-success">Easy</span>
3535
</h4>
3636
<p>
3737
In 2015 <a href="http://was.tl/" target="_blank">Eric Wastl</a>, presumably unsatisfied with the
3838
singular chocolate found behind each door of his Advent calendar, decided to create a series of
39-
small programming puzzles instead. It's incredible fun to follow, and he has repeated the challenge
40-
each year so there are now challenges for
39+
small programming puzzles instead. Previous years' challenges are available from
4140
<a href="http://adventofcode.com/2015" target="_blank">2015</a>,
4241
<a href="http://adventofcode.com/2016" target="_blank">2016</a> and
4342
<a href="http://adventofcode.com/2017" target="_blank">2017</a>. The puzzles can be solved in any
44-
language and use a variety of skills.
43+
language and use a variety of skills. Just bear in mind that they start out easy but very quickly
44+
become fiendishly hard.
4545
</p>
4646
</div>
4747
</div>
@@ -122,15 +122,14 @@ <h4>
122122
<div class="row">
123123
<div class="card">
124124
<h4>
125-
<span class="fab fa-reddit"></span>
126-
<a href="https://www.reddit.com/r/dailyprogrammer/" target="_blank">Reddit: Daily Programmer</a>
127-
<span class="badge badge-success">Easy</span>
125+
<span class="fab fa-google"></span>
126+
<a href="https://colab.research.google.com/" target="_blank">Google Colab</a>
127+
<span class="badge badge-warning">Medium</span>
128128
</h4>
129129
<p>
130-
Similar to Advent of Code, this is a resource that presents you with various programming puzzles
131-
that can be completed in any programming language. Three challenges are put up every week which
132-
increase in difficulty, starting with an easy puzzle Monday, intermediate puzzle Wednesday and a
133-
hard puzzle on a Friday.
130+
Google Colab uses your Google Drive account to drive a Jupyter instance, allowing you to use
131+
Jupyter on a lightning-fast environment without all the setup involved in creating your own
132+
local instance.
134133
</p>
135134
</div>
136135
</div>
@@ -155,4 +154,22 @@ <h4>
155154
</div>
156155
</div>
157156
</div>
157+
158+
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
159+
<div class="row">
160+
<div class="card">
161+
<h4>
162+
<span class="fab fa-reddit"></span>
163+
<a href="https://www.reddit.com/r/dailyprogrammer/" target="_blank">Reddit: Daily Programmer</a>
164+
<span class="badge badge-success">Easy</span>
165+
</h4>
166+
<p>
167+
Similar to Advent of Code, this is a resource that presents you with various programming puzzles
168+
that can be completed in any programming language. Three challenges are put up every week which
169+
increase in difficulty, starting with an easy puzzle Monday, intermediate puzzle Wednesday and a
170+
hard puzzle on a Friday.
171+
</p>
172+
</div>
173+
</div>
174+
</div>
158175
</div>

0 commit comments

Comments
 (0)