General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
Lex Clips
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "Lex Fridman on switching from C++ to Python" video.
The core of Python is remarkably small -- the base language spec is not much more than 140 pages, including definitions of the built-in names. Compare Java, which is approaching 1000 pages (without even including what’s in java.lang). And yet it manages to include things like custom operator overloads, which Java could not do.
1