python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is there a PEP styleguide for class member initialization?
Assuming I want to initialize every member variable in __init__, is there a recommended approach or style according to PEP? Especially for classes where the constructor also calls methods and has a bu...
mm rnm
Votes: 0
Answers: 0
Pure Python abc/ABCMeta implementation?
It would be interesting to read the original pure Python implementation of abc module, described in PEP 3119.
Unfortunately, the link to a sample implementation from original PEP leads to a password p...
lithuak
Votes: 0
Answers: 1