Browse Source

Faq update

pull/57/head
Jure Šorn 4 years ago
parent
commit
e8866bb452
1 changed files with 6 additions and 2 deletions
  1. 8
      web/faq.html

8
web/faq.html

@ -7,6 +7,10 @@
&nbsp;&nbsp;&nbsp;&nbsp;I also keep the Python console open at all times to test a little snippets of code, to check out the available functions of a module using code completion and above all, to use <code>help(&lt;module/object/function/type&gt;)</code> command. If something is still unclear, then I search the Python docs by googling <code>'python docs &lt;module/function&gt;'</code>.
</details><br>
<details open><summary><strong>What does the '&lt;type&gt;' signify?</strong></summary><br>
&nbsp;&nbsp;&nbsp;&nbsp;It is a placeholder for an object. It needs to be replaced by an expression, literal or a variable that returns/is of that type.
</details><br>
<details open><summary><strong>Why the '&lt;type&gt;' semantics?</strong></summary><br>
&nbsp;&nbsp;&nbsp;&nbsp;It makes examples much less ambiguous.
</details><br>
@ -32,8 +36,8 @@
&nbsp;&nbsp;&nbsp;&nbsp;Check out <a href="https://docs.python-guide.org/">The Hitchhiker’s Guide to Python</a> for a nice overview of mentioned topics.
</details><br>
<details open><summary><strong>Why are Django and Pandas not covered?</strong></summary><br>
&nbsp;&nbsp;&nbsp;&nbsp;Maybe they will be in the future. For now here is a nice <a href="https://github.com/kickstartcoding/cheatsheets/blob/master/build/topical/django.jpg">Django cheatsheet</a>.
<details open><summary><strong>Why is Django not covered?</strong></summary><br>
&nbsp;&nbsp;&nbsp;&nbsp;Maybe it will be in the future. For now here is a nice <a href="https://github.com/kickstartcoding/cheatsheets/blob/master/build/topical/django.jpg">Django cheatsheet</a>.
</details><br>
<details open><summary><strong>Why are there no concrete Regex examples?</strong></summary><br>

Loading…
Cancel
Save