Skip to content

Commit e8866bb

Browse files
committed
Faq update
1 parent 197ec37 commit e8866bb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

web/faq.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
&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>.
88
</details><br>
99

10+
<details open><summary><strong>What does the '&lt;type&gt;' signify?</strong></summary><br>
11+
&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.
12+
</details><br>
13+
1014
<details open><summary><strong>Why the '&lt;type&gt;' semantics?</strong></summary><br>
1115
&nbsp;&nbsp;&nbsp;&nbsp;It makes examples much less ambiguous.
1216
</details><br>
@@ -32,8 +36,8 @@
3236
&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.
3337
</details><br>
3438

35-
<details open><summary><strong>Why are Django and Pandas not covered?</strong></summary><br>
36-
&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>.
39+
<details open><summary><strong>Why is Django not covered?</strong></summary><br>
40+
&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>.
3741
</details><br>
3842

3943
<details open><summary><strong>Why are there no concrete Regex examples?</strong></summary><br>

0 commit comments

Comments
 (0)