What you'll learn:
- Python dilinin ve Programlamanın temellerini en iyi şekilde öğreneceksiniz.
- Kurs boyunca çok fazla örnek program yazacağımız için, bu kursu bitirdiğiniz zaman algoritma yeteneğiniz çok fazla gelişmiş olacak.
- Kursta öğrendiğiniz bilgilerle gerçek hayatta karşılaştığınız problemler için programlar yazabilecekseniz.
- Nasıl temiz bir kod yazabiliriz bunu öğreneceksiniz.
- Nesneye Yönelik Programlama konseptini öğreneceksiniz
- Fonksiyonel Programlama konseptini öğreneceksiniz
- SqLite3 kütüphanesi ile veritabanı yönetimini öğreneceksiniz.
- Numpy, Pandas kütüphanelerini kullanarak veri analizi yapmayı öğreneceksiniz.
- Seaborn, Matplotlib kütüphanelerini kullanarak veri görselleştirmeyi öğreneceksiniz.
- HTTP işlemlerini Python ile nasıl kolayca gerçekleştirebileceğinizi öğreneceksiniz.
TR
Bu kursta başlangıç seviyesinden itibaren Python Programlamanın temellerini ve programlama mantığını öğreneceğiz. Eğer ki yeni başlıyorsanız ve nereden başlayacağınızı bilmiyorsanız bu kurs tam size göre.
Kurs İşlenişi
Kurs boyunca siz de bunu fark edecekseniz ki
1.Bölümle ilgili tüm temel bilgileri derinlemesine öğreneceğiz.
2.Bölümde öğrendiğimiz bilgilerin daha anlaşılır ve kalıcı olması için kodlama egzersizleri yapacağız.
3.Bölümde öğrendiğimiz tüm konuları kapsayan ödev soruları ile önce sizin çözmeniz hedeflenecek sonra benim çözümlerim ile kafanızdaki tüm soru işaretleri ortadan kalkacak. Kursun sonunda ödev sorularının ve cevaplarının çalışma dökümanlarına ulaşabileceksiniz. Bu sayede dersleri takip etmeniz daha kolay bir hale gelecek.
4.Bölümün sonunda sizlere sunulan testler ile kendinizi test edebilecek ve yanlış yaptığınız zaman neyin eksik olduğunu soru açıklamalarıyla birlikte görebileceksiniz.
Kurs İçeriği
Kurs boyunca aşağıdaki konuları görmeye ve öğrenmeye çalışacağız.
Değişkenler
Temel Veri Tipleri
Operatörler
Koşul Yapıları
Döngüler
Listeler-Demetler-Sözlükler-Kümeler
Fonksiyonlar
Hazır Tanımlı Fonksiyonlar
Pythondaki Gömülü Fonksiyonlar
Hata Yönetimi
Dosya İşlemleri
Nesneye Yönelik Programlama
Iterator ve Generator Kavramları
Modül Kavramı
HTTP İşlemleri ve Request Modülü
HTTP İşlemleri | Requests Modülü ve Veri Kazıma | Beautiful Soup Modülü
Veri Tabanı Yönetimi ve SqLite3
Veri Analizi - Numpy
Veri Analizi - Pandas
Veri Görselleştirme - Matplotlib
Veri Görselleştirme - Seaborn
Veri Analizi | Görselleştirme Projesi - Fifa 2019 Oyuncu Analizi
Masaüstü Uygulama Geliştirme | PyQt5
PyQt5 - Sinema Bilet Satışı Projesi
EN
In this course, we will learn the basics of Python Programming and programming logic from the beginner level. If you're just starting out and don't know where to start, this course is for you.
Course Syllabus
If you will notice this during the course,
We will learn all the basics about Part 1 in depth.
In the 2nd part, we will do coding exercises to make the information we learned more understandable and permanent.
With the homework questions covering all the topics we learned in the 3rd chapter, it will be aimed for you to solve first, and then all the question marks in your mind will be removed with my solutions. At the end of the course, you will have access to the working documents of the homework questions and answers. This will make it easier for you to follow the lessons.
At the end of the 4th chapter, you will be able to test yourself with the tests presented to you and see what is missing when you make a mistake, together with the question explanations.
Course Content
Throughout the course we will try to see and learn about the following topics.
Variables
Basic Data Types
Operators
Condition Structures
Loops
Lists-Tuples-Dictionaries-Sets
Functions
Predefined Functions
Error Management
File Operations
Object Oriented Programming
Module Concept
Database Management and Sqlite3
Data Analysis- Numpy
Data Analysis - Pandas
Data Visualization - Matplotlib
Data Visualization - Seaborn