RSSAmplifier

Blog

Giacomo Debidda's talks

Talks I gave at conferences, Meetups, etc

{{ feed.talks.href }}RSS feed ↗7 posts

Latest posts

High Performance Data Analysis with big HDF5 files in Python

In this tutorial I gave at PyData Munich I showed how to load the entire NYC Taxi & Limousine Commission dataset into an HDF5 dataset, analyze it with pandas and PyTables, and visualize it using Datashader.

Approaching geovisualization and remote sensing with GeoViews

In this conference talk I gave at GeoPython I used a shapefile and a few python libraries to show a simple geospatial analysis of Basel districts.

Data visualization con Python: teoria e pratica

In this presentation I gave at Python Firenze I talked about the fundamentals of data visualization (visual perception, tidy data, the grammar of graphics) and showed many examples of various type of charts in Altair.

Vale la pena imparare Zig?

An introduction to the Zig programming language and toolchain. I gave this talk at pisa.dev.

Zig: il controllo e la potenza del C, senza spararsi sui piedi

An introduction to the Zig programming language, aimed to JavaScript developers. I gave this talk at Bologna JS.

Cloud Tasks: best practices and lessons learned

In this talk I described how Cloud Tasks works, highlighted its differences with Cloud Pub/Sub, and suggested a few guidelines to adopt when creating tasks and monitoring queues. I gave this talk at DevFest GDG Cloud Milano 2023.

HTTP headers for web security

A presentation on the most important HTTP response headers for web security. I gave this talk at pisa.dev.