SlideShare a Scribd company logo
1 of 20
Python
Programlama Dili
www.cihanozhan.com
Genel Bakış
• Açık kaynaklı
• Nesne yönelimli
• Yüksek seviyeli
• Yorumlamalı
• Girintilere dayalı basit söz dizimi
• Ana Felsefesi : Kod Okunabilirliği
• Kurum : Python Yazılım Vakfı
– https://www.python.org/psf/
Dil Tasarımcısı
(Guido van Rossem, 1991)
2005-2012 : Google
Google’dan sonra : Dropbox
Python Adı
(Yılan?)
Python Adı
(Monty Python, İngiliz Komedi Grubu)
http://www.montypython.com/pythons
Python Kullanan Şirketler
• Google
• Amazon
• Facebook
• Spotify
• Wikipedia
• Instagram
• CERN
• NASA
• Reddit
• Yahoo!
• ve daha fazlası …
PYPL
(PopularitY of Programming Language Index)
http://pypl.github.io/PYPL.html
PYPL
(PopularitY of Programming Language Index)
TIOBE
https://www.tiobe.com/tiobe-index/python/
Python Neden Popüler?
• Kolay öğrenilebilir
• Gereksiz kod karmaşası yok
• Yüksek seviyeli bir dil
• Büyük bir topluluk desteğine sahip
• Çoklu-platform uygulama geliştirme desteği
• Tüm bunlar nedeniyle çook fazla açık kaynaklı projede tercih ediliyor…
Python ile Neler Yapılabilir?
• Sistem & Ağ Uygulamaları
• Güvenlik & Hacking Araçları
• Web Uygulamaları
• Masaüstü Uygulamalar
• API / RESTful / Microservice Uygulamaları
• Mobil Uygulamalar
• Bot & Crawler Uygulamaları
• Otomasyon & Araç Seti(Tool) Uygulamaları
• Oyun Uygulamaları
• Yapay Zeka Uygulamaları
– ML : Machine Learning
– DL : Deep Learning
– CV : Computer Vision
– NLP : Natural Language Processing
– Visualization
• Ve daha birçok…
Python IDEs
(Geliştirme Ortamları)
• Visual Studio Code (Tavsiye)
– https://code.visualstudio.com/
– Plugin : https://marketplace.visualstudio.com/items?itemName=ms-python.python
• PyCharm (Tavsiye)
– https://www.jetbrains.com/pycharm/download/#section=windows
• Notepad++
– https://notepad-plus-plus.org/downloads/
• Brackets
– http://brackets.io/
• Eclipse
– https://www.eclipse.org/downloads/
• PyDev
– http://www.pydev.org/
– https://marketplace.eclipse.org/content/pydev-python-ide-eclipse
• Atom
– https://atom.io/
Kütüphaneler
(The Python Standard Library, https://docs.python.org/3/library/)
• Markup Processing : docs.python.org/3/library/markup.html
– html : https://docs.python.org/3/library/html.html
– xml : https://docs.python.org/3/library/xml.html
• Internet Data Handling : https://docs.python.org/3/library/json.html
– email : https://docs.python.org/3/library/email.html
– json : https://docs.python.org/3/library/json.html
• Internet Protocols : docs.python.org/3/library/internet.html
– http : HTTP modülü
– ftplib : FTP protokol istemci
– telnetlib : Telnet istemcisi
– xmlrpc : XMLRPC sunucu ve istemci modülleri
• Python Runtime : docs.python.org/3/library/python.html
• Networking : docs.python.org/3/library/ipc.html
• Internet Data Handling : docs.python.org/3/library/netdata.html
• Cryptographic Services: docs.python.org/3/library/crypto.html
• Data Compression : httpdocs.python.org/3/library/archiving.html
Kütüphaneler
(Web)
• Django
– https://www.djangoproject.com/
• Flask
– https://flask.palletsprojects.com/en/1.1.x/
• CubicWeb Semantic Web Framework
– https://www.cubicweb.org/
• CherryPy
– https://cherrypy.org/
• Bottle
– https://bottlepy.org/docs/dev/
Kütüphaneler
(Çeşitli)
• Requests : En ünlü http kütüphanesidir. Kennetz Reitz geliştirdi.
– https://pypi.org/project/requests/
• BeautifulSoup : HTML Ayrıştırma Kütüphanesi
– https://www.crummy.com/software/BeautifulSoup/
• Scrapy : HTML Ayrıştırma Kütüphanesi
– https://scrapy.org/
• Feedparser : RSS Besleme Kütüphanesi
– https://pypi.org/project/feedparser/
• Paramiko : SSH2 Protokol Implementasyonu
– http://www.paramiko.org/
• wxPython : The GUI Toolkit for Python
– https://wxpython.org/
• Pillow : Python Imaging Library’den fork edilmiştir.
– https://pypi.org/project/Pillow/
• Twisted : Ağ uygulamaları geliştirmek için hazır kütüphane.
– https://twistedmatrix.com/trac/
• SQLAlchemy : Veritabanı kütüphanesidir.
– https://www.sqlalchemy.org/
Kütüphaneler
(Oyun)
• Kivy Framework
– https://kivy.org
• Pygame
– https://www.pygame.org
• Pyglet
– http://pyglet.org/
Kütüphaneler
(Bilimsel & Matematiksel Hesaplama)
• SciPy
– https://www.scipy.org/
• NumPy
– https://numpy.org/
• Matplotlib : Bir sayısal tablolama kütüphanesidir.
– https://matplotlib.org/
• SageMath
– http://www.sagemath.org/
Kütüphaneler
(Yapay Zeka)
• TensorFlow
– https://www.tensorflow.org/
• PyTorch
– https://pytorch.org/
• OpenCV
– https://opencv.org/ - https://pypi.org/project/opencv-python/
• Keras
– http://keras.io/
• Scikit-Learn
– https://scikit-learn.org/
• CNTK
– https://github.com/microsoft/CNTK
• Theano
– https://github.com/Theano/Theano
• NLTK (Natural Language Toolkit)
– https://www.nltk.org/
• NeuroLab
– https://pythonhosted.org/neurolab/
• Deepy
– https://deepy.readthedocs.io/en/latest/
• Ve daha birçok…
– http://www.cihanozhan.com/category/artificial-intelligence/
Awesome!
• Python Awesome
– https://pythonawesome.com/
• Awesome Python
– https://github.com/vinta/awesome-python
• Awesome Python Applications
– https://github.com/mahmoud/awesome-python-applications
Python Programlama Dili

More Related Content

What's hot

Mobil Uygulama Güvenliği (Mobile Security)
Mobil Uygulama Güvenliği (Mobile Security)Mobil Uygulama Güvenliği (Mobile Security)
Mobil Uygulama Güvenliği (Mobile Security)Cihan Özhan
 
Cours HBase et Base de Données Orientées Colonnes (HBase, Column Oriented Dat...
Cours HBase et Base de Données Orientées Colonnes (HBase, Column Oriented Dat...Cours HBase et Base de Données Orientées Colonnes (HBase, Column Oriented Dat...
Cours HBase et Base de Données Orientées Colonnes (HBase, Column Oriented Dat...Hatim CHAHDI
 
Alphorm.com Formation Docker (1/2) : Installation et Administration
Alphorm.com Formation Docker (1/2) : Installation et AdministrationAlphorm.com Formation Docker (1/2) : Installation et Administration
Alphorm.com Formation Docker (1/2) : Installation et AdministrationAlphorm
 
Architecture microservices avec docker
Architecture microservices avec dockerArchitecture microservices avec docker
Architecture microservices avec dockergcatt
 
Terraforming your Infrastructure on GCP
Terraforming your Infrastructure on GCPTerraforming your Infrastructure on GCP
Terraforming your Infrastructure on GCPSamuel Chow
 
Hadoop et son écosystème
Hadoop et son écosystèmeHadoop et son écosystème
Hadoop et son écosystèmeKhanh Maudoux
 
Introduction to Red Hat OpenShift 4
Introduction to Red Hat OpenShift 4Introduction to Red Hat OpenShift 4
Introduction to Red Hat OpenShift 4HngNguyn748044
 
Introduction à DevOps
Introduction à DevOpsIntroduction à DevOps
Introduction à DevOpsMicrosoft
 
Alphorm.com support de la formation Git avancé
Alphorm.com support de la formation Git avancé Alphorm.com support de la formation Git avancé
Alphorm.com support de la formation Git avancé Alphorm
 
Cours Big Data Chap3
Cours Big Data Chap3Cours Big Data Chap3
Cours Big Data Chap3Amal Abid
 
BigData_TP4 : Cassandra
BigData_TP4 : CassandraBigData_TP4 : Cassandra
BigData_TP4 : CassandraLilia Sfaxi
 
Google Cloud Storage | Google Cloud Platform Tutorial | Google Cloud Architec...
Google Cloud Storage | Google Cloud Platform Tutorial | Google Cloud Architec...Google Cloud Storage | Google Cloud Platform Tutorial | Google Cloud Architec...
Google Cloud Storage | Google Cloud Platform Tutorial | Google Cloud Architec...Edureka!
 
Alphorm.com Formation Microsoft SQL Server 2016 Business Intelligence (SSIS)
Alphorm.com Formation Microsoft SQL Server 2016 Business Intelligence (SSIS)Alphorm.com Formation Microsoft SQL Server 2016 Business Intelligence (SSIS)
Alphorm.com Formation Microsoft SQL Server 2016 Business Intelligence (SSIS)Alphorm
 
Symfony 2 : chapitre 1 - Présentation Générale
Symfony 2 : chapitre 1 - Présentation GénéraleSymfony 2 : chapitre 1 - Présentation Générale
Symfony 2 : chapitre 1 - Présentation GénéraleAbdelkader Rhouati
 
DevOps : mission [im]possible ?
DevOps : mission [im]possible ?DevOps : mission [im]possible ?
DevOps : mission [im]possible ?rfelden
 
Découverte de Redis
Découverte de RedisDécouverte de Redis
Découverte de RedisJEMLI Fathi
 

What's hot (20)

Mobil Uygulama Güvenliği (Mobile Security)
Mobil Uygulama Güvenliği (Mobile Security)Mobil Uygulama Güvenliği (Mobile Security)
Mobil Uygulama Güvenliği (Mobile Security)
 
Cours HBase et Base de Données Orientées Colonnes (HBase, Column Oriented Dat...
Cours HBase et Base de Données Orientées Colonnes (HBase, Column Oriented Dat...Cours HBase et Base de Données Orientées Colonnes (HBase, Column Oriented Dat...
Cours HBase et Base de Données Orientées Colonnes (HBase, Column Oriented Dat...
 
Alphorm.com Formation Docker (1/2) : Installation et Administration
Alphorm.com Formation Docker (1/2) : Installation et AdministrationAlphorm.com Formation Docker (1/2) : Installation et Administration
Alphorm.com Formation Docker (1/2) : Installation et Administration
 
Architecture microservices avec docker
Architecture microservices avec dockerArchitecture microservices avec docker
Architecture microservices avec docker
 
Apresentação Software Livre
Apresentação Software LivreApresentação Software Livre
Apresentação Software Livre
 
Un introduction à Pig
Un introduction à PigUn introduction à Pig
Un introduction à Pig
 
Terraforming your Infrastructure on GCP
Terraforming your Infrastructure on GCPTerraforming your Infrastructure on GCP
Terraforming your Infrastructure on GCP
 
Hadoop et son écosystème
Hadoop et son écosystèmeHadoop et son écosystème
Hadoop et son écosystème
 
Introduction to Red Hat OpenShift 4
Introduction to Red Hat OpenShift 4Introduction to Red Hat OpenShift 4
Introduction to Red Hat OpenShift 4
 
Introduction à DevOps
Introduction à DevOpsIntroduction à DevOps
Introduction à DevOps
 
Alphorm.com support de la formation Git avancé
Alphorm.com support de la formation Git avancé Alphorm.com support de la formation Git avancé
Alphorm.com support de la formation Git avancé
 
Cours Big Data Chap3
Cours Big Data Chap3Cours Big Data Chap3
Cours Big Data Chap3
 
BigData_TP4 : Cassandra
BigData_TP4 : CassandraBigData_TP4 : Cassandra
BigData_TP4 : Cassandra
 
Google Cloud Storage | Google Cloud Platform Tutorial | Google Cloud Architec...
Google Cloud Storage | Google Cloud Platform Tutorial | Google Cloud Architec...Google Cloud Storage | Google Cloud Platform Tutorial | Google Cloud Architec...
Google Cloud Storage | Google Cloud Platform Tutorial | Google Cloud Architec...
 
Alphorm.com Formation Microsoft SQL Server 2016 Business Intelligence (SSIS)
Alphorm.com Formation Microsoft SQL Server 2016 Business Intelligence (SSIS)Alphorm.com Formation Microsoft SQL Server 2016 Business Intelligence (SSIS)
Alphorm.com Formation Microsoft SQL Server 2016 Business Intelligence (SSIS)
 
Hadoop
HadoopHadoop
Hadoop
 
Une introduction à MapReduce
Une introduction à MapReduceUne introduction à MapReduce
Une introduction à MapReduce
 
Symfony 2 : chapitre 1 - Présentation Générale
Symfony 2 : chapitre 1 - Présentation GénéraleSymfony 2 : chapitre 1 - Présentation Générale
Symfony 2 : chapitre 1 - Présentation Générale
 
DevOps : mission [im]possible ?
DevOps : mission [im]possible ?DevOps : mission [im]possible ?
DevOps : mission [im]possible ?
 
Découverte de Redis
Découverte de RedisDécouverte de Redis
Découverte de Redis
 

Similar to Python Programlama Dili

Python programlama
Python programlamaPython programlama
Python programlamaMurat KARA
 
Python Programlama Diline Giriş - Güncelleme 2018
Python Programlama Diline Giriş - Güncelleme 2018Python Programlama Diline Giriş - Güncelleme 2018
Python Programlama Diline Giriş - Güncelleme 2018Murat KARA
 
Python dokumani
Python dokumaniPython dokumani
Python dokumanisersld98
 
Python sitesi
Python sitesiPython sitesi
Python sitesisersld98
 
Python kitabi
Python kitabiPython kitabi
Python kitabisersld98
 
Python ornek
Python ornekPython ornek
Python orneksersld98
 
Python odev-sitesi
Python odev-sitesiPython odev-sitesi
Python odev-sitesisersld98
 
Python proje
Python projePython proje
Python projesersld98
 
Python ornegi
Python ornegiPython ornegi
Python ornegisersld98
 
Python kursu-fatih
Python kursu-fatihPython kursu-fatih
Python kursu-fatihsersld93
 
Python kitaplari
Python kitaplariPython kitaplari
Python kitaplarisersld98
 
Python teknigi
Python teknigiPython teknigi
Python teknigisersld98
 
Python zirvesi
Python zirvesiPython zirvesi
Python zirvesisersld98
 
Python semineri
Python semineriPython semineri
Python seminerisersld98
 
Python seminerleri
Python seminerleriPython seminerleri
Python seminerlerisersld98
 
Python hocasi
Python hocasiPython hocasi
Python hocasisersld98
 
Python kursu-kagithane
Python kursu-kagithanePython kursu-kagithane
Python kursu-kagithanesersld93
 
Python egitimi-kagithane
Python egitimi-kagithanePython egitimi-kagithane
Python egitimi-kagithanesersld98
 
Python projeleri
Python projeleriPython projeleri
Python projelerisersld98
 

Similar to Python Programlama Dili (20)

Python programlama
Python programlamaPython programlama
Python programlama
 
Python Programlama Diline Giriş - Güncelleme 2018
Python Programlama Diline Giriş - Güncelleme 2018Python Programlama Diline Giriş - Güncelleme 2018
Python Programlama Diline Giriş - Güncelleme 2018
 
Python dokumani
Python dokumaniPython dokumani
Python dokumani
 
Python sitesi
Python sitesiPython sitesi
Python sitesi
 
Python kitabi
Python kitabiPython kitabi
Python kitabi
 
Python ornek
Python ornekPython ornek
Python ornek
 
Python odev-sitesi
Python odev-sitesiPython odev-sitesi
Python odev-sitesi
 
Python proje
Python projePython proje
Python proje
 
Python ornegi
Python ornegiPython ornegi
Python ornegi
 
Python kursu-fatih
Python kursu-fatihPython kursu-fatih
Python kursu-fatih
 
Python kitaplari
Python kitaplariPython kitaplari
Python kitaplari
 
Python teknigi
Python teknigiPython teknigi
Python teknigi
 
Python zirvesi
Python zirvesiPython zirvesi
Python zirvesi
 
Python semineri
Python semineriPython semineri
Python semineri
 
Python seminerleri
Python seminerleriPython seminerleri
Python seminerleri
 
Python hocasi
Python hocasiPython hocasi
Python hocasi
 
Python kursu-kagithane
Python kursu-kagithanePython kursu-kagithane
Python kursu-kagithane
 
Python egitimi-kagithane
Python egitimi-kagithanePython egitimi-kagithane
Python egitimi-kagithane
 
Python projeleri
Python projeleriPython projeleri
Python projeleri
 
Python
PythonPython
Python
 

More from Cihan Özhan

MongoDB - NoSQL Overview
MongoDB - NoSQL OverviewMongoDB - NoSQL Overview
MongoDB - NoSQL OverviewCihan Özhan
 
MongoDB - JSON'a Genel Bakış
MongoDB - JSON'a Genel BakışMongoDB - JSON'a Genel Bakış
MongoDB - JSON'a Genel BakışCihan Özhan
 
AI and Machine Learning - Today’s Implementation Realities
AI and Machine Learning - Today’s Implementation RealitiesAI and Machine Learning - Today’s Implementation Realities
AI and Machine Learning - Today’s Implementation RealitiesCihan Özhan
 
Blockchain : Decentralized Application Development (Turkish)
Blockchain : Decentralized Application Development (Turkish)Blockchain : Decentralized Application Development (Turkish)
Blockchain : Decentralized Application Development (Turkish)Cihan Özhan
 
Go Book - Fonksiyonlar, Metotlar, Arayüzler ve Yapılar
Go Book - Fonksiyonlar, Metotlar, Arayüzler ve YapılarGo Book - Fonksiyonlar, Metotlar, Arayüzler ve Yapılar
Go Book - Fonksiyonlar, Metotlar, Arayüzler ve YapılarCihan Özhan
 
Golang Book - Go Programlama Dili Temelleri
Golang Book - Go Programlama Dili TemelleriGolang Book - Go Programlama Dili Temelleri
Golang Book - Go Programlama Dili TemelleriCihan Özhan
 
Golang Book - Genel Bakış
Golang Book - Genel BakışGolang Book - Genel Bakış
Golang Book - Genel BakışCihan Özhan
 
Golang Book - Giriş
Golang Book - GirişGolang Book - Giriş
Golang Book - GirişCihan Özhan
 
Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...
Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...
Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...Cihan Özhan
 
Endüstriyel Yapay Zeka ve Otonom Sistemler
Endüstriyel Yapay Zeka ve Otonom SistemlerEndüstriyel Yapay Zeka ve Otonom Sistemler
Endüstriyel Yapay Zeka ve Otonom SistemlerCihan Özhan
 
AI Security : Machine Learning, Deep Learning and Computer Vision Security
AI Security : Machine Learning, Deep Learning and Computer Vision SecurityAI Security : Machine Learning, Deep Learning and Computer Vision Security
AI Security : Machine Learning, Deep Learning and Computer Vision SecurityCihan Özhan
 
Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...
Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...
Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...Cihan Özhan
 
İleri Seviye T-SQL Programlama - Chapter 21
İleri Seviye T-SQL Programlama - Chapter 21İleri Seviye T-SQL Programlama - Chapter 21
İleri Seviye T-SQL Programlama - Chapter 21Cihan Özhan
 
İleri Seviye T-SQL Programlama - Chapter 20
İleri Seviye T-SQL Programlama - Chapter 20İleri Seviye T-SQL Programlama - Chapter 20
İleri Seviye T-SQL Programlama - Chapter 20Cihan Özhan
 
İleri Seviye T-SQL Programlama - Chapter 19
İleri Seviye T-SQL Programlama - Chapter 19İleri Seviye T-SQL Programlama - Chapter 19
İleri Seviye T-SQL Programlama - Chapter 19Cihan Özhan
 
İleri Seviye T-SQL Programlama - Chapter 18
İleri Seviye T-SQL Programlama - Chapter 18İleri Seviye T-SQL Programlama - Chapter 18
İleri Seviye T-SQL Programlama - Chapter 18Cihan Özhan
 
İleri Seviye T-SQL Programlama - Chapter 17
İleri Seviye T-SQL Programlama - Chapter 17İleri Seviye T-SQL Programlama - Chapter 17
İleri Seviye T-SQL Programlama - Chapter 17Cihan Özhan
 
İleri Seviye T-SQL Programlama - Chapter 16
İleri Seviye T-SQL Programlama - Chapter 16İleri Seviye T-SQL Programlama - Chapter 16
İleri Seviye T-SQL Programlama - Chapter 16Cihan Özhan
 
İleri Seviye T-SQL Programlama - Chapter 15
İleri Seviye T-SQL Programlama - Chapter 15İleri Seviye T-SQL Programlama - Chapter 15
İleri Seviye T-SQL Programlama - Chapter 15Cihan Özhan
 

More from Cihan Özhan (20)

MongoDB Overview
MongoDB OverviewMongoDB Overview
MongoDB Overview
 
MongoDB - NoSQL Overview
MongoDB - NoSQL OverviewMongoDB - NoSQL Overview
MongoDB - NoSQL Overview
 
MongoDB - JSON'a Genel Bakış
MongoDB - JSON'a Genel BakışMongoDB - JSON'a Genel Bakış
MongoDB - JSON'a Genel Bakış
 
AI and Machine Learning - Today’s Implementation Realities
AI and Machine Learning - Today’s Implementation RealitiesAI and Machine Learning - Today’s Implementation Realities
AI and Machine Learning - Today’s Implementation Realities
 
Blockchain : Decentralized Application Development (Turkish)
Blockchain : Decentralized Application Development (Turkish)Blockchain : Decentralized Application Development (Turkish)
Blockchain : Decentralized Application Development (Turkish)
 
Go Book - Fonksiyonlar, Metotlar, Arayüzler ve Yapılar
Go Book - Fonksiyonlar, Metotlar, Arayüzler ve YapılarGo Book - Fonksiyonlar, Metotlar, Arayüzler ve Yapılar
Go Book - Fonksiyonlar, Metotlar, Arayüzler ve Yapılar
 
Golang Book - Go Programlama Dili Temelleri
Golang Book - Go Programlama Dili TemelleriGolang Book - Go Programlama Dili Temelleri
Golang Book - Go Programlama Dili Temelleri
 
Golang Book - Genel Bakış
Golang Book - Genel BakışGolang Book - Genel Bakış
Golang Book - Genel Bakış
 
Golang Book - Giriş
Golang Book - GirişGolang Book - Giriş
Golang Book - Giriş
 
Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...
Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...
Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...
 
Endüstriyel Yapay Zeka ve Otonom Sistemler
Endüstriyel Yapay Zeka ve Otonom SistemlerEndüstriyel Yapay Zeka ve Otonom Sistemler
Endüstriyel Yapay Zeka ve Otonom Sistemler
 
AI Security : Machine Learning, Deep Learning and Computer Vision Security
AI Security : Machine Learning, Deep Learning and Computer Vision SecurityAI Security : Machine Learning, Deep Learning and Computer Vision Security
AI Security : Machine Learning, Deep Learning and Computer Vision Security
 
Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...
Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...
Yapay Zeka Güvenliği : Machine Learning & Deep Learning & Computer Vision Sec...
 
İleri Seviye T-SQL Programlama - Chapter 21
İleri Seviye T-SQL Programlama - Chapter 21İleri Seviye T-SQL Programlama - Chapter 21
İleri Seviye T-SQL Programlama - Chapter 21
 
İleri Seviye T-SQL Programlama - Chapter 20
İleri Seviye T-SQL Programlama - Chapter 20İleri Seviye T-SQL Programlama - Chapter 20
İleri Seviye T-SQL Programlama - Chapter 20
 
İleri Seviye T-SQL Programlama - Chapter 19
İleri Seviye T-SQL Programlama - Chapter 19İleri Seviye T-SQL Programlama - Chapter 19
İleri Seviye T-SQL Programlama - Chapter 19
 
İleri Seviye T-SQL Programlama - Chapter 18
İleri Seviye T-SQL Programlama - Chapter 18İleri Seviye T-SQL Programlama - Chapter 18
İleri Seviye T-SQL Programlama - Chapter 18
 
İleri Seviye T-SQL Programlama - Chapter 17
İleri Seviye T-SQL Programlama - Chapter 17İleri Seviye T-SQL Programlama - Chapter 17
İleri Seviye T-SQL Programlama - Chapter 17
 
İleri Seviye T-SQL Programlama - Chapter 16
İleri Seviye T-SQL Programlama - Chapter 16İleri Seviye T-SQL Programlama - Chapter 16
İleri Seviye T-SQL Programlama - Chapter 16
 
İleri Seviye T-SQL Programlama - Chapter 15
İleri Seviye T-SQL Programlama - Chapter 15İleri Seviye T-SQL Programlama - Chapter 15
İleri Seviye T-SQL Programlama - Chapter 15
 

Python Programlama Dili

  • 2. Genel Bakış • Açık kaynaklı • Nesne yönelimli • Yüksek seviyeli • Yorumlamalı • Girintilere dayalı basit söz dizimi • Ana Felsefesi : Kod Okunabilirliği • Kurum : Python Yazılım Vakfı – https://www.python.org/psf/
  • 3. Dil Tasarımcısı (Guido van Rossem, 1991) 2005-2012 : Google Google’dan sonra : Dropbox
  • 5. Python Adı (Monty Python, İngiliz Komedi Grubu) http://www.montypython.com/pythons
  • 6. Python Kullanan Şirketler • Google • Amazon • Facebook • Spotify • Wikipedia • Instagram • CERN • NASA • Reddit • Yahoo! • ve daha fazlası …
  • 7. PYPL (PopularitY of Programming Language Index) http://pypl.github.io/PYPL.html
  • 10. Python Neden Popüler? • Kolay öğrenilebilir • Gereksiz kod karmaşası yok • Yüksek seviyeli bir dil • Büyük bir topluluk desteğine sahip • Çoklu-platform uygulama geliştirme desteği • Tüm bunlar nedeniyle çook fazla açık kaynaklı projede tercih ediliyor…
  • 11. Python ile Neler Yapılabilir? • Sistem & Ağ Uygulamaları • Güvenlik & Hacking Araçları • Web Uygulamaları • Masaüstü Uygulamalar • API / RESTful / Microservice Uygulamaları • Mobil Uygulamalar • Bot & Crawler Uygulamaları • Otomasyon & Araç Seti(Tool) Uygulamaları • Oyun Uygulamaları • Yapay Zeka Uygulamaları – ML : Machine Learning – DL : Deep Learning – CV : Computer Vision – NLP : Natural Language Processing – Visualization • Ve daha birçok…
  • 12. Python IDEs (Geliştirme Ortamları) • Visual Studio Code (Tavsiye) – https://code.visualstudio.com/ – Plugin : https://marketplace.visualstudio.com/items?itemName=ms-python.python • PyCharm (Tavsiye) – https://www.jetbrains.com/pycharm/download/#section=windows • Notepad++ – https://notepad-plus-plus.org/downloads/ • Brackets – http://brackets.io/ • Eclipse – https://www.eclipse.org/downloads/ • PyDev – http://www.pydev.org/ – https://marketplace.eclipse.org/content/pydev-python-ide-eclipse • Atom – https://atom.io/
  • 13. Kütüphaneler (The Python Standard Library, https://docs.python.org/3/library/) • Markup Processing : docs.python.org/3/library/markup.html – html : https://docs.python.org/3/library/html.html – xml : https://docs.python.org/3/library/xml.html • Internet Data Handling : https://docs.python.org/3/library/json.html – email : https://docs.python.org/3/library/email.html – json : https://docs.python.org/3/library/json.html • Internet Protocols : docs.python.org/3/library/internet.html – http : HTTP modülü – ftplib : FTP protokol istemci – telnetlib : Telnet istemcisi – xmlrpc : XMLRPC sunucu ve istemci modülleri • Python Runtime : docs.python.org/3/library/python.html • Networking : docs.python.org/3/library/ipc.html • Internet Data Handling : docs.python.org/3/library/netdata.html • Cryptographic Services: docs.python.org/3/library/crypto.html • Data Compression : httpdocs.python.org/3/library/archiving.html
  • 14. Kütüphaneler (Web) • Django – https://www.djangoproject.com/ • Flask – https://flask.palletsprojects.com/en/1.1.x/ • CubicWeb Semantic Web Framework – https://www.cubicweb.org/ • CherryPy – https://cherrypy.org/ • Bottle – https://bottlepy.org/docs/dev/
  • 15. Kütüphaneler (Çeşitli) • Requests : En ünlü http kütüphanesidir. Kennetz Reitz geliştirdi. – https://pypi.org/project/requests/ • BeautifulSoup : HTML Ayrıştırma Kütüphanesi – https://www.crummy.com/software/BeautifulSoup/ • Scrapy : HTML Ayrıştırma Kütüphanesi – https://scrapy.org/ • Feedparser : RSS Besleme Kütüphanesi – https://pypi.org/project/feedparser/ • Paramiko : SSH2 Protokol Implementasyonu – http://www.paramiko.org/ • wxPython : The GUI Toolkit for Python – https://wxpython.org/ • Pillow : Python Imaging Library’den fork edilmiştir. – https://pypi.org/project/Pillow/ • Twisted : Ağ uygulamaları geliştirmek için hazır kütüphane. – https://twistedmatrix.com/trac/ • SQLAlchemy : Veritabanı kütüphanesidir. – https://www.sqlalchemy.org/
  • 16. Kütüphaneler (Oyun) • Kivy Framework – https://kivy.org • Pygame – https://www.pygame.org • Pyglet – http://pyglet.org/
  • 17. Kütüphaneler (Bilimsel & Matematiksel Hesaplama) • SciPy – https://www.scipy.org/ • NumPy – https://numpy.org/ • Matplotlib : Bir sayısal tablolama kütüphanesidir. – https://matplotlib.org/ • SageMath – http://www.sagemath.org/
  • 18. Kütüphaneler (Yapay Zeka) • TensorFlow – https://www.tensorflow.org/ • PyTorch – https://pytorch.org/ • OpenCV – https://opencv.org/ - https://pypi.org/project/opencv-python/ • Keras – http://keras.io/ • Scikit-Learn – https://scikit-learn.org/ • CNTK – https://github.com/microsoft/CNTK • Theano – https://github.com/Theano/Theano • NLTK (Natural Language Toolkit) – https://www.nltk.org/ • NeuroLab – https://pythonhosted.org/neurolab/ • Deepy – https://deepy.readthedocs.io/en/latest/ • Ve daha birçok… – http://www.cihanozhan.com/category/artificial-intelligence/
  • 19. Awesome! • Python Awesome – https://pythonawesome.com/ • Awesome Python – https://github.com/vinta/awesome-python • Awesome Python Applications – https://github.com/mahmoud/awesome-python-applications

Editor's Notes

  1. https://www.mediaclick.com.tr/blog/semantik-web-nedir