AU Class
AU Class
class - AU

Getting Started with Python

Share this class
Search for keywords in videos, presentation slides and handouts:

    Description

    This is an introductory class to Python—no previous experience required. The class will walk through basic concepts of Python, and show how to set up a Python programming environment. It will cover Python’s flow control mechanisms and basic data types, as well as some of the native libraries that you can use to develop your own automation tools in Python. At the end of the session, attendees will be able to develop a working Python script that can read and write files that can be used to transfer data between different platforms.

    Key Learnings

    • Learn how to set up a programming environment for Python
    • Learn the basic data types and flow-control features of Python
    • Learn how Python code is interpreted and executed
    • Learn how to read and write files using Python