How should a new coder approach these tutorials?
If at any time you have issues installing anything, don’t hesitate to contact me.
python --version
, and if you get an error message, or if your version is older than 2.7, go ahead and install or update.Haven’t worked through any of the above resources? It’s okay – feel free to do these tutorials as well, but have patience for yourself and don’t be shy on using Google or referring to those resources for syntax help.
Each tutorial is meant to be worked through in the order presented, but can be skipped if not challenging enough:
Each tutorial can stand on its own, but gently advances in development topics that a new coder may not be exposed to when trying to learn on his/her own. It‘s okay to get bored, frustrated, distracted, etc. Life happens. The tutorials will still be here for when you return – just be sure to save your progress.
Code for these tutorials may not be the most Pythonic — it’s meant to teach.