ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

18 results

Barkha Mam - App Tech Guru
Class 12 IP Unit-1Most Important MCQs🔥Boards Live Marathon |Python Pandas| Yehi Se Aayega💯Barkha Mam

Class 12 IP Unit-1Most Important MCQs Boards Live Marathon |Python Pandas| Yehi Se Aayega Barkha Mam Welcome to ...

1:07:50
Class 12 IP Unit-1Most Important MCQs🔥Boards Live Marathon |Python Pandas| Yehi Se Aayega💯Barkha Mam

377 views

Streamed 13 hours ago

Barkha Mam - App Tech Guru
🔥CBSE Boards Live Marathon Day 2| Class 12 IP Unit-1|Python Pandas😍 |Most Expected MCQs💯|Barkha Mam

CBSE Boards Live Marathon Day 2| Class 12 IP Unit-1|Python Pandas |Most Expected MCQs |Barkha Mam Welcome to ...

0:38
🔥CBSE Boards Live Marathon Day 2| Class 12 IP Unit-1|Python Pandas😍 |Most Expected MCQs💯|Barkha Mam

749 views

1 day ago

StackCircle
Creating a DataFrame: Python Pandas | Chapter 01 Class 12th Informatics Practices (IP) 065 NCERT

Creating a DataFrame: Python Pandas | Chapter 01 Class 12th Informatics Practices (IP) 065 NCERT ✓Class: 12 ✓Subject: ...

11:38
Creating a DataFrame: Python Pandas | Chapter 01 Class 12th Informatics Practices (IP) 065 NCERT

0 views

1 day ago

Code Guide Chandni Agarwal
Python Viva Quiz #5 | CBSE Class 11/12 | Is Python case sensitive?

Python Viva Quiz for CBSE Computer Science (083) and Informatics Practices (065) practical exam. Question: Is Python case ...

0:32
Python Viva Quiz #5 | CBSE Class 11/12 | Is Python case sensitive?

263 views

12 hours ago

Code Guide Chandni Agarwal
Python Viva Quiz #4 | CBSE Class 11/12 | What is an identifier in Python? #cbsepractical #pythonviva

Python Viva Quiz for CBSE Computer Science (083) and Informatics Practices (065) practical exam. Question: What is an identifier ...

0:32
Python Viva Quiz #4 | CBSE Class 11/12 | What is an identifier in Python? #cbsepractical #pythonviva

44 views

12 hours ago

Code Guide Chandni Agarwal
Python Viva Quiz #8 | CBSE Class 11/12 | What does % operator do? #pythonviva #cbsepractical

Python Viva Quiz for CBSE Computer Science (083) and Informatics Practices (065) practical exam. Question: What does ...

0:32
Python Viva Quiz #8 | CBSE Class 11/12 | What does % operator do? #pythonviva #cbsepractical

74 views

12 hours ago

Code Guide Chandni Agarwal
Python Viva Quiz #2 | CBSE Class 11/12 | What does input() return?

Python Viva Quiz for CBSE Computer Science (083) and Informatics Practices (065) practical exam. Question: What does input() ...

0:32
Python Viva Quiz #2 | CBSE Class 11/12 | What does input() return?

0 views

12 hours ago

Code Guide Chandni Agarwal
Python Viva Quiz #3 | CBSE Class 11/12 | Why is Python dynamically typed?  #pythonviva

Python Viva Quiz for CBSE Computer Science (083) and Informatics Practices (065) practical exam. Question: Why is Python ...

0:32
Python Viva Quiz #3 | CBSE Class 11/12 | Why is Python dynamically typed? #pythonviva

0 views

12 hours ago

Code Guide Chandni Agarwal
Python Viva Quiz #7 | CBSE Class 11/12 | Which operator has highest precedence? #pythonviva

Python Viva Quiz for CBSE Computer Science (083) and Informatics Practices (065) practical exam. Question: Which operator has ...

0:32
Python Viva Quiz #7 | CBSE Class 11/12 | Which operator has highest precedence? #pythonviva

83 views

12 hours ago

codeitup
मकर संक्रांति की शुभकामनाएँ #makar #festival #sanatan #hindu

Amazon Website: Class 11 Book: https://www.amazon.in/CBSE-CS-Python-Class-11/dp/B0DX83MP2W Class 12 Book: ...

0:20
मकर संक्रांति की शुभकामनाएँ #makar #festival #sanatan #hindu

847 views

13 hours ago

Advanced Coding Lab
List vs Tuple in Python 🐍 | Explained with Examples @AdvancedCodingLab

Confused between Python List and Tuple? In this video, we clearly explain the differences between List and Tuple in Python using ...

1:58
List vs Tuple in Python 🐍 | Explained with Examples @AdvancedCodingLab

0 views

23 hours ago

Code Guide Chandni Agarwal
Python Viva Quiz #6 | CBSE Class 11/12 | Difference between = and == ? #pythonviva #cbsepractical

Python Viva Quiz for CBSE Computer Science (083) and Informatics Practices (065) practical exam. Question: What is the ...

0:32
Python Viva Quiz #6 | CBSE Class 11/12 | Difference between = and == ? #pythonviva #cbsepractical

0 views

12 hours ago

Advanced Coding Lab
= vs == This One Symbol Breaks Python 😱  Explained @AdvancedCodingLab

why using = instead of == in a Python if statement causes a syntax error and how to fix this common beginner and Class 12 exam ...

0:57
= vs == This One Symbol Breaks Python 😱 Explained @AdvancedCodingLab

0 views

21 hours ago

Advanced Coding Lab
Python Beginner Mistake: Indentation Matters! @AdvancedCodingLab

Python doesn't use curly brackets {} — it uses indentation to define code blocks. A single extra or missing space can cause an ...

1:06
Python Beginner Mistake: Indentation Matters! @AdvancedCodingLab

0 views

16 hours ago

Advanced Coding Lab
List Index Out of Range Common ❌Python Mistake  (Class 12 CBSE & ICSE) @AdvancedCodingLab

In this video, we explain a very common Python error faced by Class 12 students — List Index Out of Range. Using a simple ...

0:55
List Index Out of Range Common ❌Python Mistake (Class 12 CBSE & ICSE) @AdvancedCodingLab

0 views

3 hours ago

Advanced Coding Lab
Common Python List Mistake | append() vs print() @AdvancedCodingLab

Learn why Python's append() method modifies the list in place and does not return the updated list—an important concept for ...

1:12
Common Python List Mistake | append() vs print() @AdvancedCodingLab

0 views

22 hours ago

Advanced Coding Lab
insert(index, value)  Out-of-range index @AdvancedCodingLab

insert(index, value) inserts the given value before the specified index. If the index is greater than the last index of the list, Python ...

0:56
insert(index, value) Out-of-range index @AdvancedCodingLab

0 views

52 minutes ago

Study Abroad Academy
Emotionally Available or Just Physically Present? The Truth You Must Know | Heal Relationships

Emotionally Available or Just Physically Present? The Truth You Must Know | Heal Relationships & Build Real Connection #video ...

14:34
Emotionally Available or Just Physically Present? The Truth You Must Know | Heal Relationships

0 views

1 day ago