Differences between revisions 10 and 12 (spanning 2 versions)
Revision 10 as of 2019-05-08 09:34:45
Size: 1187
Editor: PieterSmit
Comment:
Revision 12 as of 2019-08-06 04:31:28
Size: 1395
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
=== Python command line == === Python command line ===
Line 25: Line 25:
   * $ pip3 install timeloop [[https://medium.com/greedygame-engineering/an-elegant-way-to-run-periodic-tasks-in-python-61b7c477b679]]
Line 26: Line 28:
 * [[https://github.com/pallets/click/blob/master/README.rst|click]]

PYTHON links

Python Virtual Environments

  • Since python 3.5 use pyton to create

       python3 -m venv myproject/
       #activate
       source myproject/bin/activate

Python libraries

Python command line

...


CategoryDevelopement

Python (last edited 2023-10-10 00:31:07 by PieterSmit)