https://github.com/sevdanurgenc/introduction-to-python-programming-lecture-notes
In this repo, there are lecture notes of Introduction to Python Programming.
https://github.com/sevdanurgenc/introduction-to-python-programming-lecture-notes
python python-programming python-programming-language
Last synced: 3 months ago
JSON representation
In this repo, there are lecture notes of Introduction to Python Programming.
- Host: GitHub
- URL: https://github.com/sevdanurgenc/introduction-to-python-programming-lecture-notes
- Owner: SevdanurGENC
- License: mit
- Created: 2023-11-07T21:04:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T21:22:51.000Z (over 1 year ago)
- Last Synced: 2025-01-29T03:37:44.707Z (5 months ago)
- Topics: python, python-programming, python-programming-language
- Language: Jupyter Notebook
- Homepage:
- Size: 5.99 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction-To-Python-Programming-Lecture-Notes
In this repo, there are lecture notes of Introduction to Python Programming.
## Python Nedir?
- Python İçin Kullanılacak Editörler
- İlk Python Uygulaması
- Python Objeleri ve Veri Yapıları
- Python'da Sayı Veri Tipleri
- Python'da Matematiksel Operatörler
- Python'da Değişken Tanımlama
- Python'da Veri Tipi Dönüşümleri
- Veri Tipi Dönüşümleri
- Python'da Karakter Dizileri - Strings
- Python'da String Formatlama ve String Metotları
- Atama Operatörleri
- Karşılaştırma Operatörleri
- Mantıksal Operatörler
- Python'da Hata ve Hata Yönetimi
- Koşullu Durum Blokları - If ve Else Blokları
- Koşullu Durum Blokları - If - Elif - Else Blokları
- Python'da For Döngüleri
- Python'da While Döngüleri
- Break ve Continue İfadeleri
- Döngü Metotları - range(), enumerate(), zip()
- Python'da Fonksiyon/Metot Kullanımı ve Parametreleri
- Lambda Expressions, Map ve Filter
- Fonksiyonların Kapsamı - Global ve Yerel Değişkenler
## Python’da Listeleme Yapıları
- Python'da Listeler ve Metotları
- Python'da Tuple
- Python'da Dictionary
- Python'da Sets
- Python'da Value ve Referans Veri Tipleri
## Python’da Dosya Yönetimi
- Python'da Dosya Yönetimi
- Python'da Dosya Açma ve Yazma
- Python'da Dosya Okuma
- Python'da Dosya Okuma Fonksiyonları
- Python'da Dosyada Güncelleme Yapma
## Python'da Nesne Tabanlı Programlama
- Nesne Tabanlı Programlama Nedir?
- Nesne Tabanlı Programlama - Sınıflar
- Nesne Tabanlı Programlama - Metotlar
- Nesne Tabanlı Programlama - Kalıtım
- Nesne Tabanlı Programlama - Özel Metotlar
- Python'da Modüller
- Hazır Modül Kullanımı - Math Modülü
- Hazır Modül Kullanımı - Random Modülü
- Kendi Modülümüzü Yazalım