Python编程要点培训
Python as a Calculator
This module will expose you to Python so that you can run your first simple programs.
You will use Python to compute the results of arithmetic expressions, as you would when using a calculator.
Functions
This module will teach you how to define and call functions.
Functions allow you to write code once that you can execute repeatedly with different inputs.
Logic and Conditionals
This module will teach you how to use logic and conditionals to change the behavior of the program based upon values within the program.
Python Modules
This module will introduce you to the concept of modules.
Python modules allow code to be divided up into different files and reused in different programs.
Python provides many modules that you can use within your programs.