Browse Source

FAQ

pull/144/head
Jure Šorn 1 year ago
parent
commit
15d4e3a453
1 changed files with 1 additions and 5 deletions
  1. 6
      web/faq.html

6
web/faq.html

@ -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>
&nbsp;&nbsp;&nbsp;&nbsp;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>
&nbsp;&nbsp;&nbsp;&nbsp;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>
&nbsp;&nbsp;&nbsp;&nbsp;Because property decorator is sufficient for everyday use.
</details><br>
</details><br>
Loading…
Cancel
Save