# Temel Dersler

- [# Python Yorumlar](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-yorumlar.md): Python yorumlar (comments) konusunu işliyoruz.
- [# Python Değişkenler](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-degiskenler.md): Python değişkenler (variables) konusunu işliyoruz.
- [# Python Veri Tipleri](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-veri-tipleri.md): Python veri tipleri (data types) konusunu işliyoruz.
- [# Python Sayılar](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-sayilar.md): Python sayılar (numbers) konusunu işliyoruz.
- [# Python Karakter Dizileri](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-karakter-dizileri.md): Python karakter dizileri (strings) konusunu işliyoruz.
- [# Python Boolen](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-boolen.md): Python boolen konusunu işliyoruz.
- [# Python Operatörler](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-operatorler.md): Python operatörler (operators) konusunu işliyoruz.
- [# Python Diziler](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-diziler.md): Python diziler (arrays) konusunu işliyoruz.
- [# Python Listeler](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-diziler/python-listeler.md): Python listeler (lists) konusunu işliyoruz.
- [# Python Demetler](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-diziler/python-demetler.md): Python demetler (tuples) konusunu işliyoruz.
- [# Python Kümeler](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-diziler/python-kumeler.md): Python kümeler (sets) konusunu işliyoruz.
- [# Python Kısıtlanmış Kümeler](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-diziler/python-kisitlanmis-kumeler.md): Python kısıtlanmış kümeler (frozensets) konusunu işliyoruz.
- [# Python Sözlükler](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-diziler/python-sozlukler.md): Python sözlükler (dictionaries) konusunu işliyoruz.
- [# Python If Else Elif](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-if-else-elif.md): Python koşul durumları (if else elif) konusunu işliyoruz.
- [# Python Döngüler](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-donguler.md): Python döngüler (loops) konusunu işliyoruz.
- [# Python While Döngüsü](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-donguler/python-while-dongusu.md): Python döngüler (while) konusunu işliyoruz.
- [# Python For Döngüsü](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-donguler/python-for-dongusu.md): Python döngüler (for) konusunu işliyoruz.
- [# Python Fonksiyonlar](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-fonksiyonlar.md): Python fonksiyonlar (functions) konusunu işliyoruz.
- [# Python Lambda Fonksiyonu](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-lambda-fonksiyonu.md): Python lambda fonksiyonu (lambda functions) konusunu işliyoruz.
- [# Python Sınıflar](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-siniflar.md): Python sınıflar (class) konusunu işliyoruz.
- [# Python Kalıtım](https://derslik.kerteriz.net/python-dersleri/temel-dersler/python-kalitim.md): Python kalıtım (inheritance) konusunu işliyoruz.


---

# 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://derslik.kerteriz.net/python-dersleri/temel-dersler.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.
