Differences between revisions 14 and 17 (spanning 3 versions)
Revision 14 as of 2020-01-09 03:08:23
Size: 1459
Editor: PieterSmit
Comment:
Revision 17 as of 2021-06-13 06:06:41
Size: 1702
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|__Dunders__]]  * pyenv - shell tool for selecting Python interpret
* [[SplitSyslogInPython]] , [[Python/AsyncIo]] [[https://dbader.org/blog/python-dunder-methods|__Dunders__]], [[Python/Types]]
Line 30: Line 31:

== Python modules/libraries ==
 * argh - generates command line arguments from a function parameters
 * redis_cache - decorator to cash function responses in redis

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

Python modules/libraries

  • argh - generates command line arguments from a function parameters
  • redis_cache - decorator to cash function responses in redis

...


CategoryDevelopement

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