Skip to content

Commit 50afbf2

Browse files
authored
Merge pull request #21 from butterfly13/beginner-learners
add list of tutorials for beginners
2 parents ecde7ec + d26dd59 commit 50afbf2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

_includes/resources.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ <h3>For beginners</h3>
3535
</p>
3636
<ul>
3737
<li><p>You’ll need a text editor to get started. <br><a href="https://codewith.mu/" target="_blank">Mu is a good first choice.</a></p></li>
38+
<li><p>Get started with Python by following <a href="https://realpython.com/python-first-steps/" target="_blank">First Steps With Python</a> tutorial. </p></li>
39+
<li><p>Check out this article: <a href="https://www.makeuseof.com/tag/basic-python-examples-learn-fast/" target="_blank">10 Basic Python Examples That Will Help You Learn Fast.</a></p></li>
40+
<li><p>If you are a visual learner, check out this YouTube tutorial: <a href="https://www.youtube.com/watch?v=Z1Yd7upQsXY&list=PLBZBJbE_rGRWeh5mIBhD-hhDwSEDxogDg" target="_blank">Python Tutorial for Absolute Beginners.</a></p></li>
3841
</ul>
3942
</div>
4043
<div class="col-md-4">

0 commit comments

Comments
 (0)