Derslere Bağlanmak İçin
Python'a Giriş
Python'un Temellerini Anlama
Programlamaya Temel Bakış
Python Çalışma Ortamının Kurulumu
Basit Python Betikleri Yazma ve Çalıştırma
Değişkenler ve Veri Tipleri
Değişkenler ve Atamalar
Sayısal Veri Tipleri (int, float)
Dize (String) Veri Tipi ve Temel Dize İşlemleri
Kontrol Akışı
If İfadeleri
Döngüler (for ve while)
Kontrol Akışını Kullanarak Temel Problem Çözme
Listeler ve Sözlükler
Listeler: Oluşturma, İndeksleme ve Dilimleme
Sözlükler: Anahtarlar, Değerler ve İşlemler
Listeler ve Sözlüklerle Temel Veri Manipülasyonu
Son Proje
Öğrenilen Konseptleri Kullanarak Basit Bir Program Oluşturma
Projeleri Sunma ve Paylaşma
Python Kitap
https://automatetheboringstuff.com/
Introduction to Python
Understanding the basics of programming
Setting up the Python environment
Writing and running simple Python scripts
Variables and Data Types
Variables and assignments
Numeric data types (int, float)
String data type and basic string manipulation
Control Flow
If statements
Loops (for and while)
Basic problem-solving using control flow
Lists and Dictionaries
Lists: creating, indexing, and slicing
Dictionaries: keys, values, and operations
Basic data manipulation with lists and dictionaries
Final Project
Applying learned concepts to create a simple program
Presenting and sharing projects