ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

338 results

Core Dev Lab
9 - Python | Functions

A function is a block of code that contains any commands that can be called multiples times from any part of the program. #Python ...

23:33
9 - Python | Functions

0 views

4h ago

Mindexcite
Python Functions Explained with Real Examples 🐍 | Stop Repeating Code! |

Writing the same code again and again? Python functions help you organize your code and reuse it whenever you need it. In Part ...

12:42
Python Functions Explained with Real Examples 🐍 | Stop Repeating Code! |

6 views

18h ago

COMPUHELP
User Defined Functions in Python | Functions in Python Explained with Examples | Python Tutorial

Learn User Defined Functions in Python from scratch! In this video, we will learn User Defined Functions in Python step by step ...

25:41
User Defined Functions in Python | Functions in Python Explained with Examples | Python Tutorial

17 views

10h ago

uCertifyUniversity
Python Fundamentals | Learn Python Programming from Basics to OOP

Start your Python programming journey with a beginner-friendly course designed to build a strong foundation in coding.

1:50
Python Fundamentals | Learn Python Programming from Basics to OOP

2 views

5h ago

PythonClassroom
Python global keyword explained: fixing UnboundLocalError

The Python global keyword lets a function change a variable that lives outside it. Here's what it really does, in the browser with ...

2:07
Python global keyword explained: fixing UnboundLocalError

2 views

23h ago

Destin Learning
Advanced Function Concepts in Python - Day 8 of Python Tutorial

Master default parameters, keyword arguments, and variable scope — the function skills that separate beginners from job-ready ...

3:35
Advanced Function Concepts in Python - Day 8 of Python Tutorial

15 views

12h ago

The Knowledge Bench
Functions

In this video, you'll learn: ✓ Recursion - a function that calls itself (factorial, sum of a list) ✓ Nested functions - defining a function ...

8:05
Functions

3 views

16h ago

Toppers Education Centre
06. Functions | Python Programming

Lecture 6 of 14 in Python Programming, from Toppers Education Centre. Week 4 Python 3, from a first script to classes, one ...

10:27
06. Functions | Python Programming

1 view

16h ago

CodePaath
Python Input & Output Explained | input() & print()

Welcome to the Python Programming series by CodePaath! In this video, we'll learn how Python programs take input from the ...

6:21
Python Input & Output Explained | input() & print()

2 views

16h ago

PythonClassroom
Python variable scope explained: local vs global variables

Python variable scope decides where a name means something — and why the same name can hold two values at once.

2:34
Python variable scope explained: local vs global variables

3 views

23h ago

Program Snippets
Python program to print right aligned triangle with * using Python Function

Python program to print left aligned triangle with * using Python Function #programmingwithpython #ProgramSnippets.

3:08
Python program to print right aligned triangle with * using Python Function

4 views

14h ago

@AYCodingHub
Python Functions Explained 🔥| Functions | Parameters, Arguments &Return Value | Python Tutorial

Python Functions Explained | Python Tutorial for Beginners** @AYCodingHub Is video mein hum Python ke **Functions** ko ...

18:09
Python Functions Explained 🔥| Functions | Parameters, Arguments &Return Value | Python Tutorial

6 views

16h ago

Code Scope
Python Type Casting Explained in 5 Minutes #trending  #python

**Question:** Which Python function converts a string into an integer? Comment your answer below! #Python #PythonTutorial ...

8:03
Python Type Casting Explained in 5 Minutes #trending #python

4 views

13h ago

Code to AI
Python Series – Day 21 | *args, **kwargs & Callbacks in Python

Python Series – Day 21 In this lesson, we learn advanced Python function techniques that make functions flexible, reusable, and ...

8:20
Python Series – Day 21 | *args, **kwargs & Callbacks in Python

2 views

1d ago

CodeMotivate108
Python split() Function Explained | Convert Text into a List

In this video, learn how Python's split() function works and how you can convert a string of items into a list. We'll use a simple ...

1:26
Python split() Function Explained | Convert Text into a List

4 views

14h ago

GROOTZ
Python Course #2  | Print Function & Data Types in Python | Python for Beginners

Welcome to Python Course In this video, we are moving one step further in our Python learning journey. We will learn the basics ...

21:39
Python Course #2 | Print Function & Data Types in Python | Python for Beginners

41 views

8h ago

KITA Global
Day-12 Python functions

1. Introduction to function 2. parameter vs argument 3. print vs return 4. function definition and function calling 5. defining function ...

48:56
Day-12 Python functions

3 views

11h ago

QED Realized
Learn Python #24: Stop Guessing, Start Measuring | Performance and Why Vectorize

Every programmer eventually asks the same question: why is my code slow, and what do I do about it? Almost everyone answers ...

15:20
Learn Python #24: Stop Guessing, Start Measuring | Performance and Why Vectorize

2 views

10h ago

DATAFORGE
Python Iterators Explained from Scratch | iter(), next() & Custom Iterators 🐍

Learn Python Iterators from scratch in this beginner-friendly tutorial! Iterators are an important Python concept that helps you ...

13:56
Python Iterators Explained from Scratch | iter(), next() & Custom Iterators 🐍

0 views

12h ago

Programming Avec Reza
100 Projects in Python Programming Language FROM Scratch For FREE

Learn C++ and Python from Zero to Hero! Are you ready to master C++ or Python from scratch? Whether you're a beginner or ...

9:55:35
100 Projects in Python Programming Language FROM Scratch For FREE

26 views

11h ago

Code & Secure AI
Types of Programming in Python Explained 🐍 | Procedural vs Functional vs OOP

In this video, we explore 3 important types of programming in Python and understand how each approach works with simple ...

8:05
Types of Programming in Python Explained 🐍 | Procedural vs Functional vs OOP

5 views

1d ago

MeMasterCode
Construyendo un Number Pattern Generator con Python | LAB #4

En este ejercicio practicamos funciones, for, range(), listas, .join(), validación de datos y manejo de errores. Además, agregué una ...

33:12
Construyendo un Number Pattern Generator con Python | LAB #4

4 views

13h ago

Profound Academy
How Recursion Actually Works

We build a recursive Python function one line at a time, then use the same idea to count files in nested folders. Along the way ...

13:32
How Recursion Actually Works

55 views

13h ago

Code With Faizyab
Python Lists Explained #11 | Indexing, Slicing & List Methods | Python for Beginners

Learn Python Lists from scratch in this beginner-friendly Python programming tutorial. In this lecture, you'll learn how to create lists ...

24:31
Python Lists Explained #11 | Indexing, Slicing & List Methods | Python for Beginners

6 views

10h ago

The Coding Professor
What is Frozenset in Python? | Immutable Set | Python Tutorial for Beginners

What is Frozenset in Python? | Immutable Set | Python Tutorial for Beginners Welcome to **The Coding Professor!** In this video ...

3:34
What is Frozenset in Python? | Immutable Set | Python Tutorial for Beginners

1 view

10h ago

EduSpark
🐍💻 PYTHON | VARIABLES & DATA TYPES

PYTHON | VARIABLES & DATA TYPES Learn the fundamentals of Python programming and understand how variables store ...

2:53
🐍💻 PYTHON | VARIABLES & DATA TYPES

1 view

13h ago

ThePcExpert
Python *args | Arbitrary Number of Arguments | Learn Python Programming (Ep. 41)

In todays episode we learnt *args or accepting an arbitrary number of positional arguments within functions! Timestamps: 00:00 ...

22:12
Python *args | Arbitrary Number of Arguments | Learn Python Programming (Ep. 41)

0 views

12h ago

Abderrahmane Dakir Dev
List Comprehension in Python for Beginners

Subscribe : https://www.youtube.com/@Abderrahmanedakirdev/?sub_confirmation=1 Learn Python for Beginners Step by Step 1- ...

5:06
List Comprehension in Python for Beginners

2 views

12h ago

Ahmed Elmekawy
Function Example (Sum, Subtract, Multiply and Divide)

Python Programming | From Zero to Professional A complete Python course starting from the basics and progressing to advanced ...

5:39
Function Example (Sum, Subtract, Multiply and Divide)

0 views

4h ago

TechtalkD
🐍 Python input() Function Explained | Python Beginner Course – Day 5

Learn the Python input() function from scratch in Day 5 of our Python Beginner Course! 🐍 In the previous classes, we used ...

6:01
🐍 Python input() Function Explained | Python Beginner Course – Day 5

15 views

14h ago

Script Page
Python Loops in 6 Minutes: While Loops  and For Loops Masterclass

Confused about when to use a 'for' loop vs a 'while' loop in Python? In this tutorial, we break down everything you need to know ...

6:38
Python Loops in 6 Minutes: While Loops and For Loops Masterclass

8 views

15h ago

BANARASI CODER
Python Day 1 🚀 | print(), input(), Formatted String & Type Casting | Python for Beginners

Python Day 1 | Python Programming for Beginners Aaj ke Python Day 1 class mein hum Python programming ke kuch important ...

23:46
Python Day 1 🚀 | print(), input(), Formatted String & Type Casting | Python for Beginners

0 views

1h ago

Info Techiezz
Python Tutorial Part 7: Scope, Lambda, Map, Filter & Reduce | Python for Beginners

Welcome to Python Tutorial Part 7 of the complete Python learning series by InfoTechiezz! In this video, we learn important ...

46:03
Python Tutorial Part 7: Scope, Lambda, Map, Filter & Reduce | Python for Beginners

20 views

13h ago

Happy Automation
6_Python Input Function | Get User Input in Python | Python Tutorial in Tamil

In this video, we will learn how to use the input() function in Python to get input from the user. Topics covered: What is ...

4:41
6_Python Input Function | Get User Input in Python | Python Tutorial in Tamil

6 views

12h ago

Python AI Career
Kill Bugs in Python: Complete Pytest Beginner Course (Episode 1)

Stop debugging with print() statements! In Episode 1 of the complete Pytest Masterclass, you'll learn how to write bulletproof, ...

6:54
Kill Bugs in Python: Complete Pytest Beginner Course (Episode 1)

0 views

9h ago

Quantum Logics
SciPy Special Functions Explained - erf() Function in Python - SciPy for Beginne

Welcome to the SciPy Python Course for Beginners! In this video, we'll learn about SciPy's special functions and see how ...

8:57
SciPy Special Functions Explained - erf() Function in Python - SciPy for Beginne

5 views

14h ago

CodeMitra
Python Data Types Explained in Hindi  | int, float, str, list, tuple, set & dict | Beginners

Python Data Types Explained in Hindi | Python for Beginners Namaste dosto! Aapka Codemitra mein swagat hai. Is video mein ...

3:34
Python Data Types Explained in Hindi | int, float, str, list, tuple, set & dict | Beginners

0 views

19h ago

vlogommentary
Understanding and Modernizing Python's Descending argsort Technique

Learn how to convert an old Python 2 style descending argsort using list.sort with a comparator into modern, efficient Python 3 ...

3:13
Understanding and Modernizing Python's Descending argsort Technique

0 views

12h ago

Deswal Sakshi
09. Strings in Python | Python Strings Explained for Beginners

In this video, you'll learn what Strings are in Python and how to create them using single and double quotes. We'll also ...

4:48
09. Strings in Python | Python Strings Explained for Beginners

76 views

1d ago

Tech Education World
function part 1 in python
39:51
function part 1 in python

38 views

19h ago

Madovers MegaByte
LEGB Rule in Python | Scope of Variables in Python | Local, Enclosing, Global & Built-in

Learn the LEGB Rule and Scope of Variables in Python in this detailed, practical tutorial. Understanding variable scope is ...

32:10
LEGB Rule in Python | Scope of Variables in Python | Local, Enclosing, Global & Built-in

17 views

18h ago

Debasish Sir | CBSE ICSE Computer Exam Guide 10&12
Pure Function and Impure Function in Python by Debasish Debnath Sir,Durgapur, Mob:9232441317

About Debasish Sir | CLASS 5 TO 12 CBSE ICSE WBCHSE Computer Exam Guide in Durgapur|HS level Computer Exam Guide ...

5:00
Pure Function and Impure Function in Python by Debasish Debnath Sir,Durgapur, Mob:9232441317

3 views

8h ago

IoT Journal
Python Course #2 Control Flow & Loops — IfElse, While, For With Many Examples #Python #LearnToCode

This episode goes deep: if/elif/else chains, logical operators (and/or/not), while loops, for loops with range(), break/continue, ...

10:12
Python Course #2 Control Flow & Loops — IfElse, While, For With Many Examples #Python #LearnToCode

45 views

15h ago

Code to AI
Python Series – Day 21 | *args, **kwargs & Callbacks in Python | Telugu

Python Series – Day 21 Ee lesson lo Python functions ni flexible and reusable ga build cheyadaniki use ayye advanced concepts ...

9:58
Python Series – Day 21 | *args, **kwargs & Callbacks in Python | Telugu

1 view

12h ago

GK InfoTech Solutions
Learn Python Programming Offline : Control Flow, Loops & Range | Gk InfoTech Solutions

Master the essential building blocks of Python programming with offline this hands-on tutorial on Python statements, flow control, ...

3:59
Learn Python Programming Offline : Control Flow, Loops & Range | Gk InfoTech Solutions

1 view

15h ago

Simplilearn
Prompt Engineering Full Course 2026| Prompt Engineering Tutorial | Simplilearn

Microsoft Applied Agentic AI: Systems Design & Impact ...

3:48:23
Prompt Engineering Full Course 2026| Prompt Engineering Tutorial | Simplilearn

14,988 views

Streamed 1d ago

EWB Tech Academy
Python String Manipulation Functions | upper(), lower(), split(), join(), find(), replace() |

Learn Python String Manipulation Functions with practical examples in this detailed session from **EWB Edu Tech**. In this ...

5:07
Python String Manipulation Functions | upper(), lower(), split(), join(), find(), replace() |

31 views

22h ago

Tech With Arbaz
Python Lesson 1 How to Print a String and an Integer  Python for Beginners

Welcome to Lesson 1 of our Python for Beginners course! In this video, you will learn how to use the print() function to display a ...

6:32
Python Lesson 1 How to Print a String and an Integer Python for Beginners

1 view

9h ago

encukou
Improving grammar snippets in Python docs (104)

Join on Discord: https://discord.gg/ED65xD8WRg Work on the expressions-yield branch. 0:50:00 begin 6.2.8.3 Parentheses ...

1:47:19
Improving grammar snippets in Python docs (104)

673 views

Streamed 1d ago

Hen1Tech
Neural Networks Explained Visually: How AI Learns with Gradient Descent (4K)
3:51
Neural Networks Explained Visually: How AI Learns with Gradient Descent (4K)

0 views

0

vlogommentary
Understanding multiprocessing.Pool and Object References in Python

Learn why objects passed to Python's multiprocessing.Pool are copied, not shared by reference, and how to properly collect ...

2:59
Understanding multiprocessing.Pool and Object References in Python

0 views

12h ago

Akash Kamble
How to Build AI Agent in Python using Ollama ( For Beginners ) | AI Projects

In this Hindi tutorial, you will learn how to build an AI Agent from scratch using Python and Ollama. We will start by understanding ...

29:18
How to Build AI Agent in Python using Ollama ( For Beginners ) | AI Projects

49 views

1d ago

Khai Builds
Same Binary Tree — Explained Visually (LeetCode Python)

Two trees. One question: are they exactly the same? The answer is 3 lines of code — if you know the right base cases. --- Given ...

2:27
Same Binary Tree — Explained Visually (LeetCode Python)

0 views

17h ago

AI Coder Hindi
Typecasting in Python | Typecasting Explained in details | #Typecasting

In this video, we dive deep into Typecasting (Type Conversion) in Python or Typecasting explained in Hindi! Learn how to convert ...

6:34
Typecasting in Python | Typecasting Explained in details | #Typecasting

0 views

12h ago

@AYCodingHub
Python File Handling Explained 🔥 | Read, Write, Open, Close & File Modes | Complete Tutorial

📂 Python File Handling – Complete Tutorial | AYCodingHub In this video, we will learn Python File Handling step-by-step in an ...

10:54
Python File Handling Explained 🔥 | Read, Write, Open, Close & File Modes | Complete Tutorial

0 views

3h ago

Stickumentary AI
Excel COPILOT Function Removed: What to Use Instead (2026)

Microsoft officially ended the experimental COPILOT() Excel function on September 14, 2026 [2, 4]. If you open an existing ...

5:12
Excel COPILOT Function Removed: What to Use Instead (2026)

2 views

12h ago

vlogommentary
Mocking Python Socket's recv Method and Handling settimeout in Unit Tests

Learn how to properly mock Python socket's recv method and simulate timeouts using unittest, with practical examples for Python ...

4:32
Mocking Python Socket's recv Method and Handling settimeout in Unit Tests

0 views

20h ago

Igor DS: ИИ, Наука и Творчество
RECURSION 🤯 | A Song About a Function That Calls Itself

Recursion sounds scary… until you realize it's just a function calling itself. And then calling itself again. And again. And again.

3:44
RECURSION 🤯 | A Song About a Function That Calls Itself

178 views

16h ago

Test Systems
Appium 3 on Ubuntu: Android Setup Guide

Follow the Appium 3 Android setup path on Ubuntu: supported Node.js and npm, Android Studio, SDK paths, Java, an emulator, ...

5:38
Appium 3 on Ubuntu: Android Setup Guide

0 views

14h ago

Quantum Logics
SciPy Special Functions Explained - Gamma Function & Factorials - scipy.special

Welcome to the SciPy Python Course for Beginners! In this video, we'll learn about SciPy Special Functions and use the ...

6:25
SciPy Special Functions Explained - Gamma Function & Factorials - scipy.special

2 views

14h ago

Khai Builds
**Reverse a Linked List in 70 Seconds (Explained Simply)**

... Line by Line 0:56 Time and Space Complexity 1:00 Summary --- ## The Idea (short version) ```python def reverseList(head): ...

1:10
**Reverse a Linked List in 70 Seconds (Explained Simply)**

0 views

9h ago

vlogommentary
Fixing RSA Signature Mismatch Between Python and Elixir: Use SHA-512 Directly

Learn how to align RSA signature generation in Elixir with Python by correctly using SHA-512 hashing and signing the raw ...

3:02
Fixing RSA Signature Mismatch Between Python and Elixir: Use SHA-512 Directly

0 views

21h ago

In Simple Terms with Satish
Connect an AI Agent to Live APIs Safely | Python Course Step 8

Connect a Python AI agent to live APIs safely with adapters, configuration checks, caching, bounded retries, timeouts, and honest ...

9:31
Connect an AI Agent to Live APIs Safely | Python Course Step 8

0 views

4h ago

vlogommentary
Troubleshooting view_statistics() in a Python Quiz Project

Learn how to debug and fix issues displaying quiz statistics in a Python interactive learning tool. Understand CSV saving, loading, ...

4:47
Troubleshooting view_statistics() in a Python Quiz Project

0 views

19h ago

Programming Avec Reza
Conditional Statements in Python Programming Language Full Course For FREE

Learn C++ and Python from Zero to Hero! Are you ready to master C++ or Python from scratch? Whether you're a beginner or ...

54:09
Conditional Statements in Python Programming Language Full Course For FREE

28 views

1d ago

vlogommentary
Running SCons Inside the Same Python Process: Feasibility and Recommendations

Learn why running SCons in the same Python process is generally not recommended and the best practices for integrating SCons ...

1:53
Running SCons Inside the Same Python Process: Feasibility and Recommendations

0 views

15h ago

PyCon US
Lightning Talks - Sunday May 17, 2026 AM

2:58: Ayah Halabi - Just Yapp It 8:07: Katerina - Python is not always Python 13:32: Jai Chandnani - Why is "Python" One Token, ...

55:41
Lightning Talks - Sunday May 17, 2026 AM

137 views

8h ago

Neel Prasanna
Python Loops | for & while Loops Explained 🔥 | A/L ICT | Sinhala + English | NEELICT

අද ඉගෙන ගන්න Topics: • What is a Loop? • for Loop • range() Function • while Loop • Loop Conditions • Increment ...

1:42:18
Python Loops | for & while Loops Explained 🔥 | A/L ICT | Sinhala + English | NEELICT

219 views

Streamed 10h ago

Debasish Sir | CBSE ICSE Computer Exam Guide 10&12
Function parameter and Function argument Debasish Debnath Sir,Durgapur, Mob:9232441317

About Debasish Sir | CLASS 5 TO 12 CBSE ICSE WBCHSE Computer Exam Guide in Durgapur|HS level Computer Exam Guide ...

3:58
Function parameter and Function argument Debasish Debnath Sir,Durgapur, Mob:9232441317

2 views

6h ago

vlogommentary
How to Safely Update a Tkinter Label from an Instance Method Without Crashing

Learn how to update a Tkinter Label widget periodically without causing segmentation faults by using Tkinter's built-in scheduling ...

3:21
How to Safely Update a Tkinter Label from an Instance Method Without Crashing

0 views

15h ago

Programming Avec Reza
Python Exception Handling For FREE

Learn C++ and Python from Zero to Hero! Are you ready to master C++ or Python from scratch? Whether you're a beginner or ...

57:04
Python Exception Handling For FREE

12 views

14h ago

Python Hindi
Python Deque क्या है? | Double Ended Queue Explained in Hindi | Python Course

... https://youtu.be/oXiw2yarqHA 2️⃣ Python Nested Loop क्या है? https://youtu.be/2MkFToDHTTs 3️⃣ Python Function ...

4:19
Python Deque क्या है? | Double Ended Queue Explained in Hindi | Python Course

3 views

14h ago

I Tech World (AKTU)
AKTU Programming Languages Unit 2 One Shot | ACS101 | B.Tech 1st Year Common to All Branches

Welcome to I Tech World (AKTU). In this video, we cover Unit 2 of Programming Languages (ACS101) in a complete One Shot ...

36:14
AKTU Programming Languages Unit 2 One Shot | ACS101 | B.Tech 1st Year Common to All Branches

598 views

21h ago

vlogommentary
Understanding unionByName Parallelism in Apache Spark: Why It May Use a Single Core

Discover why using PySpark's unionByName to merge many small DataFrames might not utilize multiple cores and how to better ...

3:22
Understanding unionByName Parallelism in Apache Spark: Why It May Use a Single Core

0 views

16h ago

Data Mantra by Vimal Gondaliya
Excel PivotTable INDEX Function Explained 🔥 | Show Values As Index | PivotTable Tricks #pivot

Welcome to Data Mantra – Excel for Beginners! Have you ever seen INDEX inside the Show Values As option of an Excel ...

9:03
Excel PivotTable INDEX Function Explained 🔥 | Show Values As Index | PivotTable Tricks #pivot

6 views

21h ago

yacklyon
Learn PyTest by Building a Real Product Management System

Learn how to perform testing with PyTest by applying real-world concepts to a practical product management use case. In this ...

13:41
Learn PyTest by Building a Real Product Management System

12 views

3h ago

codeForEveryting
Python Full Course in Telugu | Beginner to Advanced | 20 Chapters in One Video

Python ని మొదటి నుంచి నేర్చుకోండి — basics నుంచి decorators, generators, OOP వరకు, ...

1:06:55
Python Full Course in Telugu | Beginner to Advanced | 20 Chapters in One Video

4 views

14h ago

Sabine Hossenfelder
FINALLY: A Proof that Particles Take All Paths At Once?

Click this link https://boot.dev/?promo=SABINE and use my code SABINE to get 25% off your first payment for boot.dev." Eighty ...

6:53
FINALLY: A Proof that Particles Take All Paths At Once?

282,510 views

11h ago

EXPLORE BY PUSHPENDRA
Lecture 29 Take Input from Keyboard in C | scanf() Function | C Programming

In this lecture, we learn how to take input from the keyboard in C programming using the scanf() function. Topics Covered: What ...

30:38
Lecture 29 Take Input from Keyboard in C | scanf() Function | C Programming

12 views

10h ago

Python Hindi
Python Heapq क्या है? | Min Heap & Priority Queue in Hindi

... https://youtu.be/2MkFToDHTTs 2️⃣ Python String क्या है? https://youtu.be/oXiw2yarqHA 3️⃣ Python Function में ...

5:01
Python Heapq क्या है? | Min Heap & Priority Queue in Hindi

2 views

20h ago

Coding Hives
LeetCode 202: Happy Number Explained in Malayalam | Python | Malayalam LeetCode Series

In this video, we break down Leetcode 202, a classic coding interview question frequently asked by companies like Google. 00:00 ...

12:00
LeetCode 202: Happy Number Explained in Malayalam | Python | Malayalam LeetCode Series

162 views

18h ago

Cloudsoft Solutions
Machine Learning Training: Forward Propagation, Backpropagation, SGD, RMSProp & Adam Explained

Machine Learning Training from Cloudsoft Solutions In this practical Machine Learning session, we explain the core concepts ...

1:20:35
Machine Learning Training: Forward Propagation, Backpropagation, SGD, RMSProp & Adam Explained

22 views

22h ago

Test Systems
Appium 3 on Windows: Android Setup Guide

Follow the Appium 3 Android setup path on Windows: supported Node.js and npm, Android Studio, SDK paths, Java, an emulator, ...

5:31
Appium 3 on Windows: Android Setup Guide

1 view

14h ago

vlogommentary
How to Use datetime.utcnow() and datetime.now(timezone.utc) Correctly as Defaults in SQLAlchemy

Learn why SQLAlchemy might ignore default datetime values like datetime.utcnow() or datetime.now(timezone.utc), and how to ...

3:19
How to Use datetime.utcnow() and datetime.now(timezone.utc) Correctly as Defaults in SQLAlchemy

0 views

21h ago

7X Crew
Python Input Function Explained | User Input in Python for Beginners | Episode 5 | 7X CREW

Welcome to Episode 5 of our Python Programming Course by 7X CREW. In this lesson, we explore the Input Function in Python ...

2:08
Python Input Function Explained | User Input in Python for Beginners | Episode 5 | 7X CREW

34 views

12h ago

Amit Kumar
Q-19 | Calculate Year-on-Year Growth with Window Function | SQL Interview Questions

Q-19 | Calculate Year-on-Year Growth with Window Function | SQL Interview Questions* Notes: ...

9:49
Q-19 | Calculate Year-on-Year Growth with Window Function | SQL Interview Questions

8 views

22h ago

AI Decoded with Olivia
Sampling & Central Limit Theorem Explained | Statistics for Data Science — Day 7

Why don't data professionals analyze every single record? Because in many real-world problems, we can learn about a large ...

6:32
Sampling & Central Limit Theorem Explained | Statistics for Data Science — Day 7

3 views

20h ago

Test Systems
Appium 3 on Mac: Android Setup Guide

Follow the Appium 3 Android setup path on Mac: supported Node.js and npm, Android Studio, SDK paths, Java, an emulator, ...

5:27
Appium 3 on Mac: Android Setup Guide

1 view

14h ago

Cmlcode- The Software Developer
34 - Number guessing game in python || Python practice || Hindi || 2026

This video covers to create a number guessing game in python in Hindi language. You can check the code bellow for reference.

32:29
34 - Number guessing game in python || Python practice || Hindi || 2026

5 views

1d ago

Coursesteach
Activation Functions in PyTorch Step by Step

Nonlinearity and Activation Functions in PyTorch explained in a simple and beginner-friendly way. In this video, you will learn ...

5:43
Activation Functions in PyTorch Step by Step

21 views

16h ago

Uplatz
S29 | Code Ownership and Team Conventions | SDA Best Practices | Uplatz

Code ownership and team conventions help development teams create clearer responsibilities, more consistent codebases and ...

8:15
S29 | Code Ownership and Team Conventions | SDA Best Practices | Uplatz

4 views

16h ago

TALHA'S CS ACADEMY
C If-Else Statement Explained 🔥 | Syntax, Examples & Live Coding | C Programming Lecture 12

Welcome to Talha CS Academy — Learn Computer Science, Programming & Technology in a simple and practical way.

13:26
C If-Else Statement Explained 🔥 | Syntax, Examples & Live Coding | C Programming Lecture 12

1 view

16h ago

Tab 47 by upGrad and upGrad
How to Start Programming in 2026: The Programming Fundamentals You Need to Know | Tab 47

programminglanguage #basicprogramming #programmingfundamentals Want to start programming in 2026 but don't know what ...

57:45
How to Start Programming in 2026: The Programming Fundamentals You Need to Know | Tab 47

723 views

13h ago

ACCU Conference and cpponsea
C++ Performance: Why You're Optimizing For The Wrong Things

ACCU Membership: https://tinyurl.com/ydnfkcyn --- There Is No Optimal - Pareto Trade Offs in C++ — Compile-Time Search with ...

1:05:08
C++ Performance: Why You're Optimizing For The Wrong Things

1,033 views

14h ago

vlogommentary
How to Use tf.data.Dataset.from_generator with Multiple Inputs in TensorFlow

Learn how to resolve the TypeError in TensorFlow's from_generator function when using multiple input tensors by switching from ...

3:11
How to Use tf.data.Dataset.from_generator with Multiple Inputs in TensorFlow

0 views

15h ago

PythonLife
Generative AI & Agentic AI New Batch | GenAI + RAG + AI Agents 2027 | PythonLife

80+ IT Full Courses in Telugu: ...

4:09
Generative AI & Agentic AI New Batch | GenAI + RAG + AI Agents 2027 | PythonLife

773 views

14h ago

conquerbycode
C Programming #7: Control Statements Part I in C | for Engineering, CSIT, BCA, BIT, & BIM Students

C Programming Complete Course for Engineering, CSIT, BCA, BIT & BIM Students in Nepal | ConquerByCode** Welcome to ...

21:28
C Programming #7: Control Statements Part I in C | for Engineering, CSIT, BCA, BIT, & BIM Students

2 views

9h ago

vlogommentary
How to Run YOLOv8 & OpenVINO in Async Mode for Faster Vehicle Detection

Learn how to integrate YOLOv8 with OpenVINO's AsyncInferQueue to improve vehicle detection performance by running ...

3:39
How to Run YOLOv8 & OpenVINO in Async Mode for Faster Vehicle Detection

0 views

15h ago

vlogommentary
Fixing NoReverseMatch Error for wagtailadmin_sprite When Changing Wagtail Admin URL

Learn how to resolve the NoReverseMatch error caused by changing the default Wagtail admin path and misusing namespaces ...

2:21
Fixing NoReverseMatch Error for wagtailadmin_sprite When Changing Wagtail Admin URL

0 views

15h ago

PythonLife
Agentic Chatbot అంటే ఏంటి? Normal AI Chatbot కంటే ఎలా Different? | Agentic AI Explained | PythonLife

80+ IT Full Courses in Telugu: ...

4:51
Agentic Chatbot అంటే ఏంటి? Normal AI Chatbot కంటే ఎలా Different? | Agentic AI Explained | PythonLife

487 views

14h ago