Course curriculum

  • 1

    Student Guide Book

    • Student Guide Book

    • Schedule/curriculum Time Table

  • 2

    Live Sessions

    • AI_ 1st Live Session_ Apr 5, 2021 07:00 PM

    • AI_ 2nd Live Session_ Apr 7, 2021 07:00 PM

    • AI_ 3rd Live Session_ Apr 9, 2021 07:00 PM Cancelled

    • AI_3rd Live Session_ Apr 12, 2021 07:00 PM

    • AI_ 4th Live session_ Apr 13, 2021 07:00 PM

    • AI_5th Live Session_ Apr 14, 2021 07:00 PM

    • AI_6th Live Session_ Apr 16, 2021 07:00 PM

    • AI_6th Live Session_ Apr 17, 2021 04:00 PM

    • AI_7th Live Session_ Apr 19, 2021 07:00 PM

    • AI_8th Live Session_ Apr 21, 2021 07:00 PM

    • AI_9th Live Session_ Apr 22, 2021, 8:00 PM

    • AI_10th Live Session_ Apr 26, 2021 07:00 PM

    • AI_11th Live Session_ Apr 28, 2021 07:00 PM

    • AI_12th Live Session_ Apr 29, 2021 07:00 PM

    • AI_13th Live Session_ 03 MAY, 2021 06:00 PM

    • AI_14th Live Session_ 04 MAY, 2021 07:00 PM Cancelled

    • AI_14th Live Session_ 05 MAY, 2021 06:00 PM Cancelled

    • AI_14th Live Session_ May 6, 2021 07:00 PM

    • AI_14th Live Session_ May 6, 2021 07:00 PM

    • AI_15th Live Session_ May 10, 2021 07:00 PM Cancelled

    • AI_15th Session_ May 11, 2021 07:30 PM

    • AI_16th Live Session_May 13, 2021 07:00 PM

    • AI_17th Live Session_ May 15, 2021 07:00 PM

    • AI_18th Live Session_ May 17, 2021 07:00 PM

    • AI_19th Live Session_ May 19, 2021 07:00 PM

    • AI_19th Live Session_May 20, 2021 07:00 PM

    • AI_20th Live Session_ May 21, 2021 07:00 PM

    • AI _21st Live Session_ May 25, 2021 07:00 PM

    • AI_22nd Live Session_May 29, 2021 06:00 PM

    • AI_23rd Live Session_May 30, 2021 06:00 PM

    • AI_24th Live Session_ Jun 2, 2021 07:00 PM

    • AI_25th Session_Jun 3, 2021 07:00 PM

    • AI_26th Session_ Jun 4, 2021 07:00 PM

    • AI_27th session_ Jun 11, 2021 07:00 PM

    • AI_28th Session_ Jun 12, 2021 07:00 PM

    • AI_29th Session_Jun 13, 2021 07:00 PM

    • AI_29th Session_ Jun 16, 2021 07:00 PM

    • AI _30th Session_Jun 17, 2021 07:00 PM

    • AI_31st Session_ Jun 18, 2021 07:00 PM

    • AI_32nd Session_Jun 25, 2021 07:00 PM

    • AI_33rd Session_Jun 26, 2021 07:00 PM

    • AI_33rd Session- Jun 27, 2021 07:00 PM

    • AI_35th Session_ Jun 30, 2021 06:00 PM

  • 3

    Major Project

    • Major Project

  • 4

    Recorded Session

    • AI_1st Session_05-04-2021

    • AI_2nd Session_07-04-2021

    • AI_3rd Session_12-04-2021

    • AI_4th Session_13-04-2021

    • AI_5th Session_14-04-2021

    • AI_6th Session_17-04-2021

    • AI_7th Session_19-04-2021

    • AI_8th Session_21-04-2021

    • AI_9th Session_23-04-2021

    • AI_10th Session_26-04-2021

    • AI_11th Session_28-04-2021

    • AI_12th Session_29-04-2021

    • AI_13h Session_03-05-2021

    • AI_14th Session_06-05-2021

    • AI_15th Session_11-05-2021

    • AI_16th Session_13-05-2021

    • AI_17th Session_15-05-2021

    • AI_18th Session_19-05-2021

    • AI_19th Session_20-05-2021

    • AI_20th Session_21-05-2021

    • AI_21st Live Session_25-05-2021

    • AI_22nd Session_29-05-2021

    • AI_23rd Session_30-05-2021 Part-1

    • AI_23rd Session_30-05-2021 Part-2

    • AI_24th Session_02-06-2021

    • AI_25th Session_03-06-2021 Part- 1

    • AI_25th Session_03-06-2021 Part- 2

    • AI_26th Session_04-06-2021

    • AI_27th Session_11-06-2021

    • AI_28th Session_12-06-2021

    • AI_29th Session_16-06-2021

    • AI_30th Session_17-06-2021

    • AI_31th Session_18-06-2021

    • AI_32th Session_25-06-2021

    • AI_33th Session_26-06-2021

    • AI_34th Session_27-06-2021

    • AI_35th Session_30-06-2021

    • AI_36th Session_02-07-2021

  • 5

    Modules for MTA exam :- Module 1: Installing and Starting Python

    • 1.1: Overview

    • 1.2: Installing Python

    • 1.3: Interactive Python

    • 1.4: Significant Whitespace

    • 1.5: Python Culture

    • 1.6: The Python Standard Library

    • 1.7: Summary

    • Installing and Starting Python Slides

  • 6

    Module 2: Scalar Types, Operators and Control Flows

    • 2.1: Overview

    • 2.2: Relational Operators

    • 2.3: Control Flow

    • 2.4: While Loops

    • 2.5: Summary

    • Scalar Type Operators and Control Flow Slides

  • 7

    Module 3: Introducing Strings, Collections and Iterations

    • 3.1: Overview

    • 3.2: String

    • 3.3: String Literals

    • 3.4: Bytes

    • 3.5: List

    • 3.6: Dictionary

    • 3.7: For Loop

    • 3.8: Putting It All Together

    • 3.9: Summary

    • Introducing Strings, Collections and Iterations Slide

  • 8

    Module 4: Modularity

    • 4.1: Overview

    • 4.2: Modules

    • 4.3: Functions

    • 4.4: Name

    • 4.5: The Execution Model

    • 4.7: Docstrings

    • 4.8: Comments

    • 4.9: Shebang

    • 4.10: Summary

    • Modularity Slides

    • 4.6: Command Line Arguments

  • 9

    Module 5: Objects and Types

    • 5.1: Overview

    • 5.2: Passing Arguments and Returning Values

    • 5.3: Function Arguments

    • 5.4: Python's Type System

    • 5.5: Scopes

    • 5.6: Everything is an Object

    • 5.7: Summary

    • Objects and Types

  • 10

    Module 6: Built-in Collections

    • 6.1: Overview

    • 6.2: Tuples

    • 6.3: Strings

    • 6.4: Ranges

    • 6.5: Lists

    • 6.6: Dictionaries

    • 6.7: Sets

    • 6.8: Protocols

    • 6.9: Summary

    • Built-in Collections Slides

    • Codes for Built-in Collections

  • 11

    Module 7: Exceptions

    • 7.1: Overview

    • 7.2: Exceptions and Control Flow

    • 7.3: Handling Exceptions

    • 7.4: Exceptions and Programmer Errors

    • 7.5: Re-raising Exceptions

    • 7.6: Exceptions and Part of the API

    • 7.7: Exceptions and Protocols

    • 7.8: Avoid Explicit Type Checks

    • 7.9: It's Easier to Ask Forgiveness Than Permission

    • 7.10: Cleanup Actions

    • 7.11: Platform Specific Code

    • 7.12: Summary

    • Exceptions Slide

  • 12

    Module 8: Iterations and Iterables

    • 8.1 Overview

    • 8.2: List and Set Comprehensions

    • 8.3: Dictionary Comprehensions

    • 8.4: Filtering Comprehensions

    • 8.5: Iteration Protocols

    • 8.6: Generator Functions

    • 8.7: Maintaining State in Generators

    • 8.8: Laziness and the Infinite

    • 8.9: Generator Expressions

    • 8.10: Iteration Tools

    • 8.11: Summary

    • Iteration and Iterables Slides

  • 13

    Module 9: Classes

    • 9.1: Overview

    • 9.2: Classes

    • 9.3: Defining Classes

    • 9.4: Instance Methods

    • 9.5: Instance Initializers

    • 9.6: A Second Class

    • 9.7: Collaborating Classes

    • 9.8: Booking Seats

    • 9.9: Methods for Implementation Details

    • 9.10: Object Oriented Design with Function Objects

    • 9.11: Polymorphism and Duck Typing

    • 9.12: Inheritance and Implementation Sharing

    • 9.13: Summary

    • Classes Slides

  • 14

    Module 10: File IO and Resource Managements

    • 10.1: Overview

    • 10.2: Opening Files

    • 10.3: Writing Text

    • 10.4: Reading Text

    • 10.5: Appending Text

    • 10.6: Iterating Over Files

    • 10.7: Closing Files with Finally

    • 10.8: With Blocks

    • 10.9: Binary Files

    • 10.10: Bitwise Operators

    • 10.11: Pixel Data

    • 10.12: Reading Binary Data

    • 10.13: File-like Objects

    • 10.14: Context Manager

    • 10.15: Summary

    • IO and Resource Managements Slide

  • 15

    Internship Project 1_NEWS CLASSIFICATIONS

    • Part-1

    • Part-2

    • Part-3

    • News-classification

    • NEWS CLASSIFICATION WITH NLP

    • Data Set_ True and Fake

  • 16

    Internship Project-2_ RECOGNITION OF OBJECTS

    • Part- 1

    • Part-2

    • Part-3

    • RECOGNITION OF OBJECTS

    • OBJECT RECOGNITION

  • 17

    Internship Project Submission Link

    • Internship Project Submission