Stojanovic94 / Bigdata_Numpy_Intro

This repository contains basic examples of how to use the NumPy library for working with arrays in Python.

Repository from Github https://github.comStojanovic94/Bigdata_Numpy_IntroRepository from Github https://github.comStojanovic94/Bigdata_Numpy_Intro

NumPy Basics in Python - Big Data Introduction

This repository contains basic examples of how to use the NumPy library for working with arrays in Python. The examples cover array creation, basic arithmetic operations, reshaping, indexing, and slicing.

๐Ÿ“Œ Topics Covered

  • Creating 1D and 2D NumPy arrays
  • Element-wise arithmetic operations
  • Adding scalars to arrays
  • Reshaping arrays
  • Indexing and slicing
  • Using slice steps

๐Ÿ“ฆ Requirements

  • Python 3.7+
  • NumPy

You can install the required packages using:

pip install numpy

About

This repository contains basic examples of how to use the NumPy library for working with arrays in Python.


Languages

Language:Jupyter Notebook 76.7%Language:Python 23.3%