Course curriculum

    1. Computer Programming Concepts via Python

      FREE PREVIEW
    2. Quiz - Computer Programming Concepts via Python

    3. What is a Computer Program ?

      FREE PREVIEW
    4. Quiz - What is a Computer Program?

    5. Programming Languages

      FREE PREVIEW
    6. Quiz - Programming Languages

    7. Functions of an Operating System (OS)

      FREE PREVIEW
    8. Quiz - Functions of an OS

    9. Concept - Files and File Browsers

      FREE PREVIEW
    10. Quiz - Concept - Files and File Browsers

    11. Installing Python runtime in Windows

    12. Quiz - Installing Python runtime in Windows

    13. "Hello World" Program in Python

    14. Quiz - "Hello World" Program in Python

    15. Explaining Python files

    16. Quiz - Explaining Python files

    17. Installing Visual Studio Code & run hello world

    18. Quiz - Installing Visual Studio Code & run hello world

    19. Online IDE or Online Compilers

    20. Quiz - Online IDE or Online Compilers

    21. Machine Code in Operating System

    22. Quiz - Machine Code in Operating System

    23. Behind the scenes of execution of 'Hello World'

    24. Quiz - Behind the scenes of execution of 'Hello World'

    25. Python execution via Command line

    26. Quiz - Python execution via Command line

    27. Summary of 'Hello World' application

    28. Quiz - Summary of 'Hello World' application

    29. Short explanation of 'Hello World' code

    30. Quiz - Short explanation of 'Hello World' code

    31. Importance of special characters in Python Programing

    32. Quiz - Importance of special characters in Python Programming

    33. String and Variable in Python

    34. Quiz - String and Variable in Python

    35. Special Characters and Assignment Operator in Python

    36. Quiz - Special Characters and Assignment Operator in Python

    37. Comments in Python Program

    38. Quiz - Comments in Python Program

    39. Lecture on Variables in Python

      FREE PREVIEW
    40. Quiz - Lecture on Variables in Python

    41. Types of Variables

    42. Quiz - Types of Variables

    43. Sample Codes that demonstrates Variables

    44. Quiz - Sample Codes that demonstrates Variables

    45. What is a Literal and Key Word ?

    46. Quiz - What is a Literal and Key word ?

    47. Operations in Python program

    48. Quiz - Operations in Python program

    49. More about Functions

      FREE PREVIEW
    50. Quiz - More about Functions

    51. Execution flow of Functions

    52. Quiz - Execution flow of Functions

    53. Functions in Programming

      FREE PREVIEW
    54. Quiz - Functions in Programming

    55. More about Operators and Function Basics

    56. Quiz - More about Operators and Function Basics

    57. The concept of Debugging and Import

    58. Quiz - The concept of Debugging and Import

    59. The concept of 'if' Condition

    60. Quiz - The concept of 'if' Condition

    61. The concept of 'else' condition

    62. Quiz - The concept of 'else' condition

    63. Combinational Conditions in Python

    64. Quiz - Combinational Conditions in Python

    65. Arrays and List in Python

    66. Quiz - Arrays and List in Python

    67. The concept of Dictionary in Python

    68. Quiz - The concept of Dictionary in Python

    69. Different Python Dictionary Methods

    70. Quiz - Different Python Dictionary Methods

    71. Loops in Python

    72. Quiz - Loops in Python

    73. Different Variants of Loops

    74. Quiz - Different Variants of Loops

    75. The concept of Scope of a Variable

    76. Quiz - The concept of Scope of a Variable

    77. Scope of Variables - Program

      FREE PREVIEW
    78. Quiz - Scope of Variables - Program

    79. Return, Break, Continue - Control Keywords

    80. Quiz - Return, Break, Continue - Control Keywords

    81. Continue - Control Keyword

    82. Quiz - Continue - Control Keyword

    83. Return - Control Keyword

    84. Quiz - Return - Control Keyword

    85. Combination of all control flow keywords in a Program

    86. Quiz - Combination of all control flow keywords in a Program

    87. Executing Nested-loop in a program

    88. Quiz - Executing Nested-loop in a program

    89. Properties of Nested-loops

    90. Quiz - Properties of Nested-Loops

    91. The concept of Recursion

    92. Quiz - The concept of Recursion

    93. Recursion and Strings

    94. Quiz - Recursion and Strings

    95. Revisiting Debugger

    96. Quiz - Revisiting Debugger

    97. Read and Write to Files using Python Program

    98. Quiz - Read and Write to Files using Python Program

    99. Properties of Files

    100. Quiz - Properties of Files

    1. The concept of Coding Practice

    2. Program which calculates area of circle

    3. Quiz - Program which calculates area of circle

    4. Calculating average of n integers

    5. Quiz - Calculating average of n integers

    6. Finding the largest element

    7. Quiz - Finding the largest element

    8. Linear Search

    9. Quiz - Linear Search

    10. Simple Calculator

    11. Quiz - Simple Calculator

    12. Program that finds Even or Odd number

    13. Quiz - Program that finds Even or Odd number

    14. Program that prints all Even numbers in a value

    15. Quiz - Program that prints all Even numbers in a value

    16. Program that prints Factorial of Even numbers under a value

    17. Quiz - Program that prints Factorial of Even numbers under a value

    18. Python program to find out Leap Year

    19. Quiz - Python program to find out Leap year

    20. Debugging Leap year program

      FREE PREVIEW
    21. Quiz - Debugging Leap year program

    22. A program to swap two Variables

    23. Quiz - A program to swap two Variables

    24. Understanding code by debugging - 1

    25. Quiz - Understanding code by debugging - 1

    26. Understanding code by debugging - 2

    27. Quiz - Understanding code by debugging - 2

    28. Understanding code by debugging - 3

    29. Quiz - Understanding code by debugging - 3

    30. Understanding code by debugging - 4

    31. Quiz - Understanding code by debugging - 4

    32. Concept - Binary Numbers, AND, OR

    33. Quiz - Concept - Binary Numbers, AND, OR

    34. Program that prints Prime Numbers in range

    35. Quiz - Program that prints Prime Numbers in range

    36. Python Turtle Module

    37. Quiz - Python Turtle Module

    38. Explaining Turtle program

    39. Quiz - Explaining Turtle program

    40. Program to Count Vowels in a String

    41. Quiz - Program to Count Vowels in a String

    42. Sorting n numbers using Bubble Sort

    43. Quiz - Sorting n numbers using Bubble Sort

    44. Binary Search

    45. Quiz - Binary Search

    46. Pattern Generation Program

    47. Quiz - Pattern Generation Program

    48. Tree Walk Program

    49. Quiz - Tree Walk Program

    1. Different ways to configure a program

    2. Quiz - Different ways to configure a program

    3. Command Line Arguments

    4. Quiz - Command Line Arguments

    5. Environmental Variables

      FREE PREVIEW
    6. Quiz - Environmental Variables

    7. Exception Handling

    8. Quiz - Exception Handling

    9. Case Study of Exception Handling

      FREE PREVIEW
    10. Quiz - Case Study of Exception Handling

    11. More about Exception Handling

    12. Quiz - More about Exception Handling

    13. Generate an exception

    14. Quiz - Generate an exception

    15. Current Working Directory

    16. Quiz - Current Working Directory

    17. Object Oriented Programing & Encapsulation

    18. Quiz - Object Oriented Programming & Encapsulation

    19. Inheritance

    20. Quiz - Inheritance

    21. Polymorphism

    22. Quiz - Polymorphism

    23. Concept of class and object

    24. Quiz - Concept of class and object

    25. Explanation of Class, Object, Inheritance & Polymorphism

    26. Quiz - Explanation of Class, Object, Inheritance & Polymorphism

    27. Explanation of Encapsulation

    28. Quiz - Explanation of Encapsulation

    29. Memory Management

    30. Quiz - Memory Management

    31. Function Objects or Function Pointers

      FREE PREVIEW
    32. Quiz - Function Objects or Function Pointers

    33. Decorator Application

      FREE PREVIEW
    34. Quiz - Decorator Application

    35. Decorator - Advanced - Most Non-Linear Program in the Training

    36. Quiz - Decorator - Advanced - Most Non-Linear Program in the Training

    37. Multithreading

      FREE PREVIEW
    38. Quiz - Multithreading

    39. Multithreaded program

    40. Quiz - Multithreaded program

    41. Multiprocessing

    42. Quiz - Multiprocessing

    43. Multifile program

    44. Quiz - Multifile program

    45. Introduction to Git

    46. Quiz - Introduction to Git

    47. Git and Git hub

    48. Quiz - Git and Git hub

    49. Concept of Branches & Pull request

    50. Quiz - Concept of Branches & Pull request

    51. Practical of Branch & PR

    52. Quiz - Practical of Branch & PR

    53. Package Management

    54. Quiz - Package Management

    55. Pip Installation - case study

    56. Quiz - Pip Installation - case study

    57. Final Conclusion

About this course

  • $20.00
  • 209 lessons
  • 24 hours of video content

Discover your potential, starting today