- Notifications
You must be signed in to change notification settings - Fork0
This repository contains a collection of numpy tutorials.
License
Faridghr/Python-Numpy-Tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Welcome to the Python NumPy Tutorials repository! This repository contains a collection of tutorials to help you master the NumPy library, a fundamental package for scientific computing and data manipulation in Python.
- src/: Contains the JupyterNotebook files with the tutorials.
- NumPy_Tutorial.html: An exportedHTML version of the notebook for a quick review.
To get started with the tutorials, follow these steps:
Clone the repository:
git clone https://github.com/Faridghr/Python-Numpy-Tutorial.gitcd Python-Numpy-Tutorial
Set up the environment:
- It's recommended to use a virtual environment to manage dependencies. You can create one using
venv
orconda
.
Using
venv
:python -m venv venvsource venv/bin/activate# On Windows use `venv\Scripts\activate`
Using
conda
:conda create --name Python-Numpy-Tutorial python=3.9conda activate Python-Numpy-Tutorial
- It's recommended to use a virtual environment to manage dependencies. You can create one using
Install dependencies:
pip install -r requirements.txt
Run the Jupyter Notebook:
jupyter notebook src/
Contributions are welcome! If you have suggestions for improvements or new tutorials, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See theLICENSE file for details.
About
This repository contains a collection of numpy tutorials.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.