2019 March 21 Meeting: Let’s talk databases in python!

From: Mark Wong <mark(at)2ndQuadrant(dot)com>
To: pdxpug(at)lists(dot)postgresql(dot)org
Subject: 2019 March 21 Meeting: Let’s talk databases in python!
Date: 2019-03-06 14:18:23
Message-ID: 20190306141823.GA20635@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pdxpug

Time: 6pm-8pm

Location: https://www.pdx.edu/accelerator/directions

PSU Business Accelerator
2828 SW Corbett Ave · Portland, OR
Parking is open after 5pm.
Room 208 (on the second floor)

Speaker: Hannah Stepanek

Let’s talk databases in python! What’s an ORM? Is there a way to write
database queries so that they are compatible with multiple types of
databases? How do you make database changes (such as adding a new table
or a new column) safely? What is a connection pool and why is it useful?
What are some things that can go wrong when operating at scale? In this
talk we’ll take a deep dive into how the python libraries sqlalchemy and
alembic make managing production databases simple, efficient, and
painless so you can get back to feature development.

Hannah has been working in industry for over 6 years as a python
software engineer. She currently works at Hypothesis, a web application
for annotating web pages and pdfs. In her spare time she enjoys riding
her horse Sophie and playing board games.

Browse pdxpug by date

  From Date Subject
Next Message Mark Wong 2019-05-15 16:16:12 Call for booth volunteers at OSCON July 17-18, 2019
Previous Message Mark Wong 2019-02-08 21:46:44 Re: 2019 February 21 Meeting