|
|
@ -56,14 +56,10 @@ |
|
|
|
Regular expressions are a separate technology that is independent from Python. There are many resources available online. |
|
|
|
</details><br> |
|
|
|
|
|
|
|
<details open><summary><strong>Why is there no old style string formating?</strong></summary><br> |
|
|
|
Because it is redundant and I don't want to encourage its use. |
|
|
|
</details><br> |
|
|
|
|
|
|
|
<details open><summary><strong>Why is staticmethod decorator not covered in Class section?</strong></summary><br> |
|
|
|
Because it is of very limited use and is easy to mix up with classmethod. |
|
|
|
</details><br> |
|
|
|
|
|
|
|
<details open><summary><strong>Why are descriptors not covered?</strong></summary><br> |
|
|
|
Because property decorator is sufficient for everyday use. |
|
|
|
</details><br> |
|
|
|
</details><br> |