Learn how to write Python scripts
Python is widely used general-purpose, high-level programming language.
It’s design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C. The Python language provides constructs intended to enable clear programs on both a small and large scale.
Overview
In this course, Participant will learn to write reusable scripts with Python. Through intensive exercises, participant learn to use Python in your operating system and application environments as well as apply built-in functions of the language and make use of external modules.
Prerequisites
Students should already be comfortable using the operating system (Linux, Unix, Windows, Solaris, Mac OS X, etc.) on which they will be running Python. While not mandatory, basic skills with at least one other programming language are desirable.
Lessons
An Overview of Python
Lesson : 1 | Duration 1.5 hours
- An Overview of Python
Running Python Scripts
Lesson : 2 | Duration 1.5 hours
- Running Python Scripts
Getting Started
Lesson : 3 | Duration 1.5 hours
- Master the fundamentals of writing Python scripts
Flow Control
Lesson : 4 | Duration 1.5 hours
- Learn core Python scripting elements such as variables and flow control structures
Sequence Data
Lesson : 5 | Duration 1.5 hours
- Discover how to work with lists and sequence data
Defining Functions
Lesson : 6 | Duration 1.5 hours
- Write Python functions to facilitate code reuse
Working with Files
Lesson : 7 | Duration 1.5 hours
- Use Python to read and write files
Dictionaries and Sets
Lesson : 8 | Duration 1.5 hours
- Dictionaries and Sets
Errors and Exception Handling
Lesson : 9 | Duration 1.5 hours
- Make their code robust by handling errors and exceptions properly
Using Modules
Lesson : 10 | Duration 1.5 hours
- Work with the Python standard library
Regular Expressions
Lesson : 11 | Duration 1.5 hours
- Search text using regular expressions
Regular Expressions
Lesson : 11 | Duration 1.5 hours
- Search text using regular expressions
Distributing Modules
Lesson : 12 | Duration 1.5 hours
- Distribution concepts setuptools creating setup.py building installers running installers