File tree Expand file tree Collapse file tree 7 files changed +16
-1
lines changed
content/pages/01-introduction Expand file tree Collapse file tree 7 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,12 @@ that expand a programmer's abilities are the units of progress. Extra value
5757is placed on making the projects open source and working with experienced
5858mentors to learn what he or she can improve on in their programs.
5959
60+ Another way to learn that combines the project-based learning with defined
61+ objectives is to play a computer game that will guide you through the
62+ learning process. For example, [ TwilioQuest] ( https://www.twilio.com/quest )
63+ teaches the basics of Python in one of its missions and then has a
64+ ton of free content for studying intermediate and advanced topics.
65+
6066
6167### Should I learn Python first?
6268Python is good choice in the project-based approach because of the extensive
Original file line number Diff line number Diff line change 1+ {% include "sponsor.html" %}
12< div class ="pn ">
23 < div class ="pnh ">
3- < h3 > Learn more </ h3 >
4+ < h3 > < a href =" /table-of-contents.html " > More Resources </ a > </ h3 >
45 </ div >
56 < img src ="{{ article.headerimage }} " alt ="{{ article.headeralt }} " width ="100% ">
67 < div class ="lg ">
Original file line number Diff line number Diff line change 1+ {% include "sponsor/twilioquest.html" %}
12{% if false %}
23{% if page.sortorder[0:2] == "01" or page.sortorder[0:2] == "02" %}
34 {% include "sponsor/dual-premium-standard.html" %}
Original file line number Diff line number Diff line change 1+ < div class ="pn ">
2+ < div class ="pnh "> < h3 > < a href ="https://www.twilio.com/quest "> Learn More Python</ a > </ h3 > </ div >
3+ < div class ="pnb ">
4+ < a href ="https://www.twilio.com/quest "> < img src ="/img/logos/tq-sm.jpg " alt ="TwilioQuest logo. " width ="100% " class ="shot "> </ a >
5+ < p class ="sps " style ="margin:6px 0 6px "> Learn more Python in the awesome < a href ="https://www.twilio.com/quest "> free TwilioQuest 16-bit adventure game</ a > .</ p >
6+ </ div >
7+ </ div >
You can’t perform that action at this time.
0 commit comments