MOE Computing Teachers' Content Upgrading Course FAQ
This e-book contains snippets of explanations to frequently asked questions.
Useful Tips
General
- Post on the forums!
 - Add the word 
pythonto your Google searches. - The official documentation for Python 3 is at https://docs.python.org/3/.
 - Stack Overflow is a Q & A site for programmers. It shows up often in Google searches. The most likely answer is the one with the green tick.
 - Read through the Python Style Guide to help you write readable code.
 
Missions
- Read the missions carefully.
 - Think about how to apply what was covered in lectures.