ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

38 results

henryishuman
How To: Beginner Python - Part 3 - Strings and their functions

In this episode, we discuss strings, and some of the functions we can use to manipulate them. Key concepts and keywords in this ...

5:18
How To: Beginner Python - Part 3 - Strings and their functions

1,068 views

7 years ago

J David Eisenberg
Chapter 9: Strings (part 3)

Using the split() function to split a string into a list of substrings.

6:02
Chapter 9: Strings (part 3)

193 views

7 years ago

COMPUTER & EXCEL SOLUTION
How to use split function in Python || split function in python@COMPUTEREXCELSOLUTION #python

pythonprogramming Join this channel to get access to perks: ...

8:17
How to use split function in Python || split function in python@COMPUTEREXCELSOLUTION #python

39 views

10 months ago

J David Eisenberg
Chapter 9: split and join

These two methods let you separate a string into a list of strings, and join a list of strings back into a single string. But you probably ...

4:48
Chapter 9: split and join

86 views

2 years ago

COMPUTER & EXCEL SOLUTION
How to use predefined function split in Python || predefined function@COMPUTEREXCELSOLUTION #python

pythonprogramming Join this channel to get access to perks: ...

9:36
How to use predefined function split in Python || predefined function@COMPUTEREXCELSOLUTION #python

17 views

1 year 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

100 views

2 years ago

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,114 views

4 years ago

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)

184 views

5 years ago

J David Eisenberg
Chapter 2: Arithmetic operations in Python

A summary of arithmetic and order of operations.

6:17
Chapter 2: Arithmetic operations in Python

423 views

7 years ago

Erik Marsja
Pandas Groupby Tutorial Part I - Grouping by One Column

In this Pandas tutorial, you will learn how to use pandas groupby to group by one column. More specifically, you will learn how to ...

6:23
Pandas Groupby Tutorial Part I - Grouping by One Column

5,886 views

6 years ago

J David Eisenberg
Chapter 9: Nested Lists

Lists can contain other lists as their items. You can use these nested lists to represent two-dimensional tables of data.

6:45
Chapter 9: Nested Lists

91 views

2 years ago

Code Maven
Modern Perl Tutorial - part 04 - String functions (lc, uc, length, index, substr)

See the related blog entry at The list of all the blog entries and screencasts can be found on http://perlmaven.com/perl-tutorial ...

12:18
Modern Perl Tutorial - part 04 - String functions (lc, uc, length, index, substr)

4,977 views

14 years ago

weecology
Splitting Data Into Multiple Tables So That They Can Be Put Back Together

This video is about why we split data across multiple tables and how we think about putting them back together if we need to ...

4:47
Splitting Data Into Multiple Tables So That They Can Be Put Back Together

5,268 views

5 years ago

J David Eisenberg
Chapter 10: Using the StringBuilder Class

Strings are immutable. If you want something that works like a string but lets you modify the contents in place, you use the ...

5:00
Chapter 10: Using the StringBuilder Class

263 views

6 years ago

吳老師教學部落格
03 用Split切割兩次取尾取頭輸出

EXCEL VBA與資料庫(進階119)第2單元上課內容: 01_重點複習數英中資料分割與資料切割02_範例字串切割用Split切割資料03_ ...

13:18
03 用Split切割兩次取尾取頭輸出

121 views

3 years ago

Cours Python
2.2 Les chaînes de caractères 1/2

Errata : à 5:05, les f-string sont introduites depuis Python 3.6 (et non Python 3.5).

5:36
2.2 Les chaînes de caractères 1/2

4,600 views

8 years ago

Applied Language Technology
Examining pandas DataFrames

In this video, we will explore the structure of pandas DataFrames. I show you how to count unique values in a column and how to ...

8:31
Examining pandas DataFrames

640 views

4 years ago

NoobScience
Atomic Weight Calculator CLI - Tutorial in Python

Atomic Weight Calculator CLI - Tutorial in Python A Simple CLI Atomic Weight Calculator written in python, beginner friendly and ...

9:44
Atomic Weight Calculator CLI - Tutorial in Python

71 views

4 years ago

openscreencast
Python-Programmierung - Zeichenketten

Ubuntu 10.10, Gnome 2.32 Lizenz: Creative Commons by 3.0.

5:12
Python-Programmierung - Zeichenketten

2,092 views

12 years ago

Meri (Engel) Kasprak - programming videos
merihelp.net: Parallel arrays

Parallel arrays in visual logic.

4:37
merihelp.net: Parallel arrays

10,864 views

12 years ago

COMPUTER & EXCEL SOLUTION
Difference between readline and readlines method in Python@COMPUTEREXCELSOLUTION

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

5:11
Difference between readline and readlines method in Python@COMPUTEREXCELSOLUTION

347 views

3 years ago

COMPUTER & EXCEL SOLUTION
How to print in separate line in Kotlin@COMPUTEREXCELSOLUTION

This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...

4:14
How to print in separate line in Kotlin@COMPUTEREXCELSOLUTION

91 views

4 years ago

Styled JavaScript
Count IP Addresses (5 kyu): Codewars (TDD in JavaScript)

Hi! Welcome to #Codewars. In this series I'm going to solve TDD katas using #JavaScript. If this is your first time here and you ...

5:11
Count IP Addresses (5 kyu): Codewars (TDD in JavaScript)

1,502 views

6 years ago

吳老師教學部落格
04 切割字串轉為串列再轉為字典

PYTHON網頁資料擷取分析與資料視覺化應用班第4次上課01_重點回顧與建立JSON檔案02_利用dump方法產生JSON檔案03_將 ...

13:56
04 切割字串轉為串列再轉為字典

110 views

4 years ago

J David Eisenberg
Assignment: Phone Words

Here's how I did the planning for a solution to the “Phone word“ assignment.

8:40
Assignment: Phone Words

783 views

5 years ago