Course Overview

Key Features

  • 26 high-quality lectures
  • 4 hours of high-quality e-learning content
  • Covers common python errors
  • Course completion certificate

Training Options

Self-Paced Learning

$ 49

  • Lifetime access to high-quality self-paced e-learning content curated by industry experts
  • 24x7 learner assistance and support

Corporate Training

Customized to your team's needs

  • Blended learning delivery model (self-paced eLearning and/or instructor-led options)
  • Flexible pricing options
  • Enterprise grade Learning Management System (LMS)
  • Enterprise dashboards for individuals and teams
  • 24x7 learner assistance and support

Course Curriculum

Course Content

  • Python Basics

    Preview
    • Lesson 00 - Course Overview

      04:44Preview
      • 0.1 Introduction
        00:13
      • 0.2 Offerings
        00:07
      • 0.3 Course Objectives
        00:29
      • 0.4 Course Overview
        00:21
      • 0.5 Target Audience
        00:27
      • 0.6 Course Prerequisites
        00:11
      • 0.7 Need of Python
        00:49
      • 0.8 Python vs. Rest Other Languages
        00:25
      • 0.9 Value to the Professionals
        00:16
      • 0.10 Value to the Professionals (contd.)
        00:31
      • 0.11 Value to the Professionals (contd.)
        00:24
      • 0.12 Lessons Covered
        00:23
      • 0.13 Conclusion
        00:08
    • Lesson 01 - Introduction to Python

      28:15Preview
      • 1.1 Introduction
        00:12
      • 1.2 Objectives
        00:16
      • 1.3 An Introduction to Python
        01:27
      • 1.4 Features of Python
        00:44
      • 1.5 The History of Python
        00:27
      • 1.6 Releases
        00:33
      • 1.7 Installation on Ubuntu-based Machines
        01:00
      • 1.8 Installation on Windows
        00:59
      • 1.9 Demo-Install and Run Python
        00:08
      • 1.10 Demo-Install and Run Python
        14:17
      • 1.11 Example of a Python Program
        01:08
      • 1.12 Modes of Python
        00:27
      • 1.13 Batch Script Mode
        00:29
      • 1.14 Demo-Run Python in the Batch Mode
        00:05
      • 1.15 Demo-Run Python in the Batch Mode
        01:14
      • 1.16 Interpreter Mode
        00:46
      • 1.17 Demo-Run Python in the Interpreter Mode
        00:05
      • 1.18 Demo-Run Python in the Interpreter Mode
        00:31
      • 1.19 Indentation in Python
        00:49
      • 1.20 Indentation in Python (contd.)
        00:26
      • 1.21 Writing Comments in Python
        01:06
      • 1.22 Business Scenario
        00:23
      • 1.23 Quiz
      • 1.24 Summary
        00:33
      • 1.25 Conclusion
        00:10
    • Lesson 02 - Python Data Types

      19:34Preview
      • 2.1 Python Data Types
        00:10
      • 2.2 Objectives
        00:18
      • 2.3 Variables
        00:52
      • 2.4 Types of Variables
        01:09
      • 2.5 Types of Variables-String
        01:07
      • 2.6 Types of Variables-Numeric Types
        00:34
      • 2.7 Types of Variables-Boolean Variables
        00:34
      • 2.8 Types of Variables-Boolean Variables (contd.)
        00:35
      • 2.9 Types of Variables-List
        00:24
      • 2.10 Adding Elements to a List
        00:48
      • 2.11 Accessing the Elements of a List
        01:09
      • 2.12 Types of Variables-Dictionary
        00:30
      • 2.13 Adding Elements to a Dictionary
        00:50
      • 2.14 Accessing the Elements of a Dictionary
        00:12
      • 2.15 Dictionary Methods
        00:32
      • 2.16 Dictionary Methods (contd.)
        00:30
      • 2.17 Operators
        00:21
      • 2.18 Opeators (contd.)
        00:10
      • 2.19 Logical Operators
        00:44
      • 2.20 Logical Operators (contd.)
        00:47
      • 2.21 Logical Operators (contd.)
        00:39
      • 2.22 Arithmetic Operations on Numeric Values
        00:58
      • 2.23 Order of Operands
        01:03
      • 2.24 Operators on Strings
        01:03
      • 2.25 Variables Comparison
        01:06
      • 2.26 Variables Comparison (contd.)
        01:05
      • 2.27 Variables Comparison (contd.)
        00:33
      • 2.28 Quiz
      • 2.29 Summary
        00:41
      • 2.30 Conclusion
        00:10
    • Lesson 03 - Control Statements

      09:27Preview
      • 3.1 Introduction
        00:10
      • 3.2 Objectives
        00:13
      • 3.3 Pass Statements
        00:15
      • 3.4 Conditional Statements
        00:45
      • 3.5 Types of Conditional Statements
        00:18
      • 3.6 If Statements
        00:28
      • 3.7 If…Else Statements
        00:49
      • 3.8 If…Else If Statements
        01:06
      • 3.9 If…Else If…Else Statements
        00:18
      • 3.10 Nested If Statements
        00:38
      • 3.11 Demo-Use “If…Else” Statement
        00:05
      • 3.12 Demo-Use “If…Else” Statement
        02:12
      • 3.13 In Clause
        00:56
      • 3.14 Ternary Operators
        00:44
      • 3.15 Quiz
      • 3.16 Summary
        00:21
      • 3.17 Conclusion
        00:09
    • Lesson 04 - Loops

      08:10Preview
      • 4.1 Introduction
        00:10
      • 4.2 Objectives
        00:12
      • 4.3 Loops in Python
        00:37
      • 4.4 Range Function
        00:28
      • 4.5 For Loop
        00:35
      • 4.6 For Loop (contd.)
        00:23
      • 4.7 While Loop
        00:35
      • 4.8 Nested Loop
        00:50
      • 4.9 Demo-Create Loops
        00:05
      • 4.10 Demo-Create Loops
        02:21
      • 4.11 Break Statements
        00:48
      • 4.12 Continue Statements
        00:36
      • 4.13 Quiz
      • 4.14 Summary
        00:22
      • 4.15 Conclusion
        00:08
    • Lesson 05 - Functions

      09:27Preview
      • 5.1 Introduction
        00:10
      • 5.2 Objectives
        00:13
      • 5.3 Introduction to Functions
        00:49
      • 5.4 Creating Functions
        00:49
      • 5.5 Calling Functions
        00:43
      • 5.6 Arguments and Return Statement
        01:28
      • 5.7 Variable-Length Arguments
        00:53
      • 5.8 Variable-Length Arguments (contd.)
        00:33
      • 5.9 Recursion
        00:43
      • 5.10 Demo-Create a Function
        00:05
      • 5.11 Demo-Create a Function
        02:19
      • 5.12 Quiz
      • 5.13 Summary
        00:33
      • 5.14 Conclusion
        00:09
    • Lesson 06 - Classes

      11:23Preview
      • 6.1 Introduction
        00:10
      • 6.2 Objectives
        00:14
      • 6.3 Classes
        01:39
      • 6.4 Objects
        00:33
      • 6.5 Creating a Basic Class
        00:35
      • 6.6 Accessing Variables of a Class
        00:39
      • 6.7 Adding Functions to a Class
        00:40
      • 6.8 Built-in Class Attributes
        00:37
      • 6.9 Init Function
        00:38
      • 6.10 Example of Defining and Using a Class
        00:42
      • 6.11 Example of Defining and Using a Class (contd.)
        00:27
      • 6.12 Demo-Create a Class
        00:05
      • 6.13 Demo-Create a Class
        03:34
      • 6.14 Quiz
      • 6.15 Summary
        00:40
      • 6.16 Conclusion
        00:10
    • Lesson 07 - Imports and Modules

      12:01Preview
      • 7.1 Introduction
        00:11
      • 7.2 Objectives
        00:16
      • 7.3 Modules
        00:54
      • 7.4 Creating Modules
        00:18
      • 7.5 Using Modules
        00:14
      • 7.6 Using Modules (contd.)
        01:10
      • 7.7 Using Modules (contd.)
        00:27
      • 7.8 Using Modules (contd.)
        00:26
      • 7.9 Python Interpreter Module Search
        00:57
      • 7.10 Demo-Create and Import a Module
        00:06
      • 7.11 Demo-Create and Import a Module
        02:24
      • 7.12 Namespace and Scoping
        00:57
      • 7.13 Dir() Function
        00:29
      • 7.14 Dir() Function (contd.)
        00:23
      • 7.15 Global and Local Functions
        00:31
      • 7.16 Reload a Module
        00:48
      • 7.17 Packages in Python
        00:46
      • 7.18 Quiz
      • 7.19 Summary
        00:34
      • 7.20 Conclusion
        00:10

Reviews

  • Kashish Chauhan

    Kashish Chauhan

    Trainee at ACME Cleantech Solution Private Limited

    The course is good for beginners looking to get a base in Python.

prevNext

Why Online Bootcamp

  • Develop skills for real career growthCutting-edge curriculum designed in guidance with industry and academia to develop job-ready skills
  • Learn from experts active in their field, not out-of-touch trainersLeading practitioners who bring current best practices and case studies to sessions that fit into your work schedule.
  • Learn by working on real-world problemsCapstone projects involving real world data sets with virtual labs for hands-on learning
  • Structured guidance ensuring learning never stops24x7 Learning support from mentors and a community of like-minded peers to resolve any conceptual doubts

FAQs

  • How do I enroll for the Online training?

    You can enroll for this Online training online. Payments can be made using any of the following options and receipt of the same will be issued to the candidate automatically via email.
    1. Visa debit/credit card
    2. American express and Diners club card
    3. Master Card, or
    4. Through PayPal

  • What will I get along with this training?

    You will have access to the online e-learning along with the training.

  • Can I cancel my enrollment? Do I get a refund?

    Yes, you can cancel your enrollment. We provide you complete refund after deducting the administration fee. To know more please go through our Refund Policy.

  • Do you provide any course completion certificate?

    Yes, we offer course completion certificate after you successfully complete the training program with the following criteria:

    • Complete 85% of the course.
    • Complete 1 simulation test with a minimum score of 60%.

  • Where and how can I access the e-learning content? Are there any limitations?

    Once you register with us for a course by paying the course fee, you can have 24/7 access to the e-learning content on our website. An automated course purchase confirmation mail from our side will guide you through the process.

  • I am not able to access the online course. Whom should I contact for a solution?

    Please raise a request via our Help and Support portal to have your issue resolved.

  • I want to know more about the training program. Whom do I contact?

    Please join our Live Chat for instant support, call us, or Request a Call Back to have your query resolved.

  • Disclaimer
  • PMP, PMI, PMBOK, CAPM, PgMP, PfMP, ACP, PBA, RMP, SP, and OPM3 are registered marks of the Project Management Institute, Inc.