December presentation night

December 16, 2020



Three presentations tonight:

------------------------------

Peter Mangione: Building a Virtual Rain Gauge

Abstract: How much rainfall has my yard received this week? This seems like a simple question, but often it is not. You might need this information because you are a gardener or want to know if you have to turn the sprinkler on tomorrow. Maybe you are just a curious weather nerd (like me).

Unless you have your own rain gauge, figuring out rainfall can take some work. Airports like Boston Logan and TF Green in Providence consistently record daily rainfall, but you might not live very close to the airport. That's why I wrote a short Python script which collects rainfall data from nearby rain gauges. You provide the address and the dates of interest, and the script does the rest of the work!

Python concepts that will be covered are lists, loops, and dictionaries. This will be a beginner level presentation, although some base knowledge of lists and dictionaries is helpful.

------------------------------

Ruth Caswell Smith: Intro to Pandas Dataframes using the Advent of Code

See how intuitive Pandas dataframes are to use. In this lightning talk we'll explore implementing the solution to a day from the Advent of Code using Pandas dataframes and their methods.

------------------------------

Heather Kusmierz: On Python and Positioning: An Introduction to Working with Geospatial Data in Python with GeoPandas

This presentation will introduce the basics of working with geospatial data including data models, common file formats, and just enough underlying theory to be dang.. er...know what to look out for. Then we'll run through a few code examples demonstrating some of the geospatial functionality using the Python package GeoPandas.

Meetup link: https://www.meetup.com/bostonpython/events/275089088/

Back to Past Events Page