What is Python?
Enlightened
Posted on: Oct 17, 2025
In: Python
Python basics
- High-level language
- Low-level language
- Assembly language
- Markup language
What is a Python List?
Enlightened
Posted on: Oct 17, 2025
In: Python
Python list basics
- Ordered collection
- Unordered collection
- Immutable collection
- Single value
What is a Python Tuple?
Enlightened
Posted on: Oct 17, 2025
In: Python
Python tuple basics
- Immutable ordered collection
- Mutable ordered collection
- Mutable unordered collection
- Single value
What is a Python Dictionary?
Enlightened
Posted on: Oct 17, 2025
In: Python
Python dictionary basics
- Key-value pairs
- Ordered list
- Unordered list
- Tuple collection
What is a Python Set?
Enlightened
Posted on: Oct 17, 2025
In: Python
Python set basics
- Unordered unique collection
- Ordered collection
- List of values
- Tuple collection