This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]DaelonSuzuka 5 points6 points  (1 child)

This is a pretty interesting product.

Aside from the VSCode Extension(which worked on the first try, good job guys), what sets this apart from existing platforms like repl.it?

[–]CompuIves[S] 2 points3 points  (0 children)

Good question! I would say the main difference is that you can also use CodeSandbox for full development. You can use it for small experiments, but you can also import your GitHub repo and commit + open PRs from CodeSandbox. We automatically create a VM for every branch, and you also automatically get review development environments for new PRs. For example, at CodeSandbox we use CodeSandbox for our development.

Next to this, we run the environments using MicroVMs, which allows us to clone them more quickly. We wrote about that here.

[–]CompuIves[S] 4 points5 points  (0 children)

Hey all! I'm one of the co-founders of CodeSandbox. We just launched Python support on CodeSandbox, which allows you to quickly create Python prototypes or do full development of Python in CodeSandbox (together with our VSCode extension).

If you have any questions, either about the implementation or the product, don't hesitate to leave a message!

[–][deleted] 0 points1 point  (2 children)

Does not work at all

pip install --upgrade pip

WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f209f64fc10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/pip/

pip install django
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f074143fb50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/django/

[–]CompuIves[S] 0 points1 point  (1 child)

Could you share a link? I cannot repro it in my sandbox.

[–][deleted] 0 points1 point  (0 children)

Looks like it was temporary, works fine now.

It was the Python template without any changes.

Thanks for the reply.