Lisa Guo, Hui Ding Keynote PyCon 2017

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024

ความคิดเห็น • 11

  • @estmeta
    @estmeta 7 ปีที่แล้ว +15

    if uwsgi.opt.get('optimize_mem') == b'True' ahhhhh!!!!!

    • @yba_yt
      @yba_yt 7 ปีที่แล้ว +2

      One line to save your program 30% memory

  • @vcool
    @vcool 7 ปีที่แล้ว +1

    I consider it wrong to not add "from __future__ import division" to Python 2 code that is to be migrated. Yes, it changes behavior where integer division is required, but then I can use // to signal integer division where required. Skipping the import statement will only come back to hurt when switching over to Python 3!

  • @NishkarRamautar
    @NishkarRamautar 7 ปีที่แล้ว

    Awesome talk!

  • @JAponte
    @JAponte 7 ปีที่แล้ว

    great presentation! I couldn't find the slides in either of the links thought.

    • @lisaguo8680
      @lisaguo8680 7 ปีที่แล้ว +2

      www.slideshare.net/LisaGuo4/pycon2017-instagram-keynote?qid=31592668-9f41-40b7-b6fd-45ef17b0a5a7&v=&b=&from_search=1

  • @tianma201211
    @tianma201211 7 ปีที่แล้ว +3

    wow, python 3.6, you guys use 2to3 tools ?

    • @piglei
      @piglei 7 ปีที่แล้ว +2

      They are using python-modernize, which based on 2to3 but more powerful.

    • @zachqiu5621
      @zachqiu5621 5 ปีที่แล้ว

      活捉一只知乎工程师。

  • @Thingdeux
    @Thingdeux 7 ปีที่แล้ว +2

    Great talk, love seeing Django at scale

  • @squelchedotter
    @squelchedotter 7 ปีที่แล้ว

    I feel like the guy's big dream is getting a job in the PR department