
ptpython
List of commands for ptpython:
-
ptpython:tldr:6e1d9 ptpython: Execute a specific Python file and start a REPL.$ ptpython -i ${filename-py}try on your machineexplain this command
-
ptpython:tldr:9ae91 ptpython: Execute a specific Python file.$ ptpython ${filename-py}try on your machineexplain this command
-
ptpython:tldr:dd208 ptpython: Start a REPL (interactive shell).$ ptpythontry on your machineexplain this command