# AdvancedPython.net

## **Welcome to the Advanced Python Camp!**

![](https://1051479803-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDliakRb0DDBui4h3pB%2F-ME8DjmttT05fNe0wTzd%2F-ME8ECMrFGq7UXqpGBpL%2Fimage.png?alt=media\&token=6d580362-7033-43a3-822c-0c89ba4355f5)

My name is Mr Cheng and I'll be your instructor!  In this course, you'll continue learning about Python and work with Flask, a framework to build websites using Python! I'm excited to see what you create!

![](https://1051479803-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDliakRb0DDBui4h3pB%2F-ME8DjmttT05fNe0wTzd%2F-ME8E1Vvj5_RXDBZt2QO%2Fimage.png?alt=media\&token=d276260a-6199-4069-bedd-bf23a54a94e0)

Please think about how you'll create a website addressing one of the UN Sustainable Development Goals, the theme of our camp.

{% embed url="<https://flask.palletsprojects.com/en/1.1.x/>" %}

## UN Sustainable Development Goals to transform our world

![UN Sustainable Development Goals](https://1051479803-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDliakRb0DDBui4h3pB%2F-ME8EGQFXn2zwxM5yT7l%2F-ME8EW6Qixk0I27vTaJt%2Fimage.png?alt=media\&token=327394f4-c372-4501-8d85-c6acd1f2aef7)

* GOAL 1: No Poverty
* GOAL 2: Zero Hunger
* GOAL 3: Good Health and Well-being
* GOAL 4: Quality Education
* GOAL 5: Gender Equality
* GOAL 6: Clean Water and Sanitation
* GOAL 7: Affordable and Clean Energy
* GOAL 8: Decent Work and Economic Growth
* GOAL 9: Industry, Innovation and Infrastructure
* GOAL 10: Reduced Inequality
* GOAL 11: Sustainable Cities and Communities
* GOAL 12: Responsible Consumption and Production
* GOAL 13: Climate Action
* GOAL 14: Life Below Water
* GOAL 15: Life on Land
* GOAL 16: Peace and Justice Strong Institutions
* GOAL 17: Partnerships to achieve the Goal

{% embed url="<https://www.un.org/sustainabledevelopment/sustainable-development-goals/>" %}

{% embed url="<https://www.youtube.com/watch?v=0XTBYMfZyrM&feature=youtu.be>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.advancedpython.net/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
