Course curriculum

  1. 01
    • Introduction

    • Getting started on Windows, macOS, and Linux

    • How to ask great questions

    • FAQ’s

  2. 02
    • What is ChatGPT

    • ChatGPT for your day-to-day tasks

    • How to use ChatGPT

    • Set up an account with ChatGPT

  3. 03
    • Python Installation (Step By Step)

    • PyCharm IDE Installation

    • Getting Start PyCharm code editor

    • First Hello World Program

  4. 04
    • Use ChatGPT to write variables

    • Use ChatGPT to write datatypes

    • Use ChatGPT to Type casting

    • Use ChatGPT to write strings

    • Use ChatGPT to write operators

  5. 05
    • Use ChatGPT to write if else statements

    • Use ChatGPT to write while loop

    • Use ChatGPT to write for loop

    • Use ChatGPT to write a nested loop

    • Exercise and Solution for it (Pyramid pattern)

  6. 06
    • Use ChatGPT to write Guessing game

    • Use ChatGPT to write a Car racing game

  7. 07
    • Use ChatGPT to write functions

    • Use ChatGPT to explain Object Oriented Programming

    • Use ChatGPT to write class object programs

    • Use ChatGPT to write inheritance

    • Use ChatGPT to write polymorphism

    • Use ChatGPT to write abstract classes

    • Use ChatGPT to write encapsulation

  8. 08
    • Use ChatGPT to write validations