Differences between revisions 12 and 18 (spanning 6 versions)
Revision 12 as of 2019-08-06 04:31:28
Size: 1395
Editor: PieterSmit
Comment:
Revision 18 as of 2023-10-10 00:31:07
Size: 1755
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * [[SplitSyslogInPython]] , [[Python/AsyncIo]]  * pyenv - shell tool for selecting Python interpret
 * [[SplitSyslogInPython]] , [[Python/AsyncIo]] [[https://dbader.org/blog/python-dunder-methods|__Dunders__]], [[Python/Types]]
Line 24: Line 26:
 * typer -> nice -> [https://typer.tiangolo.com/]
Line 29: Line 33:

== 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)