> For the complete documentation index, see [llms.txt](https://derslik.kerteriz.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://derslik.kerteriz.net/python-dersleri.md).

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