Uploading to Firefox Send with Python

I saw Firefox Send pop up on HackerNews the other day and thought it was pretty interesting. I uploaded and downloaded a few small image files and then had the bright idea that it’d be cool to use Python to upload/download files from Send. This led me dow… Read more

Similar

Debugging out-of-memory crashes in Python

You run your program, and it crashes—it’s out of memory: If you’re lucky, you get a MemoryError exception. If you’re less lucky, you get a coredump. If you’re having a bad day, your computer locks up and you need to restart it. How do you figure out what ... (more…)

Read more »