You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/resources.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@ <h3>For beginners</h3>
35
35
</p>
36
36
<ul>
37
37
<li><p>You’ll need a text editor to get started. <br><ahref="https://codewith.mu/" target="_blank">Mu is a good first choice.</a></p></li>
38
+
<li><p>Get started with Python by following <ahref="https://realpython.com/python-first-steps/" target="_blank">First Steps With Python</a> tutorial. </p></li>
39
+
<li><p>Check out this article: <ahref="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: <ahref="https://www.youtube.com/watch?v=Z1Yd7upQsXY&list=PLBZBJbE_rGRWeh5mIBhD-hhDwSEDxogDg" target="_blank">Python Tutorial for Absolute Beginners.</a></p></li>
0 commit comments