Module 2 Summary

Thomas J. Kennedy

Contents:

Having completed the Getting Set Up with Python module (i.e., Module 2) you should now be comfortable:

1 Questions to Consider

Take a few minutes to think about the following:

  1. Why is the

    if __name__ == "__main__":
    

    check so important?

  2. How often have you written a combination of procedural and object-oriented code?

  3. How often have you written a combination of functional and object-oriented code?

2 On to the Next Module…

The next module (i.e., Python Basics I - Variables & Functions) will introduce how to work with variables and functions in Python.