This is an archived version of the course. Please find the latest version of the course on the main webpage.

Chapter 6: Implementing the guessing game

Making the Python code run correctly

face Josiah Wang

And we now try to get the Python code to actually run on the computer!

Summary:

  • We have typed out our Python code into a text editor.
  • And tried to understand how to approach debugging your code.
  • You have looked at some common Python errors.
  • We discussed terminologies like strongly-typed languages and weakly-typed languages.