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!
Syllabus
2 chapters9 lessonsList Comprehension
4 lessons- 01Introduction
- 02Mapping
- 03Filtering
- 04Mapping & Filtering
Practice Challenges
5 lessons- 01Practice #1
- 02Practice #2
- 03Practice #3
- 04Practice #4
- 05Practice #5
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
Dictionary in Python
Explore the dynamic world of Python dictionaries, from fundamental concepts to advanced applications, and enhance your Python programming skills with hands-on exercises.
- 14
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
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
Into the Past || Complete Beginner for Python Strings
In this course you will be learning about strings, slicing, concatenation and equivalency
- 19