
Python NumPy Tutorial for Beginners
By freeCodeCamp.org on youtube.com
More about this content:
Learn the basics of the NumPy library in this tutorial for beginners. It provides background information on how NumPy works and how it compares to Python's Built-in lists. This video goes through how to write code with NumPy. It starts with the basics of creating arrays and then gets into more advanced stuff. The video covers creating arrays, indexing, math, statistics, reshaping, and more. đť Code: https://github.com/KeithGalli/NumPy đĽ Tutorial from Keith Galli. Check out his YouTube channel: https://www.youtube.com/channel/UCq6XkhO5SZ66N04IcPbqNcw âď¸ Course Contents âď¸ â¨ď¸ (01:15) What is NumPy â¨ď¸ (01:35) NumPy vs Lists (speed, functionality) â¨ď¸ (09:17) Applications of NumPy â¨ď¸ (11:08) The Basics (creating arrays, shape, size, data type) â¨ď¸ (16:08) Accessing/Changing Specific Elements, Rows, Columns, etc (slicing) â¨ď¸ (23:14) Initializing Different Arrays (1s, 0s, full, random, etc...) â¨ď¸ (31:34) Problem #1 (How do you initialize this array?) â¨ď¸ (33:42) Be careful when copying variables! â¨ď¸ (35:45) Basic Mathematics (arithmetic, trigonometry, etc.) â¨ď¸ (38:20) Linear Algebra â¨ď¸ (42:19) Statistics â¨ď¸ (43:57) Reorganizing Arrays (reshape, vstack, hstack) â¨ď¸ (47:29) Load data in from a file â¨ď¸ (50:20) Advanced Indexing and Boolean Masking â¨ď¸ (55:59) Problem #2 (How do you index these values?) âď¸ Links with more info âď¸ đ NumPy vs Lists: https://www.youtube.com/channel/UC_mmB9WkzXQAQmwj6EPmXQw đ Indexing: https://docs.scipy.org/doc/numpy-1.13.0/user/basics.indexing.html đ Array Creation Routines: https://docs.scipy.org/doc/numpy/reference/routines.array-creation.html đ Math Routines Docs: https://docs.scipy.org/doc/numpy/reference/routines.math.html đ Linear Algebra Docs: https://docs.scipy.org/doc/numpy/reference/routines.linalg.html -- Learn to code for free and get a developer job: https://www.freecodecamp.org Read hundreds of articles on programming: https://www.freecodecamp.org/news
Explore below learning paths to discover the previous and next steps for understanding this concept.
Albert Bertelsen
Adobe Illustrator Essential
Curated From:
Amer Blom
Learn Python from Scratch to Expert
Curated From:
Jaydeep Karale
Python Mastery: From Zero To Hero
Curated From: