Vladimir

37%
Flag icon
Never, ever use two leading underscores. This is annoyingly private. If name clashes are a concern, use explicit name mangling instead (e.g., _MyThing_blahblah). This is essentially the same thing as double-underscore, only it’s transparent where double underscore obscures.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview