Skip to content

Latest commit

 

History

History
400 lines (301 loc) · 16.1 KB

File metadata and controls

400 lines (301 loc) · 16.1 KB

Table of Contents

Tutorial 1 - 01-Day1-Intro-to-Python

Click on the link in the table of contents to view the tutorial content.

Tutorial 2 - 02-Day2-Application-of-Python

Click on the link in the table of contents to view the tutorial content.

Tutorial 3 - 03-Day3-Modules-and-Pip

Click on the link in the table of contents to view the tutorial content.

Tutorial 4 - 04-Day4-Our-First-Program

Click on the link in the table of contents to view the tutorial content.

Tutorial 5 - 05-Day5-Comments-and-Print

Click on the link in the table of contents to view the tutorial content.

Tutorial 6 - 06-Day6-Variables-and-Data-Types

Click on the link in the table of contents to view the tutorial content.

Tutorial 7 - 07-Day7-Exercise-1-Create-a-Calculator

Click on the link in the table of contents to view the tutorial content.

Tutorial 8 - 08-Day8-Exercise-1-Create-a-Calculator-Solution

Click on the link in the table of contents to view the tutorial content.

Tutorial 9 - 09-Day9-Typecasting-in-Python

Click on the link in the table of contents to view the tutorial content.

Tutorial 10 - 10-Day10-Taking-User-Input

Click on the link in the table of contents to view the tutorial content.

Tutorial 11 - 11-Day11-Strings

Click on the link in the table of contents to view the tutorial content.

Tutorial 12 - 12-Day12-Strings-Slicing

Click on the link in the table of contents to view the tutorial content.

Tutorial 13 - 13-Day13-String-Methods

Click on the link in the table of contents to view the tutorial content.

Tutorial 14 - 14-Day14-If-Else-Conditionals

Click on the link in the table of contents to view the tutorial content.

Tutorial 15 - 15-Day15-Exercise-2-Good-Morning-Sir

Click on the link in the table of contents to view the tutorial content.

Tutorial 16 - 16-Day-16-Match-Case

Click on the link in the table of contents to view the tutorial content.

Tutorial 17 - 17-Day17-For-Loops

Click on the link in the table of contents to view the tutorial content.

Tutorial 18 - 18-Day18-While-Loops

Click on the link in the table of contents to view the tutorial content.

Tutorial 19 - 19-Day-19-break-and-continue

Click on the link in the table of contents to view the tutorial content.

Tutorial 20 - 20-Day20-Functions

Click on the link in the table of contents to view the tutorial content.

Tutorial 21 - 21-Day-21-Function-Arguments

Click on the link in the table of contents to view the tutorial content.

Tutorial 22 - 22-Day-22-Introduction-to-Lists

Click on the link in the table of contents to view the tutorial content.

Tutorial 23 - 23-Day-23-List-Methods

Click on the link in the table of contents to view the tutorial content.

Tutorial 24 - 24-Day24-Introduction-to-Tuples

Click on the link in the table of contents to view the tutorial content.

Tutorial 25 - 25-Day25-Operations-on-Tuples

Click on the link in the table of contents to view the tutorial content.

Tutorial 26 - 26-Day-26-Exercise-2-Solution

Click on the link in the table of contents to view the tutorial content.

Tutorial 27 - 27-Day27-Exercise-3

Click on the link in the table of contents to view the tutorial content.

Tutorial 28 - 28-Day28-f-strings

Click on the link in the table of contents to view the tutorial content.

Tutorial 29 - 29-Day29-Docstrings

Click on the link in the table of contents to view the tutorial content.

Tutorial 30 - 30-Day30-Recursion

Click on the link in the table of contents to view the tutorial content.

Tutorial 31 - 31-Day31-Sets

Click on the link in the table of contents to view the tutorial content.

Tutorial 32 - 32-Day32-Set-Methods

Click on the link in the table of contents to view the tutorial content.

Tutorial 33 - 33-Day-33-Dictionary

Click on the link in the table of contents to view the tutorial content.

Tutorial 34 - 34-Day34-Dictionary-Methods

Click on the link in the table of contents to view the tutorial content.

Tutorial 35 - 35-Day-35-For-loop-with-else

Click on the link in the table of contents to view the tutorial content.

Tutorial 36 - 36-Day36-Exception-Handling

Click on the link in the table of contents to view the tutorial content.

Tutorial 37 - 37-Day37-Finally-keyword

Click on the link in the table of contents to view the tutorial content.

Tutorial 38 - 38-Day38-Custom-Errors

Click on the link in the table of contents to view the tutorial content.

Tutorial 39 - 39-Day39-Exercise-3-Solution

Click on the link in the table of contents to view the tutorial content.

Tutorial 40 - 39-Day39-Exercise-3-Solution (1)

Click on the link in the table of contents to view the tutorial content.

Tutorial 41 - 40-Day40-Exercise-4

Click on the link in the table of contents to view the tutorial content.

Tutorial 42 - 41-Day41-Short-Hand-if-else

Click on the link in the table of contents to view the tutorial content.

Tutorial 43 - 42-Day-42-Enumerate

Click on the link in the table of contents to view the tutorial content.

Tutorial 44 - 44-Day44-How-import-works

Click on the link in the table of contents to view the tutorial content.

Tutorial 45 - 45-Day45-if-name-main-in-Python

Click on the link in the table of contents to view the tutorial content.

Tutorial 46 - 46-Day-46-os-Module

Click on the link in the table of contents to view the tutorial content.

Tutorial 47 - 47-Day47-Exercise-4-Solution

Click on the link in the table of contents to view the tutorial content.

Tutorial 48 - 48-Day48-local-vs-global-variables

Click on the link in the table of contents to view the tutorial content.

Tutorial 49 - 49-Day49-File-IO

Click on the link in the table of contents to view the tutorial content.

Tutorial 50 - 50-Day50-read-readlines-and-other-methods

Click on the link in the table of contents to view the tutorial content.

Tutorial 51 - 51-Day51-seek-and-tell-functions

Click on the link in the table of contents to view the tutorial content.

Tutorial 52 - 52-Day52-Lambda-Functions

Click on the link in the table of contents to view the tutorial content.

Tutorial 53 - 53-Day53-Map-Filter-and-Reduce

Click on the link in the table of contents to view the tutorial content.

Tutorial 54 - 54-Day54-is-vs-in-Python

Click on the link in the table of contents to view the tutorial content.

Tutorial 55 - 55-Day55-Exercise-5

Click on the link in the table of contents to view the tutorial content.

Tutorial 56 - 56-Day56-Intro-to-oops

Click on the link in the table of contents to view the tutorial content.

Tutorial 57 - 57-Day57-Classes-and-Objects

Click on the link in the table of contents to view the tutorial content.

Tutorial 58 - 58-Day58-Constructors

Click on the link in the table of contents to view the tutorial content.

Tutorial 59 - 59-Day-59-Decorators-in-Python

Click on the link in the table of contents to view the tutorial content.

Tutorial 60 - 60-Day-60-Getters-and-Setters

Click on the link in the table of contents to view the tutorial content.

Tutorial 61 - 61-Day-61-Inheritance-in-Python

Click on the link in the table of contents to view the tutorial content.

Tutorial 62 - 62-Day-62-Access-Specifiers

Click on the link in the table of contents to view the tutorial content.

Tutorial 63 - 63-Day-63-Exercise-5-Solution

Click on the link in the table of contents to view the tutorial content.

Tutorial 64 - 64-Day-64-Exercise-6

Click on the link in the table of contents to view the tutorial content.

Tutorial 65 - 65-Day-65-Static-Methods

Click on the link in the table of contents to view the tutorial content.

Tutorial 66 - 66-Day-66-Instance-vs-Class-variables

Click on the link in the table of contents to view the tutorial content.

Tutorial 67 - 67-Day-67-Exercise-6-Solution

Click on the link in the table of contents to view the tutorial content.

Tutorial 68 - 68-Day-68-Exercise-7

Click on the link in the table of contents to view the tutorial content.

Tutorial 69 - 69-Day-69-Class-Methods

Click on the link in the table of contents to view the tutorial content.

Tutorial 70 - 70-Day-70-Class-methods-as-alternative-constructors

Click on the link in the table of contents to view the tutorial content.

Tutorial 71 - 71-Day-71-dir-dict-and-help-methods

Click on the link in the table of contents to view the tutorial content.

Tutorial 72 - 72-Day-72-super-Keyword

Click on the link in the table of contents to view the tutorial content.

Tutorial 73 - 73-Day-73-MagicDunder-Methods

Click on the link in the table of contents to view the tutorial content.

Tutorial 74 - 74-Day-74-Method-Overriding

Click on the link in the table of contents to view the tutorial content.

Tutorial 75 - 75-Day-75-Exercise-7-Solution

Click on the link in the table of contents to view the tutorial content.

Tutorial 76 - 76-Day-76-Exercise-8

Click on the link in the table of contents to view the tutorial content.

Tutorial 77 - 77-Day-77-Operator-Overloading

Click on the link in the table of contents to view the tutorial content.

Tutorial 78 - 78-Day-78-Single-Inheritance

Click on the link in the table of contents to view the tutorial content.

Tutorial 79 - 79-Day-79-Multiple-Inheritance

Click on the link in the table of contents to view the tutorial content.

Tutorial 80 - 80-Day-80-Multilevel-Inheritance

Click on the link in the table of contents to view the tutorial content.

Tutorial 81 - 81-Day-81-Hybrid-and-Hierarchical-Inheritance

Click on the link in the table of contents to view the tutorial content.

Tutorial 82 - 82-Day-82-Exercise-8-Solution

Click on the link in the table of contents to view the tutorial content.

Tutorial 83 - 83-Day-83-Exercise-9

Click on the link in the table of contents to view the tutorial content.

Tutorial 84 - 84-Day-84-Time-Module

Click on the link in the table of contents to view the tutorial content.

Tutorial 85 - 85-Day-85-Command-Line-Utility

Click on the link in the table of contents to view the tutorial content.

Tutorial 86 - 86-Day-86-Walrus-Operator

Click on the link in the table of contents to view the tutorial content.

Tutorial 87 - 87-Day-87-Shutil-Module

Click on the link in the table of contents to view the tutorial content.

Tutorial 88 - 88-Day-88-Exercise-9-Solution

Click on the link in the table of contents to view the tutorial content.

Tutorial 89 - 89-Day-89-Requests-Module

Click on the link in the table of contents to view the tutorial content.

Tutorial 90 - 90-Day-90-Exercise-10

Click on the link in the table of contents to view the tutorial content.

Tutorial 91 - 91-Day-91-Generators-in-Python

Click on the link in the table of contents to view the tutorial content.

Tutorial 92 - 92-Day-92-Function-Caching

Click on the link in the table of contents to view the tutorial content.

Tutorial 93 - 93-Day-93-Exercise-10-Solution

Click on the link in the table of contents to view the tutorial content.

Tutorial 94 - 94-Day-94-Exercise-11

Click on the link in the table of contents to view the tutorial content.

Tutorial 95 - 95-Day-95-Regular-Expressions

Click on the link in the table of contents to view the tutorial content.

Tutorial 96 - 96-Day-96-AsyncIO-in-Python

Click on the link in the table of contents to view the tutorial content.

Tutorial 97 - 97-Day-97-MultiThreading-in-Python

Click on the link in the table of contents to view the tutorial content.

Tutorial 98 - 98-Day-98-MultiProcessing-in-Python

Click on the link in the table of contents to view the tutorial content.

Tutorial 99 - 99-Day-99-Exercise-11-Solution

Click on the link in the table of contents to view the tutorial content.

Tutorial 100 - 100-Day-100-Conclusion-Where-to-go-from-here

Click on the link in the table of contents to view the tutorial content.