NumPy

NumPy

NumPy is a fundamental Python library for numerical computing that provides support for large, multi-dimensional arrays and matrices, along with a collection of mathematical functions to perform operations on these data structures efficiently. Here, you will find hands-on tutorials, example projects and best practices for using NumPy.

3 posts
Speed up your Streamlit App with Caching
Academy Membership StreamlitPython

Speed up your Streamlit App with Caching

📘 Introduction Streamlit makes it super easy to build interactive apps in Python. But as your app grows — loading datasets, running expensive computations, or calling APIs — you might notice it slows down. The good news: Streamlit has a built-in caching system that stores results of expensive operations and reuses them instead...

NumPy - Create an Array

NumPy - Create an Array

Introduction In this tutorial, we want to show different ways how to create an array. In order to create an array, we use the functions array(), zeros(), arange() and linespace() of NumPy. Import Libraries First, we import the following python module: import numpy as np Array function NumPy offers different...

NumPy - Join Arrays

NumPy - Join Arrays

Introduction In this tutorial, we want to join NumPy arrays along different axes. In order to do this, we use the functions hstack(), vstack() and dstack() of NumPy. Import Libraries First, we import the following python module: import numpy as np Define Data Let's consider two arrays a...

You’ve successfully subscribed to Deep Learning Nerds | The ultimate Learning Platform for AI and Data Science
Welcome back! You’ve successfully signed in.
Great! You’ve successfully signed up.
Success! Your email is updated.
Your link has expired
Success! Check your email for magic link to sign-in.