> For the complete documentation index, see [llms.txt](https://opencampus.gitbook.io/opencampus-machine-learning-program/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/python-26s/resources/worklabs.md).

# Worklabs

## 01 Loops

{% embed url="<https://colab.research.google.com/drive/1wHSluTdNgauZjuxd8ZOOMobegQDiksEx?usp=sharing>" %}

## 02 Function Execution Flow

{% embed url="<https://colab.research.google.com/drive/1jrFCA888cTHjI4hGVTt_giv1Ua2KMH47?usp=sharing>" %}

## 03 Dicts, Lists, Loops

{% embed url="<https://colab.research.google.com/drive/1Ek3bYiuMv0KadINxaO-4FzbNUkj_7ngh?usp=sharing>" %}

## 04 Global Variables

{% embed url="<https://colab.research.google.com/drive/1SmW-5a-DAzjiXSghvpyUNii8YQARyIZF?usp=sharing>" %}

## 05 OOP & Project Prep I

Including fragments *time based hunger calculation* and *tuple sorting for flash cards* for the final project

{% embed url="<https://colab.research.google.com/drive/1ceW_QQQJy6WqvNp4NYkUin7sN-fj6Ka4?usp=sharing>" %}

## 06 Project Prep II

Including OOP templates for the final projects

{% embed url="<https://colab.research.google.com/drive/1XGt_bRx34LtB8Ew_cyEn4fNFAUpxK2VE?usp=sharing>" %}

## 07 Project Prep III

Including more input for the final projects

{% embed url="<https://colab.research.google.com/drive/1t7ixY4nVHjhoqGcB2z6SfNMoyY6JRuUV?usp=sharing>" %}

## 08 GUI

How to connect methods of a class to a tkinter callback

{% embed url="<https://colab.research.google.com/drive/1640d1CvbwKoUq4D-gBE2ClyAz_Wy299u?usp=sharing>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://opencampus.gitbook.io/opencampus-machine-learning-program/courses/python-26s/resources/worklabs.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.
