Skip to main content

ProwessApps

Learn · Practice · Excel
ADVERTISEMENT

#30 Python Tutorial for Beginners | String in Python

Python Tutorial for Beginners (English)


Join the Discussion

Sign in to ask questions, help others, and leave comments.

Sign In

Your Personal Study Space

Sign in to save time-stamped bookmarks and private notes so you never lose track of important concepts.

Sign In to Add Notes
Python Tutorial for Beginners (English)
89 Lessons
1
#0 Python Tutorial for Beginners | Course Introduction
11:00
2
#1 Python Tutorial for Beginners | Python Introduction
25:27
3
#2 Python Tutorial for Beginners | Python Installation | Setup eclipse for Python
11:29
4
#3 Python Tutorial for Beginners | Different ways to run Python script | Using IDLE | Using eclipse
10:16
5
#4 Python Tutorial for Beginners | Keywords in Python
6:39
6
#5 Python Tutorial for Beginners | Variables in Python
8:38
7
#6 Python Tutorial for Beginners | Data Types in Python
20:01
8
#7 Python Tutorial for Beginners | Type Casting | Type Conversion in Python
19:19
9
#8 Python Tutorial for Beginners | Python Identifiers
18:37
10
#9 Python Tutorial for Beginners | id() function in Python
5:07
11
#10 Python Tutorial for Beginners | Operators in Python | Part 1
28:24
12
#11 Python Tutorial for Beginners | Operators in Python | Part 2
21:56
13
#12 Python Tutorial for Beginners | print() function in Python
10:51
14
#13 Python Tutorial for Beginners | input() function in Python | Take multiple input in one line
29:30
15
#14 Python Tutorial for Beginners | Control Statements | if and if-else Statements
24:46
16
#15 Python Tutorial for Beginners | Control Statements | if-elif-else Statements | Nested if
16:18
17
#16 Python Tutorial for Beginners | while loop in Python
22:14
18
#17 Python Tutorial for Beginners | debugging the code | code monitoring step by step in PyCharm
8:19
19
#18 Python Tutorial for Beginners | Nested Loop in Python | Nested while loop in Python
19:42
20
#19 Python Tutorial for Beginners | Pattern Programming in Python
18:08
21
#20 Python Tutorial for Beginners | for Loop in Python
11:31
22
#21 Python Tutorial for Beginners | for with else | nested for loop | range() function in python
17:26
23
#22 Python Tutorial for Beginners | break in Python
18:47
24
#23 Python Tutorial for Beginners | continue and pass statement in Python
12:51
25
#24 Python Tutorial for Beginners | comments in python | multi-line statement in python
8:05
26
#25 Python Tutorial for Beginners | built in function in Python
26:40
27
#26 Python Tutorial for Beginners | swap two numbers in python
7:46
28
#27 Python Tutorial for Beginners | find maximum and minimum numbers
3:46
29
#28 Python Tutorial for Beginners | Mutable vs Immutable Objects in Python
13:29
30
#29 Python Tutorial for Beginners | math module in Python
12:04
31
#30 Python Tutorial for Beginners | String in Python
11:47
Playing...
32
#31 Python Tutorial for Beginners | String Slicing | Accessing Sub-string
13:34
33
#32 Python Tutorial for Beginners | String Operations | Delete | Concatenation | checking substring
9:53
34
#33 Python Tutorial for Beginners | String Methods Part -1 | capitalize, title, lower, upper,islower
16:40
35
#34 Python Tutorial for Beginners | String Methods Part -2 | split, startswith, endswith, . and more
31:47
36
#35 Python Tutorial for Beginners | String Module in Python
7:21
37
#36 Python Tutorial for Beginners | String formatting | format() method in Python
21:56
38
f-strings in Python | String formatting | Formatted String Literal | Python Tutorial for Beginners
19:15
39
#37 Python Tutorial for Beginners | List in Python | List Slicing | Accessing List elements
12:50
40
#38 Python Tutorial for Beginners | Operations on List | List Methods
27:13
41
#39 Python Tutorial for Beginners | Tuple in python
21:27
42
#40 Python Tutorial for Beginners | set in python
17:29
43
#41 Python Tutorial for Beginners |Set Operations | union, intersection, difference, subset, etc..
12:00
44
#42 Python Tutorial for Beginners | FrozenSet in Python
6:00
45
#43 Python Tutorial for Beginners | Dictionary in Python
17:38
46
#44 Python Tutorial for Beginners | Dictionary Methods like update(), keys(), values(), items()
21:56
47
#45 Python Tutorial for Beginners | Python Quiz -1 | Python Basics Quiz
6:24
48
#46 Python Tutorial for Beginners | Python Quiz-1 Answers
5:57
49
#47 Python Tutorial for Beginners | Array in Python
18:20
50
#48 Python Tutorial for Beginners | List Comprehension in Python
21:20
51
#49 Python Tutorial | Generates a list which extracts numbers from a string using list Comprehension
3:39
52
#50 Python Tutorial for Beginners | Fibonacci Series
7:21
53
#51 Python Tutorial for Beginners | function in Python | User Define Function
17:03
54
#52 Python Tutorial for Beginners | Function Argument Types | Positional, Keyword, Default Argument
9:34
55
#53 Python Tutorial for Beginners | Function Argument Types |Variable Number of Argument in Function
14:40
56
#54 Python Tutorial for Beginners | Lambda or Anonymous Function in Python | Function Pointer
6:40
57
#55 Python Tutorial for Beginners | Higher Order Function in Python
9:22
58
#56 Python Tutorial for Beginners | map(), filter() and reduce() functions in Python
23:14
59
#57 Python Tutorial for Beginners | Nested function and nonlocal variables
6:59
60
#58 Python Tutorial for Beginners | Closure in Python
9:44
61
#59 Python Tutorial for Beginners | Decorators in Python
29:23
62
#60 Python Tutorial for Beginners | Variable scopes and globals() function
20:11
63
#61 Python Tutorial for Beginners | Recursion in Python
26:57
64
#62 Python Tutorial for Beginners | Modules in Python
17:42
65
#63 Python Tutorial for Beginners | _ _name __ == '_ _main_ _ '
7:38
66
#64 Python Tutorial for Beginners | os module in python
24:37
67
#65 Python Tutorial for Beginners | random module in python
7:05
68
#66 File Handling in Python | Python Tutorial for Beginners
22:50
69
#67 seek and tell functions in File Handling | Python Tutorial for Beginners
10:29
70
#68 shutil module in python | Python Tutorial for Beginners
18:44
71
Channel Support
2:25
72
#69 OOP | Introduction | Python Tutorial for Beginners
10:51
73
#70 OOP | Class and Object in Python | Python Tutorial for Beginners
18:26
74
#71 OOP | Instance Variables, Constructor and self | Python Tutorial for Beginners
10:38
75
#72 OOP | Class Variable in Python | Python Tutorial for Beginners
8:29
76
#73 OOP | Class Method and Static Method in Python | Python Tutorial for Beginners
10:30
77
#74 OOP | Access Modifiers public, private and protected in Python | Python Tutorial for Beginners
9:17
78
#75 OOP Concepts, Abstraction, Encapsulation, Inheritance and Polymorphism
15:56
79
#76 OOP | Inheritance in Python | Python Tutorial for Beginners
11:06
80
#77 OOP | super() and constructor in Inheritance | Python Tutorial for Beginners
11:21
81
#78 | OOP | Method Resolution Order (MRO) | Python Tutorial for Beginners
5:12
82
#79 | OOP | Types of Inheritance in Python | Python Tutorial for Beginners
9:27
83
#80 | OOP | Polymorphism in Python | Method Overloading | Python Tutorial for Beginners
8:27
84
#81 | OOP | Polymorphism in Python | Method Overriding | Python Tutorial for Beginners
6:43
85
#82 | OOP | Operator Overloading in Python | Python Tutorial for Beginners
11:40
86
#83 Dunder Method / Magic Method / Special Method in Python, __str__() method
6:36
87
#84 Exception Handling in Python | Python Tutorial for Beginners
16:37
88
#85 raise in Python Exception | Throw an exception in Python using raise keyword
6:28
89
Working with CSV file using Python
18:10
Python Tutorial for Beginners (English)
89 Lessons
1
#0 Python Tutorial for Beginners | Course Introduction
11:00
2
#1 Python Tutorial for Beginners | Python Introduction
25:27
3
#2 Python Tutorial for Beginners | Python Installation | Setup eclipse for Python
11:29
4
#3 Python Tutorial for Beginners | Different ways to run Python script | Using IDLE | Using eclipse
10:16
5
#4 Python Tutorial for Beginners | Keywords in Python
6:39
6
#5 Python Tutorial for Beginners | Variables in Python
8:38
7
#6 Python Tutorial for Beginners | Data Types in Python
20:01
8
#7 Python Tutorial for Beginners | Type Casting | Type Conversion in Python
19:19
9
#8 Python Tutorial for Beginners | Python Identifiers
18:37
10
#9 Python Tutorial for Beginners | id() function in Python
5:07
11
#10 Python Tutorial for Beginners | Operators in Python | Part 1
28:24
12
#11 Python Tutorial for Beginners | Operators in Python | Part 2
21:56
13
#12 Python Tutorial for Beginners | print() function in Python
10:51
14
#13 Python Tutorial for Beginners | input() function in Python | Take multiple input in one line
29:30
15
#14 Python Tutorial for Beginners | Control Statements | if and if-else Statements
24:46
16
#15 Python Tutorial for Beginners | Control Statements | if-elif-else Statements | Nested if
16:18
17
#16 Python Tutorial for Beginners | while loop in Python
22:14
18
#17 Python Tutorial for Beginners | debugging the code | code monitoring step by step in PyCharm
8:19
19
#18 Python Tutorial for Beginners | Nested Loop in Python | Nested while loop in Python
19:42
20
#19 Python Tutorial for Beginners | Pattern Programming in Python
18:08
21
#20 Python Tutorial for Beginners | for Loop in Python
11:31
22
#21 Python Tutorial for Beginners | for with else | nested for loop | range() function in python
17:26
23
#22 Python Tutorial for Beginners | break in Python
18:47
24
#23 Python Tutorial for Beginners | continue and pass statement in Python
12:51
25
#24 Python Tutorial for Beginners | comments in python | multi-line statement in python
8:05
26
#25 Python Tutorial for Beginners | built in function in Python
26:40
27
#26 Python Tutorial for Beginners | swap two numbers in python
7:46
28
#27 Python Tutorial for Beginners | find maximum and minimum numbers
3:46
29
#28 Python Tutorial for Beginners | Mutable vs Immutable Objects in Python
13:29
30
#29 Python Tutorial for Beginners | math module in Python
12:04
31
#30 Python Tutorial for Beginners | String in Python
11:47
Playing...
32
#31 Python Tutorial for Beginners | String Slicing | Accessing Sub-string
13:34
33
#32 Python Tutorial for Beginners | String Operations | Delete | Concatenation | checking substring
9:53
34
#33 Python Tutorial for Beginners | String Methods Part -1 | capitalize, title, lower, upper,islower
16:40
35
#34 Python Tutorial for Beginners | String Methods Part -2 | split, startswith, endswith, . and more
31:47
36
#35 Python Tutorial for Beginners | String Module in Python
7:21
37
#36 Python Tutorial for Beginners | String formatting | format() method in Python
21:56
38
f-strings in Python | String formatting | Formatted String Literal | Python Tutorial for Beginners
19:15
39
#37 Python Tutorial for Beginners | List in Python | List Slicing | Accessing List elements
12:50
40
#38 Python Tutorial for Beginners | Operations on List | List Methods
27:13
41
#39 Python Tutorial for Beginners | Tuple in python
21:27
42
#40 Python Tutorial for Beginners | set in python
17:29
43
#41 Python Tutorial for Beginners |Set Operations | union, intersection, difference, subset, etc..
12:00
44
#42 Python Tutorial for Beginners | FrozenSet in Python
6:00
45
#43 Python Tutorial for Beginners | Dictionary in Python
17:38
46
#44 Python Tutorial for Beginners | Dictionary Methods like update(), keys(), values(), items()
21:56
47
#45 Python Tutorial for Beginners | Python Quiz -1 | Python Basics Quiz
6:24
48
#46 Python Tutorial for Beginners | Python Quiz-1 Answers
5:57
49
#47 Python Tutorial for Beginners | Array in Python
18:20
50
#48 Python Tutorial for Beginners | List Comprehension in Python
21:20
51
#49 Python Tutorial | Generates a list which extracts numbers from a string using list Comprehension
3:39
52
#50 Python Tutorial for Beginners | Fibonacci Series
7:21
53
#51 Python Tutorial for Beginners | function in Python | User Define Function
17:03
54
#52 Python Tutorial for Beginners | Function Argument Types | Positional, Keyword, Default Argument
9:34
55
#53 Python Tutorial for Beginners | Function Argument Types |Variable Number of Argument in Function
14:40
56
#54 Python Tutorial for Beginners | Lambda or Anonymous Function in Python | Function Pointer
6:40
57
#55 Python Tutorial for Beginners | Higher Order Function in Python
9:22
58
#56 Python Tutorial for Beginners | map(), filter() and reduce() functions in Python
23:14
59
#57 Python Tutorial for Beginners | Nested function and nonlocal variables
6:59
60
#58 Python Tutorial for Beginners | Closure in Python
9:44
61
#59 Python Tutorial for Beginners | Decorators in Python
29:23
62
#60 Python Tutorial for Beginners | Variable scopes and globals() function
20:11
63
#61 Python Tutorial for Beginners | Recursion in Python
26:57
64
#62 Python Tutorial for Beginners | Modules in Python
17:42
65
#63 Python Tutorial for Beginners | _ _name __ == '_ _main_ _ '
7:38
66
#64 Python Tutorial for Beginners | os module in python
24:37
67
#65 Python Tutorial for Beginners | random module in python
7:05
68
#66 File Handling in Python | Python Tutorial for Beginners
22:50
69
#67 seek and tell functions in File Handling | Python Tutorial for Beginners
10:29
70
#68 shutil module in python | Python Tutorial for Beginners
18:44
71
Channel Support
2:25
72
#69 OOP | Introduction | Python Tutorial for Beginners
10:51
73
#70 OOP | Class and Object in Python | Python Tutorial for Beginners
18:26
74
#71 OOP | Instance Variables, Constructor and self | Python Tutorial for Beginners
10:38
75
#72 OOP | Class Variable in Python | Python Tutorial for Beginners
8:29
76
#73 OOP | Class Method and Static Method in Python | Python Tutorial for Beginners
10:30
77
#74 OOP | Access Modifiers public, private and protected in Python | Python Tutorial for Beginners
9:17
78
#75 OOP Concepts, Abstraction, Encapsulation, Inheritance and Polymorphism
15:56
79
#76 OOP | Inheritance in Python | Python Tutorial for Beginners
11:06
80
#77 OOP | super() and constructor in Inheritance | Python Tutorial for Beginners
11:21
81
#78 | OOP | Method Resolution Order (MRO) | Python Tutorial for Beginners
5:12
82
#79 | OOP | Types of Inheritance in Python | Python Tutorial for Beginners
9:27
83
#80 | OOP | Polymorphism in Python | Method Overloading | Python Tutorial for Beginners
8:27
84
#81 | OOP | Polymorphism in Python | Method Overriding | Python Tutorial for Beginners
6:43
85
#82 | OOP | Operator Overloading in Python | Python Tutorial for Beginners
11:40
86
#83 Dunder Method / Magic Method / Special Method in Python, __str__() method
6:36
87
#84 Exception Handling in Python | Python Tutorial for Beginners
16:37
88
#85 raise in Python Exception | Throw an exception in Python using raise keyword
6:28
89
Working with CSV file using Python
18:10