Exercise :

Python Programming

  • There are 3 exercises for Python programming.

  • Readings for the 3 exercises

  • Create a separate web page for each exercise. Write the exercise page with

      • no more than 1000 words (in Chinese or English), and with

      • a lot of pictures of your python programming captured from your computer screen.

  • There are two things you have to write in these exercise pages

    • Practiced python codes (screen capture)

    • Bug/difficulty that you encountered, and the way how you solve the bug/difficulty.

  • Submit the web address of your web pages to Google Classroom.

Python (I)

  • Goal: Install and practice python programs. In this exercise you should learn: install python, variable, while, for, if, if else, function.

  • Watch the youtube videos, and practice the example python codes.

  • Write a report page.

  • Submit the web address of the report page to Google Classroom.

Python (II)

  • Goal: Second exercise for python programming. In this exercise you should learn: local variables, package, file read/write, class, tuple, list, multi-dimensional array, dictionary.

  • Watch the youtube videos, and practice the example python codes.

  • Write a report page.

  • Submit the web address of the report page to Google Classroom.

Python (III)

  • Goal: Third exercise for python programming. In this exercise you should learn miscellaneous and advanced syntax of python: import, continue&break, try (exception handling), zip/lambda/map, copy vs. deepcopy, threading, multi-processing, tkinter, pickle, set.

  • Watch the youtube videos and practice the example python codes.

  • Write a report page.

  • Submit the web address of the report page to Google Classroom.