ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

111 results

Rolando Coto
Python Parsing in Tagalog (Accelerated Computational Linguistics 2020.W07.07)

Accelerated Computational Linguistics Dartmouth College LING48/COSC72 Spring 2020. Week 07, Video 07: Python Parsing in ...

14:14
Python Parsing in Tagalog (Accelerated Computational Linguistics 2020.W07.07)

193 views

6 years ago

Rolando Coto
Python Parsing in English (Accelerated Computational Linguistics 2020.W07.04)

Accelerated Computational Linguistics Dartmouth College LING48/COSC72 Spring 2020. Week 07, Video 04: Python Parsing in ...

20:28
Python Parsing in English (Accelerated Computational Linguistics 2020.W07.04)

516 views

6 years ago

Code with Ebrima
Google Colab Tutorial for Beginners 2025: Get started with Google Colab from Basics to Adavance

Description: Learn Google Colab: The Free, Cloud-Based Python Environment (2025 Edition)! Google Colab is one of the ...

35:18
Google Colab Tutorial for Beginners 2025: Get started with Google Colab from Basics to Adavance

16,551 views

1 year ago

Dandalf
Python Paycheck Program

The video describes the first lab exercise - Create a Python program that computes a paycheck with overtime. The video describes ...

9:53
Python Paycheck Program

283 views

3 years ago

J David Eisenberg
Chapter 6: Value-Returning and Void Functions

Some functions return values; others don't. What is the difference, and when do you use each type?

5:17
Chapter 6: Value-Returning and Void Functions

250 views

3 years ago

J David Eisenberg
Chapter 4: Using a Boolean to control an input loop

In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...

3:38
Chapter 4: Using a Boolean to control an input loop

400 views

5 years ago

J David Eisenberg
Chapter 16: Classes and Objects

Constructing an object with attributes and methods; conversion to string with __str__, learning about “self”.

13:04
Chapter 16: Classes and Objects

249 views

7 years ago

J David Eisenberg
Chapter 2: Naming Variables

Guidelines for giving your variables meaningful names.

2:34
Chapter 2: Naming Variables

769 views

6 years ago

Programming with Shahan
Machine Learning in A.I Explained in 100 Seconds

This Machine Learning basic will help you understand what is Machine Learning which is a subset of Artificial Intelligence or AI.

2:33
Machine Learning in A.I Explained in 100 Seconds

413 views

5 years ago

J David Eisenberg
Chapter 5: The for loop

The for loop is a shorthand for a while loop; it specifies the initial loop variable, the continuation test, and the action after each ...

3:04
Chapter 5: The for loop

185 views

5 years ago

J David Eisenberg
Chapter 8: Data Structures
4:10
Chapter 8: Data Structures

247 views

5 years ago

J David Eisenberg
Hints for Credit Card Validation Assignment

Some ideas on how to go about solving the problem. Includes some pseudocode.

7:14
Hints for Credit Card Validation Assignment

357 views

6 years ago

Joseph Mwema
Python Biometric Integration DEMO - PART 1 for Fingerprint Image Capture

This is a Video DEMO for Fingerprint Registration in Python Biometric Integration using @aratek-biometrics A600 Fingerprint ...

11:20
Python Biometric Integration DEMO - PART 1 for Fingerprint Image Capture

11,454 views

3 years ago

Jeremy Howard
Lesson 6: Practical Deep Learning for Coders 2022

00:00 Review 02:09 TwoR model 04:43 How to create a decision tree 07:02 Gini 10:54 Making a submission 15:52 Bagging ...

1:42:55
Lesson 6: Practical Deep Learning for Coders 2022

62,884 views

3 years ago

J David Eisenberg
Chapter 5: Using booleans to control a while loop

You can use booleans in the condition of a while loop. This will avoid duplicate code in a loop that asks for user input.

3:13
Chapter 5: Using booleans to control a while loop

3,409 views

6 years ago

J David Eisenberg
Chapter 6: Declaring and Initializing Arrays
5:17
Chapter 6: Declaring and Initializing Arrays

335 views

5 years ago

J David Eisenberg
Chapter 3: Using Braces with if/else Statements

When should you use braces around the body of an if/else? (Spoiler alert: always.)

5:04
Chapter 3: Using Braces with if/else Statements

679 views

6 years ago

Brian Lavender
Nested Decision Structure

Describes nested decision structures and the use of compound boolean statements. Multiple approaches to solving a sales ...

6:48
Nested Decision Structure

747 views

10 years ago

J David Eisenberg
Chapter 14: Polymorphism and Casting

Find out the limits of using casting when working with polymorphism.

2:32
Chapter 14: Polymorphism and Casting

177 views

4 years ago

bhavsar_codes
String Matching(Easy) Solution - Dcoder

Code : https://gist.github.com/ameybhavsar24/3600b5ac2f10888f98fe295c566ddd90 Hello, My name is Amey Bhavsar. This is the ...

3:35
String Matching(Easy) Solution - Dcoder

370 views

5 years ago