# Temel Dersler

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