diff --git a/pages.nl/common/ptpython.md b/pages.nl/common/ptpython.md new file mode 100644 index 000000000..fcc1a53fe --- /dev/null +++ b/pages.nl/common/ptpython.md @@ -0,0 +1,32 @@ +# ptpython + +> Een betere Python REPL. +> Meer informatie: . + +- Start een REPL (interactieve shell): + +`ptpython` + +- Voer een specifiek Python bestand uit: + +`ptpython {{pad/naar/bestand.py}}` + +- Voer een specfiek Python bestand uit en start een REPL: + +`ptpython -i {{pad/naar/bestand.py}}` + +- Open het menu: + +`F2` + +- Open de geschiedenis pagina: + +`F3` + +- Wissel de plak modus: + +`F6` + +- Sluit af: + +`Ctrl + D`