An evening with Psycopg2
The next meetup at Brighton will be Friday 14th October at 19.30.
Daniele Varrazzo will kindly talk about the most popular PostgreSQL
driver in the python universe.
Psycopg is the most used PostgreSQL driver for the Python programming
language.
As a driver it stays at a relatively low level, allowing to use all the
features offered by the database. Behind the scenes, it does its best to
convert the rich Python data model into the likewise rich PostgreSQL
data model:
we will take a look at the adaptation mechanism and how to customize it
to add new data types or change the default behaviour.
We will also take a look at how psycopg allows Python to tap into the
PostgreSQL publish/subscribe mechanism and how this can be used to build
reactive and distributed applications.
The presentation’s live stream will be available at this link
http://www.youtube.com/channel/UCgr5Iv9eJYN2Piy9oYkn6jw/live
Please RSVP here.
See you in Brighton!