Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 750 Bytes

intro.md

File metadata and controls

23 lines (17 loc) · 750 Bytes

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 python to 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.