This Jupyter Notebook demonstrates various array operations and methods in Python.
It is designed to help beginners understand how arrays work and how to manipulate them using built-in functions.
- Creating arrays
- Accessing elements
- Adding and removing elements
- Array slicing
- Array iteration
- Sorting and searching
- Common array methods like:
append()extend()insert()pop()remove()sort()reverse()
- Python
- Jupyter Notebook
- NumPy (optional, if used in code)
- Open the notebook in Jupyter or VS Code.
- Run each cell to see the output.
- Try editing values or methods to explore how arrays behave.
Author: Dev Machhi
Date: October 2025