Into the Past || Complete Beginner for Python Strings
In this course you will be learning about strings, slicing, concatenation and equivalency
Syllabus
6 chapters19 lessonsString Assignment
4 lessons- 01What is a String?
- 02Assigning a String
- 03Assigning a Number String
- 04Assigning a Space String
Creating with a Function
4 lessons- 01What is a function?
- 02Your own function
- 03Passing arguments
- 04Your turn
Concatenation
3 lessons- 01What is concatenation?
- 02Create your own
- 03Add the space
String Slicing
3 lessons- 01What is slicing?
- 02You slice the bread now
- 03Stepping and Negative
Equivilance
3 lessons- 01How to test?
- 02Last 2
- 03Testing the last 2
Into the past
2 lessons- 01If and Else
- 02Past Tense
More like this
File Handling in Python
In this course you will learn everything about file handling in Python, from create, read and write to append and delete.
- 12
Python Lambda Functions
In this course you will learn about lambda functions in Python, also known as anonymous functions in other languages, after this course you will be able to master this topic!
- 9
Python Iterators
In this course you will learn about iterators in Python and practice your knowledge, after this course you will be able to master this topic!
Certificate on completion
- 13
Python List Comprehension
List comprehension is a special Python syntax, offers a short and powerful way to create new list from existing one, in this course you will master this concept!
- 9
Sets in Python
In this course, you will master Python sets. You'll learn how to create, manipulate, and perform operations on sets through comprehensive lessons and practical challenges. By the end, you'll be proficient in using sets to optimize your Python code.
- 11