ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

124 results

CodeWithHarry
Python Tutorial For Beginners in Hindi | Complete Python Course šŸ”„

Exciting News! I've just launched my Data Science Course – and it's now in Early Bird Access! If you loved this Python course,Ā ...

10:53:55
Python Tutorial For Beginners in Hindi | Complete Python Course šŸ”„

16,043,272 views

1 year ago

C 4 Yourself
Lecture 1 | Introduction to Python as a Language

PPT Download link: https://bit.ly/downloadpythonslides ā–» About the video ======================== In this video, I haveĀ ...

26:36
Lecture 1 | Introduction to Python as a Language

47,517 views

3 years ago

C 4 Yourself
Lecture 2 | Python Scripts | KNC 302/402 #python

PPT Download link: https://bit.ly/downloadpythonslides ā–» About the video ======================== In this video, I haveĀ ...

28:06
Lecture 2 | Python Scripts | KNC 302/402 #python

22,462 views

3 years ago

Chunav mantra
Python Programming  Introduction to Python as a Language  by Mr. Aditya Tondon

Python Programming Introduction to Python as a Language by Mr. Aditya Tondon python programming Playlist python Playlist byĀ ...

26:35
Python Programming Introduction to Python as a Language by Mr. Aditya Tondon

5,332 views

3 years ago

C 4 Yourself
Lecture 8 | Functions - Part 1 | KNC-302/402 | #python

PPT Download link: https://bit.ly/downloadpythonslides ā–» About the video ======================== In this video, I haveĀ ...

27:01
Lecture 8 | Functions - Part 1 | KNC-302/402 | #python

24,275 views

3 years ago

C 4 Yourself
Lecture 6 | Conditional Execution - Part 1 | KNC 302/402 #python

PPT Download link: https://bit.ly/downloadpythonslides ā–» About the video ======================== In this video, I haveĀ ...

21:46
Lecture 6 | Conditional Execution - Part 1 | KNC 302/402 #python

33,705 views

3 years ago

Gate Smashers
L-4.5: Deadlock Avoidance Banker's Algorithm with Example |With English Subtitles

Banker's algorithm is a deadlock avoidance algorithm. It is used in banking systems to determine whether a loan can be grantedĀ ...

24:04
L-4.5: Deadlock Avoidance Banker's Algorithm with Example |With English Subtitles

3,443,310 views

7 years ago

C 4 Yourself
Lecture 5 | Expressions in Python | KNC - 302/402 #python #expression

PPT Download link: https://bit.ly/downloadpythonslides ā–» About the video ======================== In this video, I haveĀ ...

26:10
Lecture 5 | Expressions in Python | KNC - 302/402 #python #expression

26,949 views

3 years ago

Gate Smashers
L-5.19: Virtual Memory | Page fault | Significance of virtual memory | Operating System

Virtual Memory is a storage mechanism which offers user an illusion of having a very big main memory. It is done by treating a partĀ ...

20:18
L-5.19: Virtual Memory | Page fault | Significance of virtual memory | Operating System

1,649,678 views

7 years ago

Gate Smashers
L-3.4: Critical Section Problem |  Mutual Exclusion, Progress and Bounded Waiting | Operating System

The critical section problem is used to design a protocol followed by a group of processes, so that when one process has enteredĀ ...

25:36
L-3.4: Critical Section Problem | Mutual Exclusion, Progress and Bounded Waiting | Operating System

1,586,408 views

7 years ago

Bharath Vengarai
Basics of Python Programming

Python Programming is becoming popular and as a mechanical engineer it is becoming very essential to learn any oneĀ ...

1:30:17
Basics of Python Programming

2,352 views

3 years ago

CodeWithHarry
Arrays and Abstract Data Type in Data Structure (With Notes)

This video will talk about abstract data type in data structure in hindi. We will also look into the arryas and why we need arraysĀ ...

25:25
Arrays and Abstract Data Type in Data Structure (With Notes)

1,112,196 views

5 years ago

CodeHelp - by Babbar
Lecture 44: Linked List & its types - Singly, Doubly, Circular etc.

In this Video, we are going to learn about Linked List and its types. There is a lot to learn, Keep in mind ā€œ Mnn bhot karega k chorĀ ...

2:21:18
Lecture 44: Linked List & its types - Singly, Doubly, Circular etc.

1,917,272 views

3 years ago

CodeWithHarry
Operations on Arrays in Data Structures: Traversal, Insertion, Deletion and Searching

In this video we will see various operations you can perform on arrays. Insertion, deletion, traversal and searching are some of theĀ ...

28:45
Operations on Arrays in Data Structures: Traversal, Insertion, Deletion and Searching

925,086 views

5 years ago

Gate Smashers
L-3.2: Producer Consumer Problem | Process Synchronization Problem in Operating System

In this video, Varun sir will discuss about the Producer-Consumer problem. The Producer-Consumer problem is a classicĀ ...

26:36
L-3.2: Producer Consumer Problem | Process Synchronization Problem in Operating System

1,519,166 views

7 years ago

Gate Smashers
L-5.8: Floyd Warshall Working with example | All Pair Shortest Path Algorithm

Struggling to understand the Floyd Warshall Algorithm? In this video, Varun sir will explain it in the simplest way possible—with aĀ ...

25:31
L-5.8: Floyd Warshall Working with example | All Pair Shortest Path Algorithm

1,071,938 views

4 years ago

CodeWithHarry
Introduction to Data Structures & Algorithms

Data Structures like arrays, stack, linked list etc is something you must have heard of but why algorithms and data structures likeĀ ...

31:43
Introduction to Data Structures & Algorithms

7,378,612 views

5 years ago

CodeWithHarry
Introduction to Linked List in Data Structures (With Notes)

Use + benefits of linked list: In this video, we will see why we need linked list in data structures in hindi. āž”Join this DS & AlgoĀ ...

25:01
Introduction to Linked List in Data Structures (With Notes)

1,750,582 views

5 years ago

Decomplexify
Learn Database Normalization - 1NF, 2NF, 3NF, 4NF, 5NF

An easy-to-follow database normalization tutorial, with lots of examples and a focus on the design process. Explains the "why" andĀ ...

28:34
Learn Database Normalization - 1NF, 2NF, 3NF, 4NF, 5NF

2,852,600 views

4 years ago

Gate Smashers
L-5.1: Memory Management and Degree of Multiprogramming | Operating System

The process of controlling and coordinating computer memory, assigning portions known as blocks to various running programsĀ ...

23:41
L-5.1: Memory Management and Degree of Multiprogramming | Operating System

1,771,649 views

7 years ago

CodeWithHarry
Infix, Prefix and Postfix Expressions

Infix, Prefix and postfix: Infix, Prefix and Postfix notations in data structures are very important topic you should master. Infix toĀ ...

26:54
Infix, Prefix and Postfix Expressions

716,762 views

5 years ago

Gate Smashers
L-3.13: Dining philosophers Problem and Solution using Semaphore in Operating System

Dining Philosophers Problem in OS is a classical synchronization problem in the operating system. With the presence of moreĀ ...

35:13
L-3.13: Dining philosophers Problem and Solution using Semaphore in Operating System

856,956 views

7 years ago

CodeHelp - by Babbar
Lecture 11:Time & Space Complexity || How to avoid Time Limit Exceeded [TLE]

In this Video, we are going to learn about 2 important concepts i.e. Time Complexity & Space Complexity. Its going to be a short nĀ ...

29:12
Lecture 11:Time & Space Complexity || How to avoid Time Limit Exceeded [TLE]

925,401 views

4 years ago

C 4 Yourself
BCS-401 4th Sem | Operating System | Unit 3 Part 1 | AKTU

About the video ======================== Video title: BCS-401 4th Sem | Operating System | Unit 3 Part 1 | AKTU Video link:Ā ...

56:53
BCS-401 4th Sem | Operating System | Unit 3 Part 1 | AKTU

22,981 views

3 years ago

Gate Smashers
L-4.4: Deadlock Handling Methods and Deadlock Prevention | Operating System

Deadlock is a situation where a process or a set of processes is blocked, waiting for some other resource that is held by someĀ ...

24:49
L-4.4: Deadlock Handling Methods and Deadlock Prevention | Operating System

1,511,934 views

7 years ago