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.
Syllabus
2 chapters11 lessonsSets
8 lessons- 01Introduction
- 02Sets in Python
- 03Access Items
- 04Add Items
- 05Remove Items
- 06Join Operations I
- 07Join Operations II
- 08All Methods
Challenges
3 lessons- 01Practice #1
- 02Practice #2
- 03Practice #3
More like this
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 Decorators
In this course, you'll learn how to use decorators in Python, a powerful tool for modifying the behavior of functions. Practice with a series of coding challenges to reinforce your understanding.
- 12
Python JSON
In this course, you will learn about JSON and dive into the json library in Python, and master it!
- 9
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