Differences between revisions 13 and 14
Revision 13 as of 2020-01-09 03:07:43
Size: 1455
Editor: PieterSmit
Comment:
Revision 14 as of 2020-01-09 03:08:23
Size: 1459
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * [[SplitSyslogInPython]] , [[Python/AsyncIo]] [[https://dbader.org/blog/python-dunder-methods|Funders]]  * [[SplitSyslogInPython]] , [[Python/AsyncIo]] [[https://dbader.org/blog/python-dunder-methods|__Dunders__]]

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)