-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathactivities.html
39 lines (36 loc) · 1 KB
/
activities.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
33
34
35
36
37
38
39
---
permalink: /activities/
layout: default
suffixes:
- codecademy,
- CodeCombat,
- CSSDiner,
- CSSTricks,
- FreeCodeCamp,
- git,
- JavaScript,
- Udemy,
- #100DaysOfCode,
- AdventOfCode,
- Box-256,
- CodeWars,
- CodinGame,
- Edabit,
- Reddit,
- Jupyter,
- Us
title: Activities
---
<h1>{{page.title}}</h1>
<p>
There are plenty of places to go on the Internet to learn, practice, share and discover more about code, and
quite often we get people attending who are working their way through resources they've found elsewhere on
the web. The following are just a few of the ones we see people on, along with some we recommend you try.
</p>
{% include filter-difficulty.html %}
<p>
Jump to: <a href="#activities-learning">Learning</a> | <a href="#activities-practice">Practice</a>
</p>
{% include_relative pages-activities/activities-learning.html %}
{% include back-to-top.html %}
{% include_relative pages-activities/activities-practice.html %}