forked from GlasgowCoderCollective/resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (131 loc) · 7.83 KB
/
index.html
File metadata and controls
173 lines (131 loc) · 7.83 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>glasgowCoderCollective Resources</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div>
<h1>Resources</h1>
<h3>Please share coding resources</h3>
<div class="links">
<p><a href="http://www.tecoed.co.uk/learn-python.html" target="_blank">Teaching Computing Education</a></p>
<p>Python resources and guides</p>
<p>Recommended by
<a class="recommended" href="https://github.com/Compo">Peter Crilly</a></p><p> in Scotland</p>
</div>
<!--
Copy the above div and add it to the bottom with your own link a description, your github, name and which country you're from.
-->
<div class="links">
<p><a href="https://progate.com/" target="_blank">Progate</a></p>
<p>Progate is a web service where you can learn programming online. They offer you a fully equipped coding environment to get you started.</p>
</div>
<div class="links">
<p><a href="https://www.theodinproject.com">The Odin Project</a></p>
<p>A free and open source full stack web development curriculum</p>
</div>
<div class="links">
<p><a href="https://www.tutorialspoint.com">tutorialspoint</a></p>
<p>Step by step learning of html,css,js and many more. One of the best site for beginners.</p>
</div>
<div class="links">
<p><a href="https://learntocodewith.me/tools/"></a></p>
<p>Recommended for Beginner's Coding Resources and Tools</p>
</div>
<div class="links">
<p><a href="https://www.cssgridgarden.com">Grid Garden</a></p>
<p>A game where you write CSS code and grow a garden. Learn CSS grid the fun way.</p>
</div>
<div class="links">
<p><a href="https://www.w3schools.com">W3Schools</a></p>
<p>A comprehensive resource for HTML, CSS, Javascript and more.</p>
</div>
<div class="links">
<p><a href="https://javascript30.com/">#Javascript30</a></p>
<p>30 Day Vanilla JS Coding Challenge</p>
</div>
<div class="links">
<p><a href="https://www.codecademy.com" target="_blank">Codecademy</a></p>
<p>Codecademy is an online interactive platform that offers free coding classes</p>
</div>
<div class="links">
<p><a href="https://www.codepen.io">Codepen</a></p>
<p>A frontend development playground/code editor</p>
</div>
<div class="links">
<p><a href="http://tutorials.codebar.io/">codebar</a></p>
<p>Free tutorials that will run you through the basics of HTML &s; CSS, JS, Ruby and Python. Also available on GitHub.</p>
</div>
<div class="links">
<p><a href="https://stackoverflow.com/">Stack Overflow</a></p>
<p>A trusted community of developers to learn and share your knowledge</p>
</div>
<div class="links">
<p><a href="https://frontendmasters.com/courses/web-development-v2/">Front-End Masters</a></p>
<p>Advance Your Skills with In-Depth, Modern Front-End Engineering Courses</p>
</div>
<div class="links">
<p><a href="https://www.techgig.com/" target="_blank">Techgig</a></p>
<p>
TechGig.com is a competitive
programming and technology community website owned by Times Internet <br>Techgig is Largest online Tech Community, where you can learn,
update your skills, compete with fellow techies and get your dream job.
</p>
</div>
<div class="links">
<p><a href="https://www.edx.org/course/subject/computer-science">EdX Computer Science Courses</a></p>
<p>Contains courses from MIT and Harvard that are free to audit/take</p>
</div>
<div class="links">
<p><a href="https://www.khanacademy.org/">Khan Academy</a></p>
<p>You can learn anything.For Free.For everyone.Forever</p>
<div class="links">
<p><a href="https://www.udemy.com/html-and-css-for-beginners-crash-course-learn-fast-easy/">Udemy - HTML and CSS for Beginners - Build a Website & Launch ONLINE</a></p>
<p>HTML and CSS for Beginners course will give your all the knowledge you need to master HTML and CSS easily and quickly, and it's free</p>
</div>
<div class="links">
<p><a href="https://www.codewars.com/">Code Wars</a></p>
<p>Improve your skills by training with others on real code challenges. Has many different code challenges for 20+ programming languages.</p>
</div>
<div class="links">
<p><a href="https://www.udacity.com/course/intro-to-programming-nanodegree--nd000" target="_blank">freecodecamp</a></p>
<p>Udacity's Intro to Programming is your first step towards careers in Web and App Development, Machine Learning, Data Science, AI, and more! This program is perfect for beginners.</p>
<p>Recommended by
<a class="recommended" href="https://github.com/WiseCyril">Uchenna Cyril Nnamadim</a></p><p> in Nigeria</p>
</div>
<div class="links">
<p><a href="https://www.tensorflow.org/" target="_blank">Tensorflow</a></p>
<p>Tensorflow is an open source software library for high performance numerical computation</p>
</div>
<div class="links">
<p><a href="https://www.hackerearth.com/" target="_blank">Hackerearth</a></p>
<p>Hackerearth is one of the best platform to practice,improve and analyze programming skills</p>
</div>
<div class="links">
<p><a href="https://learnpythonthehardway.org/" target="_blank">Learn Python the Hard Way</a></p>
<p>This 40-something part tutorial series has a strong focus on getting your fingers moving and used to writing code in full, the hard way.</p>
<p>Recommended by
<a class="recommended" href="https://github.com/egarvin91">Eoin Garvin</a></p><p> in Scotland</p>
</div>
<div class="links">
<p><a href="https://typingclub.com/sportal/program-3.game" target"_blank">Typing Club</a></p>
<p>This webpage has lots of fun exercises for improving your typing speed. </p>
<p>Recommended by
<a class="recommended" href="https://github.com/egarvin91">Eoin Garvin</a></p><p> in Scotland</p>
</div>
<figure><image src="http://chapotraphouse.com/shark.gif" alt"This friendly shark serves no purpose!">
</figure>
</div>
<div class="links">
<p><a href="https://www.eventbrite.co.uk/e/google-tech-talks-machine-learning-and-ai-tickets-51010179821?aff=ebdssbdestsearch" target="_blank">Free ML event</a></p>
<p>This ML event might be of some interest to some here ...</p>
<p>Recommended by
<a class="recommended" href="https://github.com/verde79">Sean</a></p><p> (near Brigadoon).</p>
</div>
<!-- Paste you code directly above here-->
</div>
</body>
</html>