Software Alternatives & Reviews

How does working with files through AWS work, do you save them onto the AWS console?

PythonAnywhere AWS Cloud9
  1. Host, run, and code Python in the cloud: PythonAnywhere
    If you just want to run some Python scripts or host a simple web app, take a look at pythonanywhere.com. They make running Python apps very easy and there you can't make costly mistakes like on AWS.

    #Text Editors #Software Development #Cloud Computing 55 social mentions

  2. AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser.
    If you just want to run an IDE for Python in the cloud, take a look at AWS Cloud9 (that would cost something however). You could get your code into AWS and sync your local changes using a source code repository, e.g. On GitHub or GitLab.

    #IDE #Text Editors #Software Development 38 social mentions

Discuss: How does working with files through AWS work, do you save them onto the AWS console?

Log in or Post with