Herramientas de usuario

Herramientas del sitio


wiki2:python:libraries

¡Esta es una revisión vieja del documento!


Python libraries

Big ones

Little ones

  • Colorama mostrar el texto con diferentes fondos y colores de una forma muy sencilla.
  • PySnooper para hacer prints en medio de una función.

IPython

  • object??
  • object?
  • %quickref o %magic
  • %run -i hello.py, run interactively hello.py
  • %run hello.py, run hello.py

Launch it as GUI command:

mate-terminal -e ipython

Fabric

Open connections

result = Connection('127.0.0.1', port=2222, user="root", connect_kwargs={"password": "test"}).run('uname -s', hide=True)

Artículos

wiki2/python/libraries.1565362908.txt.gz · Última modificación: 2020/05/09 09:24 (editor externo)