2025-03-14 21:59:59 -06:00
|
|
|
# bpython
|
|
|
|
|
|
|
|
|
|
> Una interfaz elegante para el intérprete de Python.
|
|
|
|
|
> Proporciona resaltado de sintaxis y muchas otras características en modo REPL.
|
|
|
|
|
> Más información: <https://manned.org/bpython>.
|
|
|
|
|
|
|
|
|
|
- Inicia una REPL ( intérprete de comandos interactivo):
|
|
|
|
|
|
|
|
|
|
`bpython`
|
|
|
|
|
|
|
|
|
|
- Ejecuta un archivo Python específico:
|
|
|
|
|
|
|
|
|
|
`bpython {{ruta/al/archivo.py}}`
|
|
|
|
|
|
|
|
|
|
- Ejecuta un archivo Python específico e inicia una REPL:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`bpython {{[-i|--interactive]}} {{ruta/al/archivo.py}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Utiliza el archivo [c]onfig especificado en lugar de la configuración predeterminada:
|
|
|
|
|
|
|
|
|
|
`bpython --config {{ruta/al/archivo.conf}}`
|