# Introduction

Welcome to GTK Python developer handbook. These docs aim to teach you how to build native GTK applications for GNOME using libraries like GTK, Gio, LibHandy etc..

We assume you already know and can code in python. But we *do not assume* you have prior experience developing Linux desktop applications in python. We will be going from the absolute zero and try to cover all the steps in detail as to how good, well integrated GNOME desktop applications are made. We currently will not be covering the design piece of it as well.&#x20;

The current language of choice is Python. We would love to have more guides written in other langauges like Rust/GoLang etc.

> This is not a official GNOME project, this is a community maintained gitbook hoping it will ease the journey of new developers who are trying to make their first desktop application. Feel free to suggest modifications on github if you find anything wrong. Thanks!

> This project is inspired by the [elementary documentation](https://docs.elementary.io/develop/)


---

# 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://bharatkalluri.gitbook.io/gnome-developer-handbook/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.
