Skip to content

qwilka/PyCon_Limerick_2020

Repository files navigation

2020_PyCon_Limerick

«Trees for structure and support in Python» talk at PyCon Limerick 2020.

Abstract

Tree data structures are pervasive in computing, they enable us to organise information in a natural hierarchical fashion that can be very effective, as well as being convenient and intuitive. Python does not provide a built-in tree object for general use, but it's not difficult create trees in Python. This talk presents some of the ways of constructing trees in Python, and examines a selection of some of the many applications of trees, including their uses in GUIs, data management, spatial partitioning, and decision analysis. We look at various interesting tree modules and applications in the wider Python ecosystem, and beyond. Finally, the talk introduces the presenter's own Python package «vntree», examines some of its features, and demonstrates how it can be used to provide structure and support for various applications.

Links

  1. Presentation slides
  2. Blog post with details about the conference and the talk
  3. PyCon Limerick 2020 conference website
  4. Conference repository on GitHub
  5. PyCon Limerick 2020 on Python Ireland website
  6. vntree repository on GitHub

About

«Trees for structure and support in Python» presentation PyCon Limerick 2020 https://qwilka.github.io/PyCon_Limerick_2020/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published