dark
Invidious

CS384 Python

 Subscribe
 RSS
Mayank Agarwal (EasyVideoSeries) | 139 videos | Updated 5 years ago
View playlist on YouTube | Switch Invidious Instance


12:06

CS384 Python Programming 001 Introduction

5:13

CS384 Python Programming 002 Hello World

6:39

CS384 Python Programming 003 print Formats

1:45

CS384 Python Programming 004 Comments

4:52

CS384 Python Programming 005 Take input

3:27

CS384 Python Programming 006 Multi Assignment

2:48

CS384 Python Programming 007 Swap Two Number Single Line

8:32

CS384 Python Programming: Module 01: Getting Started: Lec 01: Installing Python

4:34

CS384 Python Programming: Module 01: Getting Started: Lec 02: Code Editors and VSCode Install

4:19

CS384 Python Programming: Module 01: Getting Started: Lec 03: VSCode Your First Python Program

4:05

CS384 Python Programming: Module 01: Getting Started: Lec 04: VSCode Python Extensions

2:57

CS384 Python Programming: Module 01: Getting Started: Lec 05: Prettier Extension VSCode Python

4:30

CS384 Python Programming Module 02 Primitive Data Types Lec 01 Variable Declaration

9:51

CS384 Python Programming Module 02 Primitive Data Types Lec 02 Variable Names Properties

12:10

CS384 Python Programming Module 02 Primitive Data Types Lec 03 Strings

2:00

CS384 Python Programming Module 02 Primitive Data Types Lec 04 CodeRunner Setting

11:59

CS384 Python Programming Module 02 Primitive Data Types Lec 05 Negative and Positive Indexing

15:02

CS384 Python Programming Module 02 Primitive Data Types Lec 06 String Functions

9:06

CS384 Python Programming Module 02 Primitive Data Types Lec 07 Escape Sequence

8:34

CS384 Python Programming Module 02 Primitive Data Types Lec 08 Formatted Strings Part 01

5:41

CS384 Python Programming Module 02 Primitive Data Types Lec 09 Formatted Strings Part 02

9:04

CS384 Python Programming Module 02 Primitive Data Types Lec 10 Formatted Strings Part 03

9:59

CS384 Python Programming Module 02 Primitive Data Types Lec 11 Formatted Strings Part 04

5:05

CS384 Python Programming Module 02 Primitive Data Types Lec 12 Working with Numbers

4:43

CS384 Python Programming Module 02 Primitive Data Types Lec 13 Type Conversions

11:47

CS384 Python Programming Module 02 Primitive Data Types Lec 14 Bitwise Operator

6:37

CS384 Python Programming Module 03 Control Flow Lec 00 Lists in Python

4:04

CS384 Python Programming Module 03 Control Flow Lec 01 Boolean

2:38

CS384 Python Programming Module 03 Control Flow Lec 02 In Terminal Comparison Operators

10:37

CS384 Python Programming Module 03 Control Flow Lec 03 if else Part 1

4:51

CS384 Python Programming Module 03 Control Flow Lec 04 if else Part 2

6:28

CS384 Python Programming Module 03 Control Flow Lec 05 Nested if else Part 3

2:57

CS384 Python Programming Module 03 Control Flow Lec 06 if else Part 4

1:42

CS384 Python Programming Module 03 Control Flow Lec 07 Ternary Operator

3:06

CS384 Python Programming Module 03 Control Flow Lec 08 Logical Operator

5:58

CS384 Python Programming Module 03 Control Flow Lec 09 Chaining Comparison Operators

8:22

CS384 Python Programming Module 03 Control Flow Lec 10 For Loops Part 1

8:16

CS384 Python Programming Module 03 Control Flow Lec 11 For Loops Part 2

6:18

CS384 Python Programming Module 03 Control Flow Lec 12 For Else Loops Part 3

7:19

CS384 Python Programming Module 03 Control Flow Lec 13 Nested Loops

7:27

CS384 Python Programming Module 03 Control Flow Lec 14 break pass continue

5:02

CS384 Python Programming Module 03 Control Flow Lec 15 While Loops

2:16

CS384 Python Programming Module 03 Control Flow Lec 16 Infinite Loops

9:30

CS384 Python Programming Module 04 Functions Lec 00 Defining Functions

8:42

CS384 Python Programming Module 04 Functions Lec 01 Pass by Reference vs Value

5:03

CS384 Python Programming Module 04 Functions Lec 02 Keyword Arguments

3:25

CS384 Python Programming Module 04 Functions Lec 03 Required Arguments Arguments

5:32

CS384 Python Programming Module 04 Functions Lec 04 Default Arguments

3:43

CS384 Python Programming Module 04 Functions Lec 05 Scope Global Local

7:15

CS384 Python Programming Module 04 Functions Lec 06 Recursion Factorial

7:19

CS384 Python Programming Module 04 Functions Lec 07 Recursion Fibonnaci

5:04

CS384 Python Programming Module 04 Functions Lec 08 Variable Length Arguments xargs

3:24

CS384 Python Programming Module 04 Functions Lec 09 Variable Length Arguments xxargs

15:15

CS384 Python Programming Module 04 Functions Lec 10 Debugging Python in VSCODE

7:51

CS384 Python Programming Module 04 Functions Lec 11 General Shortcuts Windows

8:34

CS384 Python Programming Module 05 Basic Data Structures Lec 01 Lists Part 1

5:35

CS384 Python Programming Module 05 Basic Data Structures Lec 02 Lists Part 2

3:12

CS384 Python Programming Module 05 Basic Data Structures Lec 03 Lists Part 3 Unpacking

5:52

CS384 Python Programming Module 05 Basic Data Structures Lec 04 Tuples Part 1

5:06

CS384 Python Programming Module 05 Basic Data Structures Lec 05 Tuples Part 2

2:55

CS384 Python Programming Module 05 Basic Data Structures Lec 06 Tuples Part 3 Unpacking

7:26

CS384 Python Programming Module 05 Basic Data Structures Lec 07 Set Operations in Python

10:57

CS384 Python Programming Module 05 Basic Data Structures Lec 08 Dictionaries Part 1 Create Upd

6:38

CS384 Python Programming Module 05 Basic Data Structures Lec 09 Dictionaries Part 2 In Pop Del

5:52

CS384 Python Programming Module 05 Basic Data Structures Lec 10 Dictionaries Part 3 Copy

6:45

CS384 Python Programming Module 05 Basic Data Structures Lec 10 Lambda Function

8:07

CS384 Python Programming Module 05 Basic Data Structures Lec 11 Map Filter

5:10

CS384 Python Programming Module 05 Basic Data Structures Lec 12 List Comprehensions

4:22

CS384 Python Programming Module 05 Basic Data Structures Lec 13 List Comprehensions if Cluase

7:59

CS384 Python Programming Module 05 Basic Data Structures Lec 14 Nested Lists Tuples Dictionari

2:55

CS384 Git Part 1

13:59

Git Part 2

11:11

Git Part 3

3:04

CS384 Python Programming Module 06 Exceptions Handling Lec 01 Need of Try Except

4:10

CS384 Python Programming Module 06 Exceptions Handling Lec 02 Try Except Example

5:27

CS384 Python Programming Module 06 Exceptions Handling Lec 03 Handling Specific Exceptions

4:17

CS384 Python Programming Module 06 Exceptions Handling Lec 04 Multiple Exception

4:50

CS384 Python Programming Module 06 Exceptions Handling Lec 05 Finally Clause

1:46

CS384 Python Programming Module 06 Exceptions Handling Lec 06 Raising Errors

4:58

CS384 Python Programming Module 07 CSV Handling Lec 00 What is CSV

4:54

CS384 Python Programming Module 07 CSV Handling Lec 01 CSV Module, Read File

4:12

CS384 Python Programming Module 07 CSV Handling Lec 02 CSV Delimiter

2:48

CS384 Python Programming Module 07 CSV Handling Lec 03 CSV skipinitialspace

4:17

CS384 Python Programming Module 07 CSV Handling Lec 04 CSV Module, Write File

3:12

CS384 Python Programming Module 07 CSV Handling Lec 05 CSV Module, Write File part 2

2:58

CS384 Python Programming Module 07 CSV Handling Lec 06 CSV DictReader

2:37

CS384 Python Programming Module 07 CSV Handling Lec 07 CSV DictWriter

3:36

CS384 Python Programming Module 07 CSV Handling Lec 08 CSV Reader vs DictReader

4:37

CS384 Python Programming Module 07 CSV Handling Lec 09 How to open any delimited CSV in Excel

8:55

CS384 Python Programming Module 08 OS Module Lec 01 dir, cwd, chdir, eniron

7:22

CS384 Python Programming Module 08 OS Module Lec 02 mkdir system rename

4:12

CS384 Python Programming Module 08 OS Module Lec 03 walk traverse dirs copy

6:38

CS384 Python Programming Module 08 OS Module Lec 04 os path

2:24

CS384 Python Programming Module 08 OS Module Lec 05 glob list patterns

9:35

CS384 Python Programming Module 09 Python Regex Lec 01 Re Search Match

2:37

CS384 Python Programming Module 09 Python Regex Lec 02 fullmatch

6:09

CS384 Python Programming Module 09 Python Regex Lec 03 Dot metacharacter

4:07

CS384 Python Programming Module 09 Python Regex Lec 04 Question mark

5:01

CS384 Python Programming Module 09 Python Regex Lec 05 star mark metacharacter

3:14

CS384 Python Programming Module 09 Python Regex Lec 06 Caret Dollar

1:18

CS384 Python Programming Module 09 Python Regex Lec 07 Exact match

4:07

CS384 Python Programming Module 09 Python Regex Lec 08 Character classes

4:22

CS384 Python Programming Module 09 Python Regex Lec 09 Named character classes

1:23

CS384 Python Programming Module 09 Python Regex Lec 10 Case insensitive match

1:35

CS384 Python Programming Module 09 Python Regex Lec 11 OR Search

5:23

CS384 Python Programming Module 09 Python Regex Lec 12 Group Match

1:37

CS384 Python Programming Module 09 Python Regex Lec 13 finditer

5:25

CS384 Python Programming Module 09 Python Regex Lec 14 Python regex email example

3:46

CS384 Python Programming Module 09 Python Regex Lec 15 shotform pattern match

4:14

CS384 Python Programming Module 09 Python Regex Lec 16 re Substitution

2:22

CS384 Python Programming Module 09 Python Regex Lec 17 re Split

3:39

CS384 Python Programming Module 09 Python Regex Lec 18 URL Parse

5:21

CS384 Python Programming Module 10 Pandas Lec 01 Introduction

3:05

CS384 Python Programming Module 10 Pandas Lec 02 Series vs Dataframes

4:26

CS384 Python Programming Module 10 Pandas Lec 03 Creating DataFrames from scratch

2:32

CS384 Python Programming Module 10 Pandas Lec 04 Custom Index

3:26

CS384 Python Programming Module 10 Pandas Lec 05 How to read in data from CSV

3:19

CS384 Python Programming Module 10 Pandas Lec 06 How to read in data from JSON and DB files

1:50

CS384 Python Programming Module 10 Pandas Lec 07 Exporting to CSV, JSON, Database

6:04

CS384 Python Programming Module 10 Pandas Lec 08 Reading and Viewing your IMDB data

5:15

CS384 Python Programming Module 10 Pandas Lec 09 Getting info about your data and Shape

5:16

CS384 Python Programming Module 10 Pandas Lec 10 Handling duplicates

4:46

CS384 Python Programming Module 10 Pandas Lec 11 Column cleanup and Column Rename

4:08

CS384 Python Programming Module 10 Pandas Lec 12 Identifying null missing values

5:29

CS384 Python Programming Module 10 Pandas Lec 13 Removing null values and axis

5:23

CS384 Python Programming Module 10 Pandas Lec 14 Replacing null values by mean

5:58

CS384 Python Programming Module 10 Pandas Lec 15 Understanding your variables and describe

5:38

CS384 Python Programming Module 10 Pandas Lec 16 DataFrame slicing, selecting, extracting, loc

6:06

CS384 Python Programming Module 10 Pandas Lec 17 Conditional selections, advanced queries

2:49

CS384 Python Programming Module 10 Pandas Lec 18 Applying functions

4:30

CS384 Python Programming Module 10 Pandas Lec 19 Brief Plotting

12:07

CS384 Python Programming Module 11 Multi Threading Lec 01 Thread Basic

11:24

CS384 Python Programming Module 11 Multi Threading Lec 02 Start Join Thread

3:04

CS384 Python Programming Module 11 Multi Threading Lec 03 Start Join Thread 2

6:59

CS384 Python Programming Module 11 Multi Threading Lec 04 05 Serial vs Thread Execution

1:00

CS384 Python Programming Module 11 Multi Threading Lec 06 Thread Rename

1:54

CS384 Python Programming Module 11 Multi Threading Lec 07 Thread Identification

5:29

CS384 Python Programming Module 11 Multi Threading Lec 08 Process ID

15:57

CS384 Python Programming Module 11 Multi Threading Lec 09 10 Shared Variables Locks Conflict Re

Original source code / Modified source code Documentation
Released under the AGPLv3 on GitHub. View JavaScript license information. View privacy policy.
Services Forum Donate @ Tiekoetter.com Donate @ Invidious.io Current version: 2025.12.07-b835eab1 @ master
Contact: tinbox@tiekoetter.com