ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

151 results

BiswasXTech
✨ Python String Magic: Count Letters Fast! 🔠

Unlock the power of Python strings! ✨ In this tutorial, you'll learn how to count letters and characters in a sentence using simple, ...

6:04
✨ Python String Magic: Count Letters Fast! 🔠

10 views

1 month ago

Chuck Severance
Python for Informatics - Chapter 6 - Strings

This lecture covers Chapter 6 - Strings from the book Python for Informatics: Exploring Data - www.pythonlearn.com All Lectures: ...

27:58
Python for Informatics - Chapter 6 - Strings

41,693 views

12 years ago

BiswasXTech
🐍✨ Python String Magic: Replace Words Easily!

In this video, you'll learn how to replace words easily using Python's .replace() method and understand how string manipulation ...

6:16
🐍✨ Python String Magic: Replace Words Easily!

0 views

1 month ago

J David Eisenberg
Chapter 7: Traversing a String

You can use a for or while loop to traverse (iterate through) a string one character at a time.

3:20
Chapter 7: Traversing a String

138 views

2 years ago

Spoken-Tutorial IIT Bombay
Manipulating strings - English

Manipulating strings upper, lower, replace slicing [::-1] reversed palindrome check.

7:02
Manipulating strings - English

1,050 views

11 years ago

Chuck Severance
Python for Informatics - Chapter 8 - Lists

This is from Python for Informatics Chapter 8 - Lists. www.pythonlearn.com All Lectures: ...

27:15
Python for Informatics - Chapter 8 - Lists

38,656 views

12 years ago

J David Eisenberg
Chapter 9: Strings (part 1)

Using Python strings. Sorry about the really scratchy voice at the beginning. Oh well. Note: I often use the terms “word” and “letter” ...

11:20
Chapter 9: Strings (part 1)

257 views

7 years ago

Dutton Institute
L01V02 Colab Python Basics

Video for EME 210 at Penn State. All sectors of the energy industry and related fields continuously use data to inform decisions.

5:48
L01V02 Colab Python Basics

150 views

2 years ago

Spoken-Tutorial IIT Bombay
Getting started with strings - English

Getting started with strings strings single, double, triple quoted accessing elements show immutability tell that there are methods ...

11:30
Getting started with strings - English

1,700 views

11 years ago

J David Eisenberg
Chapter 4: Comparing Strings

You need to use methods from the String class to compare strings for equal, less than, and greater than.

4:07
Chapter 4: Comparing Strings

353 views

6 years ago

Cours Python
2.3 Les séquences

Mon exception, comme toujours en Python, est très explicite ; elle s'appelle IndexError et elle m'écrit le message d'erreur : string ...

10:13
2.3 Les séquences

4,594 views

7 years ago

Caio Dallaqua
Curso Python 3 | Aula 7 - Tipo String

Pra receber conteúdos, só preencher: https://forms.gle/9uuccRDykdXz36VC7 Olá, humano! Quer aprender Python? Inscreva-se!

3:57
Curso Python 3 | Aula 7 - Tipo String

6,966 views

9 years ago

Google for Developers
R 2.4 - for() Loops and Handling Missing Observations

This video discusses for() loops, which are a structure that can be used to execute a set of code repeatedly. Also covered in this ...

4:38
R 2.4 - for() Loops and Handling Missing Observations

53,209 views

12 years ago

The Mentor CodeLab
Defining String Data Type - Programming For Beginners | #16

... String 02:07 Special Characters in String 03:14 String Manipulation 03:37 String Data Size 04:43 String Encoding 06:42 String ...

10:17
Defining String Data Type - Programming For Beginners | #16

6 views

2 years ago

Code Script
Day 05 : Python Lists & List Operations Explained - Full Guide for Beginners

Master Python Lists & List Operations in just 8 minutes! In this video, we'll explore everything from creating lists , accessing ...

8:26
Day 05 : Python Lists & List Operations Explained - Full Guide for Beginners

49 views

1 year ago

Craig Piercy
Python Built-In Function: bin()

Describess the bin() function.

3:52
Python Built-In Function: bin()

341 views

11 months ago

BiswasXTech
💻 Python Trick: Get ASCII Value of a Character Instantly! ⚡

Whether you're a beginner or brushing up on string manipulation, this trick is a must-know. We'll break it down step-by-step with ...

6:13
💻 Python Trick: Get ASCII Value of a Character Instantly! ⚡

12 views

3 months ago

Programming threads
The Python Tuple Hack You Didn't Know About

Everyone know tuples are immutable in Python and you cannot modify a tuple once it has been created. Today I'm sharing this ...

0:43
The Python Tuple Hack You Didn't Know About

35 views

1 year ago

Neo4j
Manipulate List or Array Data Structures with APOC (#9)

Cypher has already great support for lists and collections, including collect aggregations, list comprehensions and more. APOCs ...

19:31
Manipulate List or Array Data Structures with APOC (#9)

2,417 views

7 years ago

Spoken-Tutorial IIT Bombay
Getting started with tuples - English

Getting started with tuples immutability tuple packing, unpacking a, b = b, a accessing individual elements slicing, striding.

7:18
Getting started with tuples - English

1,042 views

11 years ago