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(<module/object/function/type>)</code> command. If something is still unclear, then I search the Python docs by googling <code>'python docs <module/function>'</code>.
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(<module/object/function/type>)</code> command. If something is still unclear, then I search the Python docs by googling <code>'python docs <module/function>'</code>.
</details><br>
</details><br>
<detailsopen><summary><strong>What does the '<type>' signify?</strong></summary><br>
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>
<detailsopen><summary><strong>Why the '<type>' semantics?</strong></summary><br>
<detailsopen><summary><strong>Why the '<type>' semantics?</strong></summary><br>
It makes examples much less ambiguous.
It makes examples much less ambiguous.
</details><br>
</details><br>
@ -32,8 +36,8 @@
Check out <ahref="https://docs.python-guide.org/">The Hitchhiker’s Guide to Python</a> for a nice overview of mentioned topics.
Check out <ahref="https://docs.python-guide.org/">The Hitchhiker’s Guide to Python</a> for a nice overview of mentioned topics.
</details><br>
</details><br>
<detailsopen><summary><strong>Why are Django and Pandas not covered?</strong></summary><br>
Maybe they will be in the future. For now here is a nice <ahref="https://github.com/kickstartcoding/cheatsheets/blob/master/build/topical/django.jpg">Django cheatsheet</a>.
<detailsopen><summary><strong>Why is Django not covered?</strong></summary><br>
Maybe it will be in the future. For now here is a nice <ahref="https://github.com/kickstartcoding/cheatsheets/blob/master/build/topical/django.jpg">Django cheatsheet</a>.
</details><br>
</details><br>
<detailsopen><summary><strong>Why are there no concrete Regex examples?</strong></summary><br>
<detailsopen><summary><strong>Why are there no concrete Regex examples?</strong></summary><br>