Welcome to the new Golem Cloud Docs! 👋
Documentation
Python Language Guide
Next Steps

Next steps

After setting up the Python development environment and learning the basic steps writing a Golem component and building them, please consider learning about the following topics:

Making HTTP requests from a Golem component

Learn how to send HTTP requests from a Golem component written in Python.

Control durability guarantees

Check how the Golem runtime API can control various durability settings of Golem.

Automatic retries

Learn about Golem's retry mechanism and how it can be customized.

Promises

Create and use promises to await external events from within a running worker.

Using WASI interfaces

See what low-level WASI interfaces are available and how they can be used from Python.

Call other workers from a worker

Worker to Worker communication