# Python

- [Python Giriş](https://derslik.kerteriz.net/python-dersleri/python-giris.md): En popüler programlama dillerinden biri olan Python derslerine giriş yapıyoruz
- [⚙️ Python Kurulumu](https://derslik.kerteriz.net/python-dersleri/python-kurulumu.md): Bu derste Python programlama dilini yazabilmek için bilgisayarınıza gerekli dosyaları nasıl kurabileceğinizi anlatıyoruz.
- [✏️ Python Syntax](https://derslik.kerteriz.net/python-dersleri/python-syntax.md): Bu derste Python dilinin yazım kurallarını (syntax) göreceğiz.
- [Temel Dersler](https://derslik.kerteriz.net/python-dersleri/temel-dersler.md): Python programlama dilindeki temel dersleri aşağıdaki başlıklardan sırasıyla takip edebilirsiniz.
- [# 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.
- [Dosya İşlemleri](https://derslik.kerteriz.net/python-dersleri/dosya-islemleri.md): Python dosya işlemleri ile okuma, yazma, güncelleme ve silme işlemlerini göreceğiz.
- [Veritabanı İşlemleri](https://derslik.kerteriz.net/python-dersleri/veritabani-islemleri.md): Python Mysql, Mssql, Sqlite ve Mongodb veritabanı işlemlerini bu başlık altında detaylıca işleyeceğiz.
- [# Python SQLite Veritabanı](https://derslik.kerteriz.net/python-dersleri/veritabani-islemleri/python-sqlite-veritabani.md): Python Sqlite veritabanı işlemlerini öğreniyoruz.
- [# Python MySQL Veritabanı](https://derslik.kerteriz.net/python-dersleri/veritabani-islemleri/python-mysql-veritabani.md): Python MySQL veritabanı işlemlerini öğreniyoruz.
- [# Python MSSQL Veritabanı](https://derslik.kerteriz.net/python-dersleri/veritabani-islemleri/python-mssql-veritabani.md): Python MSSQL veritabanı işlemlerini öğreniyoruz.
- [# Python PostgreSQL Veritabanı](https://derslik.kerteriz.net/python-dersleri/veritabani-islemleri/python-postgresql-veritabani.md): Python PostgreSQL veritabanı işlemlerini öğreniyoruz.


---

# 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.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.
