All Questions
1 question
0
votes
1
answer
236
views
Is Java-like restrictiveness OK Python style?
Good Pythonic style is much looser than Java's uptight restrictiveness:
In Java, good style means private on methods wherever possible, all fields encapsulated, type declarations, defined ...