Python Belgrade #23#

Talks:#

RabbitMQ federation between datacenters —

  • Abstract:

What is AMQP, what it does and what can it help me with? We will use RabbitMQ as it’s most successful implementation to bring AMQP closer to you. From elementary artefacts such as Exchange and Queue, all the way to Federation as one of the most advanced plugins. In this 15 minutes talk, we will use an abstract view to our own SMS platform as an example of these concepts in real World action.

Procedural generation in Python —

  • Abstract:

A short introduction to the basics of procedural generation, followed by a demonstration of how to generate terrain using noise functions and how to generate fractal art in python.References: - WorldEngine - a world generator