ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

140 results

J David Eisenberg
Chapter 6: The substring() and indexOf() methods

The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...

7:13
Chapter 6: The substring() and indexOf() methods

1,091 views

4 years ago

J David Eisenberg
Chapter 4: Reading Strings and Extracting Characters from them

How to read a line of text into a string, and how to get specific characters from it.

3:58
Chapter 4: Reading Strings and Extracting Characters from them

123 views

6 years ago

Solve Computer Science
Understand Python unit tests in 5 minutes

In this video I show you an overview of unit tests in Python: what they are, how they work and how to write effective ones by ...

5:15
Understand Python unit tests in 5 minutes

97 views

2 years ago

Aaron J Newman
06 - for Loops

A `for` loop executes commands once for each value in a collection. - A `for` loop is made up of a collection, a loop variable, and a ...

38:52
06 - for Loops

491 views

4 years ago

COMPUTER & EXCEL SOLUTION
Python programe to print a string in reverse order@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

4:03
Python programe to print a string in reverse order@COMPUTEREXCELSOLUTION

103 views

2 years ago

J David Eisenberg
Chapter 13: Converting an Object to a String

How to get something better than the name of a class and its memory reference when you print an object reference.

2:35
Chapter 13: Converting an Object to a String

100 views

2 years ago

Shanmuga R
Python for Beginners - Learn Python Now Without IDE - 3

Python Beginner Tutorial encourages you to learn by doing. Follow along this Python course to get started. This is Part 3 of he ...

14:11
Python for Beginners - Learn Python Now Without IDE - 3

113 views

3 years ago

COMPUTER & EXCEL SOLUTION
Negative slicing of String in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

2:22
Negative slicing of String in Python@COMPUTEREXCELSOLUTION

265 views

3 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

248 views

7 years ago

COMPUTER & EXCEL SOLUTION
index method in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

1:50
index method in Python@COMPUTEREXCELSOLUTION

66 views

2 years ago

freeCodeCamp.org
Python for Everybody - Full University Python Course

This Python 3 tutorial course aims to teach everyone the basics of programming computers using Python. The course has no ...

13:40:10
Python for Everybody - Full University Python Course

7,534,879 views

6 years ago

Wisc-Online
Strings in the .NET Framework

In this activity, we will explain the string datatype in the .net framework and cover the peculiarities of a reference type that appears ...

9:11
Strings in the .NET Framework

296 views

9 years ago

Drunken Engineer
Java Interview Questions and Answers

This video contains java interview questions and answers for experienced. Below are the Questions : What Are SOLID Principles ...

17:47
Java Interview Questions and Answers

30,986 views

4 years ago

Computer science and application education hub
Python mcq Questions and Answers

Dear student, welcome to the new MCQ series of python programming. In this video, we will be discussing the most important ...

8:52
Python mcq Questions and Answers

121 views

4 years ago

J David Eisenberg
Chapter 4: break and continue

The break statement lets you exit from a loop before the loop condition says it's complete. The continue statement lets you jump to ...

5:41
Chapter 4: break and continue

800 views

4 years ago

CS50
Pattern Matching with Regular Expressions

And you can see the percentage 45s is looking for a string of 45 characters. So it is somewhat like a rudimentary regular ...

26:01
Pattern Matching with Regular Expressions

12,889 views

13 years ago

Drunken Engineer
Data Structures and Algorithms Interview Questions asked at Pocket52

This video contains data structures and algorithms interview questions. One of the best book for Interview Questions Top 1000 ...

3:05
Data Structures and Algorithms Interview Questions asked at Pocket52

1,080 views

4 years ago

COMPUTER & EXCEL SOLUTION
Pickling and Unpickling in Python in very easy steps@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

5:20
Pickling and Unpickling in Python in very easy steps@COMPUTEREXCELSOLUTION

134 views

3 years ago

Confreaks
RubyConf 2015 - The Art of Ruby Technical Interviews by Chris Mar

The Art of Ruby Technical Interviews by Chris Mar So, you want to be a Ruby developer? You've attended a bootcamp, read the ...

28:05
RubyConf 2015 - The Art of Ruby Technical Interviews by Chris Mar

21,666 views

10 years ago

Spoken-Tutorial IIT Bombay
Basic datatypes and operators - English

Basic datatypes & operators int L, long float repr, str complex boolean conversion functions sequence datatypes & mutability list ...

28:35
Basic datatypes and operators - English

1,366 views

11 years ago