Skip to content

devmachhi69/python-array-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Python Array Methods Project

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.

Topics Covered

  • 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()

Tools Used

  • Python
  • Jupyter Notebook
  • NumPy (optional, if used in code)

How to Run

  1. Open the notebook in Jupyter or VS Code.
  2. Run each cell to see the output.
  3. Try editing values or methods to explore how arrays behave.

Author: Dev Machhi
Date: October 2025

About

Python Jupyter Notebook demonstrating array operations and methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published