Mike Bayer: Introduction to SQLAlchemy - PyCon 2014

Поделиться
HTML-код
  • Опубликовано: 21 янв 2025

Комментарии • 16

  • @enyoc3d
    @enyoc3d 10 лет назад +21

    skip to 11:30 for start of preso

  • @AnthonyVipond
    @AnthonyVipond 10 лет назад +5

    second half starts at 1:57:58

  • @marjorieroswell
    @marjorieroswell 10 лет назад +2

    Here are the 2013 slides: speakerdeck.com/zzzeek/introduction-to-sqlalchemy-pycon-2013 The sliderepl install instructions are on the third slide

  • @MMMenic
    @MMMenic 10 лет назад +2

    Great video, though am used django orm, sqlalchemy provides both low level and high level tools, really nice!

  • @TheRodmena
    @TheRodmena 9 лет назад +6

    advanced orm starts at 2:56:00

  • @imh3r3now1
    @imh3r3now1 9 лет назад +4

    The code starts at 24:50

  • @imouellette81
    @imouellette81 10 лет назад

    Mike, the subquery() method in the ORM may be slightly misleading to some people coming from SQL. For me a sub-query is a select statement contained in a where claus and a derived table is select statement contained in a from clause...

  • @MagykZan
    @MagykZan 8 лет назад +3

    Good talk, covers the fundamentals. Unfortunately it only covers CR but not UD. Updating tables that have established relationships through backref is unintuitive, and something I've been struggling with for a while. I was hoping this talk would go into more depth on update operations but it doesn't cover updates hardly at all.

  • @Colstonewall
    @Colstonewall 10 лет назад

    Awesome! Thanks