Update python_cool_tricks.md

This commit is contained in:
Omar Santos 2019-03-31 13:12:25 -04:00 committed by GitHub
parent 23062066b2
commit 1146ebafc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ This imports a Python file and runs the debugger automatically. This is useful f
`python -m pdb <some_python_file>`
Refer to this [Python Debugger cheatsheet](https://kapeli.com/cheat_sheets/Python_Debugger.docset/Contents/Resources/Documents/index) if you are not familiar with the Python Debugger.
----
## Shell to Terminal