AD-141 Introduction To Python Programming: Duration: 4 Days
AD-141 Introduction To Python Programming: Duration: 4 Days
Duration: 4 Days
Hands-On Format: This hands-on class is 90/10 lab to lecture ratio, combining engaging lecture, demos, group
activities and discussions with comprehensive machine-based practical programming labs.
Preface A: Introduction
Section A.1: Orientation to the Classroom Environment
Chapter 3: Collections
Chapter 4: Functions
Chapter 5: Modules
• Use modules to hold Python definitions and statements.
• Define and access modules from other modules.
• Use the dir function to list available symbols with a module’s global scope.
• Check the index of Python standard library modules for modules that may be helpful.
• Understand and use the various properties and functions of Python’s sys module.
• Write programs that use various numeric and mathematical modules from Python’s standard
library.
• Write programs that use the various date and time modules from Python’s standard library.
Chapter 7: Exceptions
• Use Python’s additional I/O capabilities beyond the input and print functions.
• Create and use data streams to read and write to files.
• Read and write to text files.
• Use bytes and bytearray data types to read and write binary files.
• Use the seek and tell methods to randomly access the stream contents.
• Use the os and os.path modules to work with files and directories.
• Use the Python standard library’s pdb module to debug Python programs.
• Launch the debugger from an interactive Python shell.
• Learn and use the various debugger commands within the debugging process.
• Set breakpoints and evaluate the current context of the code being debugged.