Complete Python Bootcamp

Categories: Python

Course Content

Introduction

  • Online IDE for running Python programs
    10:02
  • Hello World program and Indentation
    02:35
  • Arithmetic Operators in Python
    04:57
  • Computing average of two given numbers
    02:46
  • Computing area and Circumference of circle
    04:45
  • Shortcut operators
    05:31
  • Relational Operators
    02:59
  • Logical Operators
    05:02
  • Bit-wise Operators
    07:37
  • Computing area of triangle using Heron’s Formula
    04:07
  • Assignment #1
  • Assignment #2
  • Assignment #3

Conditional Statements

Looping Statements

Functions in Python

Modules in Python

Data Structure in Python

Working with Lists in Python

Strings in Python

File Handling in Python

Regular Expression in Python

Exception Handling in Python

Fundamentals of OOPS in Python

Practice Assignment

Projects Implemented in Python