Skip to content

Instantly share code, notes, and snippets.

View kylepollina's full-sized avatar
🌻

kylepollina kylepollina

🌻
View GitHub Profile
@kylepollina
kylepollina / .pdbrc
Last active January 21, 2021 04:51
Python Debugger (PDB++) Configs
import IPython
import json
from pprint import pprint as pp
from deepdiff import DeepDiff as diff
alias emb IPython.embed()
@kylepollina
kylepollina / 01-my-ipython.md
Last active February 2, 2021 16:40
My Custom IPython Config

my-profile

@kylepollina
kylepollina / vim-tips.md
Last active January 21, 2021 17:02
Vim Tips

Vim Tips

Collection of useful vim tips and vim features I've learned over the years

Auto format JSON files

If you are working inside of a JSON file, you can autoformat it by using Python's built-in json module.

Running this command:

# Project Title
One Paragraph of project description goes here
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites