Python: Difference between revisions

211 bytes added ,  16 November 2019
no edit summary
No edit summary
Line 9: Line 9:
==Basic Usage==
==Basic Usage==
How to use Python 3.
How to use Python 3.
===pip===
Pip is the package manager for python.<br>
Your package requirements should be written to <code>requirements.txt</code><br>
Install all requirements using <code>pip install -r requirements.txt</code>


===Ternary Operator===
===Ternary Operator===