Python

Posted:

Learning Goals

Understand the fundamentals of GIS Programming and its implementations in a geographic context
Perform different spatial operations using open-source Python libraries
Setting up a Python GIS Environment
Using UofT's UTOR JupyterHub… Read more.

Posted:

Users must use Python to analyze JSTOR text data. See below for JSTOR's introductory and intermediate guides to Python.
Register for a JSTOR account

If you are off-campus, connect via VPN so that Constellate recognizes that you are associated with… Read more.

Posted:

Workshop Description:

What: This hands-on workshop will build on the concepts introduced in An Introduction to Programming for Absolute Beginners Using Python: Part 1 to introduce you to more basic concepts of one of the world's most popular… Read more.

Posted:

Workshop Description:

What: This hands-on workshop will introduce you to the basic concepts of one of the world's most popular programming languages, Python! This introduction to Python will include concepts such as data types, variables, operators… Read more.

Posted:

Getting Started

Since Python is open-source, it is completely free and doesn't require licencing! You can download the latest version of python, or a previous version, from Python's website.
You can also use Python through JupyterHub… Read more.

Posted:

Presentation Description:
November 17, 2020, 2:00pm, presented by Gerald RommeThis talk illustrates how to get started using Python in ArcGIS Pro and as a stand alone program to automate geoprocessing tools through the ArcPy site package.
Link… Read more.

Posted:

This tutorial has been developed for OpenRefine version 3.7.5
Sometimes when you construct an API call and use the Add Column by Fetching URLs feature, it won’t work. In these cases, you can use python to help. So far we’ve been writing GREL… Read more.

Posted:

TABLE OF CONTENTS
Set up environment

Software
Data analysis packages in Python

Cleaning data in python

Download Dataset
Load dataset into Spyder
Subset
Drop data
Transform data
Create new variables
Rename variables
Merge two datasets
A few last… Read more.

Posted:

Scraping tweets using Python
 






Table of Content

Introduction
The Twitter API
Python environment
Unicode strings
oauth2 library
Get Twitter data

 
Introduction
Twitter is a popular online social network where users can send and read… Read more.