General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Cees Timmerman
Lex Fridman
comments
Comments by "Cees Timmerman" (@CTimmerman) on "Guido van Rossum: Python and the Future of Programming | Lex Fridman Podcast #341" video.
JavaScript also uses curly braces for dictionaries. Python's indent-only looks clean but is annoying in oneliners.
1
@gigianzo6458 Objects that act like dictionaries. Much more flexible than Python and its bolted-on constructs.
1
Why is the GIL bad? Aren't there more cores than whatever threads use now? If so, use multiprocessing, if not, use Stackless Python.
1