Python Lightning
Course Name: Python Lightning
Duration: 1 Day
Course Description
- This Course is designed for a quick review of Python Essential Topics
- This course is pre-requsite of almost all Advanced Python Courses.
- Data Analysts, System Admins, Database Admins, Network Admins and Developers who work on Machine Learning and AI will find this content very useful.
- Language Overview
- > Why Python is popular on many areas?
- > Big Data and Database Management
- > Data Science and Analysis
- > Machine Learning (ML)
- > Artificial Intelligence (AI)
- > Network Programming and System Automation
- > The Python Standard Library
- > Built-in Functions and Modules
- > Basic Operators and Type Casting
- > Numeric Data Types and Functions
- > String Data Type and Functions
- > if-else
- > For loop
- > While loop
- > break and continue statements
- > Function Definition
- > Scope Rules
- > Recursion
- > Random Module Functions
- > Immutable vs Mutable Types
- > List and Tuple Functions
- > Comparison
- > Conversion
- > Multi-dimensional Lists and Tuples
- > Key and Value Pairs
- > Dictionary Functions
- > Sorting and Converting
- > Important Libraries
- > How to Install and Import
- > Examples
- > Open a File with r/w/a/b Modes
- > File Operations
- > File and Directory Methods
- > Exception Types
- > Multiple Exceptions
- > try and except block
- > Finally expression
Course Outline
Standard Data Types
Flow Control
Functions
Lists and Tuples
Dictionaries
External Libraries
Basic File Operations
Exception Handling