Serge Aurubin

SERGE AURUBIN

DATA SCIENTIST

Welcome to my blog for everything having to do with data science and analysis. I am always looking for new opportunities to drive business insight using data analysis.

Data & Analytics
  • Data Analysis
  • Power BI
  • Excel
  • Data Pipelines
  • Matillion
Engineering
  • Software Developer
  • Python
  • PHP
  • ReactJS
  • Flutter
  • Front End Dev
  • Back End Dev
Databases
  • MySQL Dev/DBA
  • Oracle DBA
Cloud & AI
  • Amazon Web Services
  • Docker
  • Kubernetes
  • Git
  • Artificial Intelligence
  • Claude
  • OpenAI
Back to Videos

Solving 100 Python NumPy Problems! (From easy to difficult)

Keith Galli

November 2, 2024   1

NumPy is a foundational library for computation in Python. In this video we walk through exercises to learn the library in a hands-on manner. We learn skills such as array creation and manipulation, working with random numbers, performing mathematical operations, handling dates, dealing with various data types, and more. Should be a lot of fun!

Link to GitHub repo: https://github.com/rougier/numpy-100
My solutions: https://github.com/KeithGalli/numpy-100

If you enjoy this video, make sure to throw it a like & subscribe if you haven't already ????

Here is a link to the similar video I did with the Python Pandas library!
https://youtu.be/i7v2m-ebXB4?si=G3U8SRK2k2mgoQ7e

Video timeline!
0:00 - Video Overview & Code Setup
4:18 - 1.) Import the numpy package under the name np
5:15 - 2.) Print the numpy version and the configuration
6:21 - 3.) Create a null vector of size 10
9:29 - 4.) How to get the memory size of any array
15:19 - 5.) How to get documentation of the numpy add function from the command line
18:51 - 6.) Create a null vector of size 10 but the fifth value which is 1
20:03 - 7.) Create a vector with values ranging from 10 to 49
21:48 - 8.) Reverse a vector (first...

0 Comments

No comments yet. Be the first to weigh in.

Back to Videos

Login