Course Code: pcap
Duration: 21 hours
Prerequisites:
Course Prerequisites

A prerequisite for this course is understanding all the content covered in the Certified Entry-Level Python Programmer Certification course or equivalent knowledge.

Target Audience:

This course is designed for Beginner and Intermediate level python developers.

Learning Objectives:

After completing this course, you will be able to:

  • Lambda functions
  • Higher-order functions
  • Modules
  • Packages
  • Classes and objects
  • Exceptions
  • Assertions
  • File IO
Overview:

In this course you will learn how to accomplish coding tasks related to the basics of programming in the Python language and the fundamental notions and techniques used in object-oriented programming.

Course Outline:

Introduction

  •  Module 1
    • Functions
    • Arguments
    • Modules
    • Building own modules
    • Packages
    • Building own packages
    • PIP
    • Lambda function
    • File handling
  • Module 2
    • Strings
    • Methods of string
    • Methods of list
    • Methods of tuple
    • Methods of sets
    • Error handling in Python
    • Exceptions
    • List Comprehension
  • Module 3
    • Object-Oriented Programming
    • Classes
    • Objects
    • Methods
    • Inheritance
    • polymorphism
  •  Module 4
    • Generators
    • Iterators
    • os module
    • walk directory
    • Datetime module
    • Time module
    • Testing in Python
    • Pylint