
In this introductory video you'll find out what this course is all about. Also, don't forget to download the course data (python.zip).
Design and implement a Python program using an algorithm, lists, a for loop, and if statements to compute outputs like the largest number and Fahrenheit to Celsius conversions.
Explore variables, statements, expressions, methods, and functions in Python, practice basic math, and learn indexing, slicing, and data types like integers, floats, strings, lists, dictionaries, and tuples.
Explore Python statements for geospatial programming, including if, elif, and while control flow, for loops, lists, and math, plus defining functions and importing modules like math and ArcGIS for geocoding.
Connect Python to a Postgres database using psycopg2 and run spatial queries to find schools within 5000 meters of toxic release inventory sites, then fetch and calculate distances.
Python connects to Excel via Win32 COM to query PostgreSQL, compute averages with numpy, and derive a 90% confidence interval for distances to schools within 5,000 meters.
Explore geospatial data visualization by building bar charts, line charts, and pie charts using a Python charting package, render charts to files, and build geo dashboards from geographic analysis.
If you are in the field of GIS, you're probably hearing everyone talking about Python, whether it's Arcpy in ArcGIS or special Python packages for doing things like geocoding. In this course I am going to show you how to write Python code to perform spatial analysis. The course isn't so much about learning Python, but rather how to integrate different spatial libraries within your Python code. Using the course videos, you will work alongside of me to learn how I go about cobbling together Python code and various packages to solve spatial problems. I'll provide you with all the data that I demonstrate in the course.
Of course, we'll have a brief overview of Python. But after the brief refresher, we will dive into using Python with Open Source GIS and commercial GIS software. Most courses only go over a single GIS program's use of Python. But in this class, you'll get exposed to all kinds of different GIS software products, and learn how to tie them all together with Python.