{% extends "default.html" %} {% block main %}
{% include "content.html" %}
{% if user.is_authenticated %}

Hello {{ user.username }}

You are logged in as {{ user.username }}!

Go to the Dashboard or your Profile.

{% else %}
{% include "aaa/login_form_sa.html" %}
{% include "aaa/login_form.html" %}
{% endif %}

Features

{% comment %}
{% if user.is_authenticated %}
You are logged in as {{ user.username }}!
{% endif %} {% for sublist in available_backends|social_backends %}

Login

{% endfor %}
{% endcomment %}

Run Python Code

Write Python code in the browser or on your Dropbox and execute the code from anywhere.

Asynchronous Execution

Execute long-running tasks asynchronously and get the results later.

Manage Static Content

Load static files from an installed Python module or from your Dropbox.

Transport Projects

Deploy projects to another Tumbo Platform with single clicks.

Develop with Planet

Install Planet as Runtime Environment on your notebook for a simpler development.

Client JS Framework

Use our javascript library for Angular integration.

Store Data

Store Data in JSON Format. Access data over HTTP API (coming soon), Execs and in Static Files.

Run Services

Start a service in your worker and access it.
{% endblock %} {% block splash %}

Talk to me

Contribute

Open sourced under MIT License.

Provide feedback

Your words are important to know which features are needed or not. Please contact me for discussing your thoughts.

Planned features

More cloud storage service for static content, scalable workers, request throttling, live console view with WebSockets.

Found a bug?

In case of a misfunction report a bug either on the Tumbo Repository.. For security issue please email me.
{% endblock %} {% block hugetron %}

Tumbo

Python Runtime Platform

Enjoy Python in a new and effortless way
{% endblock %}