diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/Dockerfile b/dataflow-website/recipes/polyglot/polyglot-python-app/Dockerfile similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/Dockerfile rename to dataflow-website/recipes/polyglot/polyglot-python-app/Dockerfile diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/README.md b/dataflow-website/recipes/polyglot/polyglot-python-app/README.md similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/README.md rename to dataflow-website/recipes/polyglot/polyglot-python-app/README.md diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/barista_app.py b/dataflow-website/recipes/polyglot/polyglot-python-app/barista_app.py similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/barista_app.py rename to dataflow-website/recipes/polyglot/polyglot-python-app/barista_app.py diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/requirements.txt b/dataflow-website/recipes/polyglot/polyglot-python-app/requirements.txt similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/requirements.txt rename to dataflow-website/recipes/polyglot/polyglot-python-app/requirements.txt diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/scdf-barista-python-polyglot.png b/dataflow-website/recipes/polyglot/polyglot-python-app/scdf-barista-python-polyglot.png similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/scdf-barista-python-polyglot.png rename to dataflow-website/recipes/polyglot/polyglot-python-app/scdf-barista-python-polyglot.png diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/test.py b/dataflow-website/recipes/polyglot/polyglot-python-app/test.py similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/test.py rename to dataflow-website/recipes/polyglot/polyglot-python-app/test.py diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/util/__init__.py b/dataflow-website/recipes/polyglot/polyglot-python-app/util/__init__.py similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/util/__init__.py rename to dataflow-website/recipes/polyglot/polyglot-python-app/util/__init__.py diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/util/actuator.py b/dataflow-website/recipes/polyglot/polyglot-python-app/util/actuator.py similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/util/actuator.py rename to dataflow-website/recipes/polyglot/polyglot-python-app/util/actuator.py diff --git a/dataflow-website/recipes/polyglot/scdf-python-app/util/arguments.py b/dataflow-website/recipes/polyglot/polyglot-python-app/util/arguments.py similarity index 100% rename from dataflow-website/recipes/polyglot/scdf-python-app/util/arguments.py rename to dataflow-website/recipes/polyglot/polyglot-python-app/util/arguments.py