|
|
|
|
|
by BiteCode_dev
1367 days ago
|
|
If you make a big project, you will have to use that many things with every langagues. If the language is rich, you'll learn the language. If not, you'll learn the project patterns. It's not specific to python. But 99.9999999% projects won't implement metaclasses. Most won't event implement decorators, context managers or generators. Use them, sure. |
|