AU Class
AU Class
class - AU

Getting Started with Python

共享此课程
在视频、演示文稿幻灯片和讲义中搜索关键字:

    说明

    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.

    主要学习内容

    • 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