Allison Kaptur - Exploring is never boring: understanding CPython without reading the code

Поділитися
Вставка
  • Опубліковано 4 лис 2024

КОМЕНТАРІ • 3

  • @PramodL
    @PramodL 9 років тому +2

    Thanks for the entertaining (Feynman's method!) and informative talk. I have only looked at CPython 3.5 and it is still one of the most readable codebases I've seen. (compared to other C projects like Redis, nginx which are considered to be awesome)

  • @victornoagbodji
    @victornoagbodji 9 років тому +1

    thanks. very interesting talk : )

  • @ShahriyarRzayev
    @ShahriyarRzayev 6 років тому

    Nice talk.
    False is False is False converted to -> id(False) == id(False) == id(False) which evaluates to True :)