DEV Community

Cover image for Programming while offline with Python

Programming while offline with Python

Jorge Alberto Díaz Orozco (Akiel) on August 29, 2017

I live in Cuba. I've lived in Cuba since I was born and Cuba (believe me) is like kryptonite for software developers. Being one of the contries wit...
Collapse
 
rhymes profile image
rhymes

Very interesting solution!

Maybe there's also a way to integrate VCRpy with your workflow: github.com/kevin1024/vcrpy

This way you can return realistic responses while you're offline.

It's mainly used for offline testing but I don't think there's anything precluding you to use it in the actual code.

Maybe you can merge your "sandbox switch" with VCR and create a library of request / responses you can load while you're offline.

Hope this helps!