Learn GIS and data science in our courses and tutorials

Latest Tutorials

numpy: Array shapes and reshaping arrays

We’ve gone through the basics to manually create arrays of different dimensions and shapes. There will be times that you will want to query array shapes, or automatically reshape arrays. This...

numpy: Creating Arrays

Creating a simple array After numpy is installed, we can begin to create arrays. First, we’ll need to import numpy into our python project. Here I use the...

numpy: Install numpy

Check Installation First, check to see if you already have numpy installed. From the terminal, you can use pip to do this. pip show numpy If numpy is installed...

numpy: Introduction to numpy

Requirements: Python version 2.7 or greaterBeginner skills with pythonDesire to learn numpy Objectives: Teach the basics of using numpy in pythonProvide data science...