Skip to content

Commit c18d878

Browse files
Merge pull request #306 from lwm/recommend-other-resources
Recommend other resources
2 parents ccb39e4 + 337ff86 commit c18d878

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

+13
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ <h2>Python</h2>
8888
<li><a href="python/lesson3/tutorial.html">Lesson 3 - Fun with Functions</a></li>
8989
</ul>
9090

91+
<h3>Other Recommended Python Resources</h3>
92+
<ul>
93+
<li><a href="http://pymbook.readthedocs.io/en/latest/">Python For You and Me</li>
94+
<li><a href="https://learnpythonthehardway.org/book/">Learn Python The Hard Way</li>
95+
</ul>
96+
9197
<h2>PHP</h2>
9298

9399
<p class="lead">If you are just getting started quickly and easily with PHP, we recommend using <a href="https://docs.c9.io/docs/getting-started">cloud9Ide</a>, as setting up your local environment can be time consuming.</p>
@@ -96,6 +102,13 @@ <h2>PHP</h2>
96102
<li><a href="php/lesson1/tutorial.html">Lesson 1 - Introduction to PHP</a></li>
97103
</ul>
98104

105+
<h2>Other Useful Resources</h2>
106+
<p>The following resources can be helpful to continue learning. They all have content related to the topics listed above.</p>
107+
<ul>
108+
<li><a href="https://www.codewars.com/">Codewars</a></li>
109+
<li><a href="https://www.codecademy.com/">Codecademy</a></li>
110+
</ul>
111+
99112
</section>
100113
<footer>
101114
</footer>

0 commit comments

Comments
 (0)