Vladimir

22%
Flag icon
Never depend on str or int interning! Always use == instead of is to compare strings or integers for equality. Interning is an optimization for internal use of the Python interpreter.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview