Differences between revisions 77 and 78
Revision 77 as of 2018-06-16 10:30:31
Size: 8398
Editor: BarisAkkurt
Comment: Outdated and broken links were deleted.
Revision 78 as of 2018-06-16 10:59:38
Size: 7151
Editor: BarisAkkurt
Comment: Broken and promotion links were removed. Some links were updated and new Python blogs and books were added.
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:
 * http://www.bilgisayarkavramlari.com/2010/05/16/python-ile-listeler-ve-sozlukler-dictionary/
  . Listeler ve sözlükleri derinlemesine inceleyen bir makale. [''An in-depth article on lists and dictionaries.'']
Line 50: Line 47:
 * [[http://www.bilgisayarkavramlari.com/2009/10/18/python-ile-programlama/|Python ile Programlama]]
  . Python kurulumu, karakter dizileri, değişkenler, listeler ve fonksiyonlar gibi konularda temel bilgiler veren bir günlük girdisi. [''A blog entry giving some introductory information on topics like Python installation, strings, variables, lists and functions.'']
 * [[http://www.veridefteri.com/category/python-giris/|Veri Defteri]]
  . Temel Python dersleri. [Basic Python articles]

 * [[https://belgeler.yazbel.com/python-istihza/|Istihza]]
  . Python ile ilgili yazılar içeren kitap formatında bir blog. [''A weblog which has book format that contains Python articles'']

 * [[https://www.python.tc/|Python.tc]]
  . Python ile ilgili yazılar içeren blog. [''A weblog that contains Python articles'']

 * [[http://www.pythondersleri.com/|Python Dersleri]]
  . Python ile ilgili yazılar içeren blog. [''A weblog that contains Python articles'']
Line 57: Line 63:
 * [[http://yzgrafik.ege.edu.tr/~tekrei/dersler/bbgd_p/|Bilgisayar Bilimcisi Gibi Düşünmek]]
  . Jeffrey Elkner, Allen B. Downey ve Chris Meyers'in ''How to Think Like a Computer Scientist'' adlı kitabının Türkçe çevirisi. Bu kitap Türkçe'ye Tahir Emre Kalaycı tarafından çevrilmiştir. [''The Turkish translation of the book "How to Think Like a Computer Scientist" by Jeffrey Elkner, Allen B. Downey, and Chris Meyers. This book was translated into Turkish by Tahir Emre Kalaycı.'']
 * [[http://programarcadegames.com/index.php?lang=tr|Arcade Türü Oyun Programlamayı ve Bilgisayar Bilimlerini Öğrenin]]
  . ''Program Arcade Games with Python and Pygame'' adlı kitabının Türkçe çevirisi. Bu kitap Türkçeye Güray Yıldırım tarafından çevrilmiştir. [''The Turkish translation of the book "Program Arcade Games with Python and Pygame''". This book was translated into Turkish by Güray Yıldırım.''] ''

 * ''[[http://ofenerci.github.io/thinkcspy-tr/index.html|Bilgisayar Bilimcisi Gibi Düşünmek: Python 3 ile Öğrenme]] ''
  . ''Jeffrey Elkner, Allen B. Downey ve Chris Meyers'in ''How to Think Like a Computer Scientist'' adlı kitabının ilk 7 bölümünün Türkçe çevirisi. Bu kitap Türkçeye Özhan Fenerci tarafından çevrilmektedir. [''The Turkish translation of first 7 chapters of the book "How to Think Like a Computer Scientist" by Jeffrey Elkner, Allen B. Downey, and Chris Meyers. This book has been translated into Turkish by Özhan Fenerci.''] ''

 * ''[[http://yzgrafik.ege.edu.tr/~tekrei/dersler/bbgd_p/|Bilgisayar Bilimcisi Gibi Düşünmek]] ''
  . ''Jeffrey Elkner, Allen B. Downey ve Chris Meyers'in ''How to Think Like a Computer Scientist'' adlı kitabının Türkçe çevirisi. Bu kitap Türkçe'ye Tahir Emre Kalaycı tarafından çevrilmiştir. [''The Turkish translation of the book "How to Think Like a Computer Scientist" by Jeffrey Elkner, Allen B. Downey, and Chris Meyers. This book was translated into Turkish by Tahir Emre Kalaycı.''] ''
Line 61: Line 73:
 * [[http://www.soulsmasher.net/ubuntuda-terminale-google-translate-eklemek/|Google Translate]]
  . Google Translate API'si kullanılarak Python ile yazılmış bir çeviri betiği. [''A translation script written in Python using the Google Translate API.'']
 * ''[[http://devador.blogspot.com/2010/01/excele-python-ile-resim-ekleme.html|Excel ve Python]] ''
  . ''Microsoft Excel'e resim eklemek için kullanabileceğiniz küçük bir Python betiği [''A small Python script demonstrating how to add images to Microsoft Excel''] ''
Line 64: Line 76:
 * [[http://www.yazilimciyizbiz.net/python-zope/9986-python-yorumlayicisi.html|Etkileşimli Kabuk]]
  . Python'un etkileşimli kabuğunun nasıl başlatılacağını ve kabuktan nasıl çıkılacağını gösteren bir yazı. [''A forum thread showing how to invoke and quit Python's Interactive Shell.'']
 * ''[[http://esulan.blogspot.com/2010/03/python-lists-and-for-examplepython-ile.html|Listeler ve for Döngüsü]] ''
  . ''Python'daki liste veri tipi ve for döngüsü için bir örnek... [''Some code samples on how to use lists and the for loop''] ''
Line 67: Line 79:
 * [[http://devador.blogspot.com/2010/01/excele-python-ile-resim-ekleme.html|Excel ve Python]]
  . Microsoft Excel'e resim eklemek için kullanabileceğiniz küçük bir Python betiği [''A small Python script demonstrating how to add images to Microsoft Excel'']
 * ''[[http://absurtus.wordpress.com/2010/04/04/python’da-regex-ornek/|Düzenli İfadeler]] ''
  . ''Python'da düzenli ifadelerin kullanımına ilişkin bir örnek. [''A code sample on how to use regular expressions in Python''] ''
Line 70: Line 82:
 * [[http://ufukizgi.blogspot.com/2010/02/python-pyqt-fare-pozisyonu.html|Fare Konumu]]
  . Farenin konumunu öğrenmemizi sağlayan bir Python-Qt betiği [''A Python-Qt script showing how to get mouse position'']
 * ''[[http://orcuna.blogspot.com/2010/04/python-1-satrda-quicksort.html|QuickSort]] ''
  . ''Tek satırda hızlı sıralama (QuickSort). [''one-liner QuickSort''] ''
Line 73: Line 85:
 * [[http://blog.vuska.net/2010/python-8python-ile-yayinda-olan-bir-web-sayfasinin-kaynak-kodlarina-erismek/|urllib2 Modülü]]
  . urllib2 modülünün temel kullanımı [''Basic usage of the urllib2 module'']
 * ''[[http://esulan.blogspot.com/2010/04/pardus-python-ile-cift-saylarn-toplamn.html|Çift Sayılar]] ''
  . ''Python'la çift sayıların toplamını bulmak. [''Using Python to find the sum of even numbers''] ''
Line 76: Line 88:
 * [[http://susuzirmak.wordpress.com/2010/03/17/python-3-1-1/|GNU/Linux'ta Python 3.1 Kurulumu]]
  . Python 3.1'in GNU/Linux sistemlerine nasıl kurulacağını anlatan bir günlük girdisi [''A blog entry about how to install Python 3.1 on your GNU/Linux system'']

 * [[http://esulan.blogspot.com/2010/03/python-lists-and-for-examplepython-ile.html|Listeler ve for Döngüsü]]
  . Python'daki liste veri tipi ve for döngüsü için bir örnek... [''Some code samples on how to use lists and the for loop'']

 * [[http://absurtus.wordpress.com/2010/04/04/python’da-regex-ornek/|Düzenli İfadeler]]
  . Python'da düzenli ifadelerin kullanımına ilişkin bir örnek. [''A code sample on how to use regular expressions in Python'']

 * [[http://www.osa1.net/python-ile-linux-ortaminda-dns-degistirme/|DNS İşlemleri]]
  . GNU/Linux'ta DNS değiştirmek için küçük bir betik. [''A small script to change your DNS under GNU/Linux'']

 * [[http://www.vgrup.com/2010/04/08/python-ile-basit-bir-kod-wrapper-ornegi/|Kod Çevreleyici]]
  . Basit bir kod çevreleyici örneği. [''A simple code wrapper'']

 * [[http://orcuna.blogspot.com/2010/04/python-1-satrda-quicksort.html|QuickSort]]
  . Tek satırda hızlı sıralama (QuickSort). [''one-liner QuickSort'']

 * [[http://www.darkbrown.org/xkcd-arsivi-python-threading|XKCD]]
  . XKCD arşivini threading modülü kullanarak indiren bir betik. [''a script that utilizes the threading module to download XKCD archive'']

 * [[http://esulan.blogspot.com/2010/04/pardus-python-ile-cift-saylarn-toplamn.html|Çift Sayılar]]
  . Python'la çift sayıların toplamını bulmak. [''Using Python to find the sum of even numbers'']

 * [[http://blog.yollu.com/2010/05/01/python-fonksiyona-parametre-olarak-fonksiyon-gecirmek/|Fonksiyonlar]]
  . Fonksiyonları başka fonksiyonlara parametre olarak vermek. [''Passing functions as parameters to other functions'']

 * [[http://www.ozgurkuru.net/ozgur/index.php/python-ile-loglama/|Log Tutma]]
  . Python'la log tutma. [''Logging with Python'']

 * [[http://sayilarvekuramlar.blogspot.com/2010/06/python-birim-testleri.html|Birim Testleri]]
  . Birim testleri. [''Unit testing'']
 * ''[[http://blog.yollu.com/2010/05/01/python-fonksiyona-parametre-olarak-fonksiyon-gecirmek/|Fonksiyonlar]] ''
  . ''Fonksiyonları başka fonksiyonlara parametre olarak vermek. [''Passing functions as parameters to other functions''] ''
Line 110: Line 92:
==== IronPython ====
 * http://www.ibrahimkivanc.com
  . Bu sitede IronPython'a ilişkin çok çeşitli kod örnekleri bulabilirsiniz. [''This website contains a wide variety of code samples for IronPython.'']

CategoryLanguage CategoryUnicode
''CategoryLanguage CategoryUnicode ''

Links to Python information in Turkish

ISO 639-1 Code: tr

Türkçe

There are some groundrules, some laid down by the site admins, some my suggestions:

1) Pages must be named in ASCII and English (PolishLanguage)

2) Pages must have an explanation in English at the top (Links to Python information in <language X>)

3) (my suggestion) We probably want to limit invites to edit the pages to people we know well, or Pythonistas with a track record. Hopefully this is inclusive enough without opening the site up to a spam flood and vandalismfest.

4) No anonymous edits.

Where these pages really need help:

1) check links, remove broken ones.

2) add new links that are quality Python information and active.

3) some care for languages that have next to nothing, but do have people in the Python community - even a link to the Wikipedia page for Python, in that language, is a start (Some are pretty complete and of high quality - the Russian language Wikipedia page for Python, for instance, packs a lot in).

Ansiklopedik Bilgi Kaynakları [Encyclopedic Information]

Öğretici Belge Kaynakları [Tutorials and Documentation]

  • Dinçer Aydın'ın Python Kılavuzu

    • Dinçer Aydın'ın Python Kılavuzu, resmi Python Kılavuzu'nun Türkçe'ye çevirisidir. Bu kaynak Python'un eski bir sürümünden bahsediyor olsa da, Python ile ilgili en detaylı Türkçe kaynaklardan biri olma özelliği gösterir. [Dincer Aydin's Python Tutorial is the Turkish translation of the official Python Tutorial. Although this tutorial documents an older version of Python, this is one of the most comprehensive resources for Python in Turkish.]

  • http://www.pythontr.com

    • Python programlama dili ile ilgili pek çok makale ve kod örneği içeren bir web sitesi. [This website has many articles and code examples on Python programming language.]

E.posta Listeleri [Mailing Lists]

Günlükler [Blogs]

  • Veri Defteri

    • Temel Python dersleri. [Basic Python articles]
  • Istihza

    • Python ile ilgili yazılar içeren kitap formatında bir blog. [A weblog which has book format that contains Python articles]

  • Python.tc

    • Python ile ilgili yazılar içeren blog. [A weblog that contains Python articles]

  • Python Dersleri

    • Python ile ilgili yazılar içeren blog. [A weblog that contains Python articles]

  • Python Deneyimlerimiz

    • Python'la ilgili çeşitli konularda uygulamaya yönelik bilgiler vermenin yanısıra ağırlıklı olarak Django çatısına ilişkin makaleler de barındıran bir web günlüğü. [A weblog that contains practical information on Python-related topics with a special emphasis on Django web framework.]

Elektronik Kitaplar [e-books]

  • Arcade Türü Oyun Programlamayı ve Bilgisayar Bilimlerini Öğrenin

    • Program Arcade Games with Python and Pygame adlı kitabının Türkçe çevirisi. Bu kitap Türkçeye Güray Yıldırım tarafından çevrilmiştir. [The Turkish translation of the book "Program Arcade Games with Python and Pygame". This book was translated into Turkish by Güray Yıldırım.]

  • Bilgisayar Bilimcisi Gibi Düşünmek: Python 3 ile Öğrenme

    • Jeffrey Elkner, Allen B. Downey ve Chris Meyers'in How to Think Like a Computer Scientist adlı kitabının ilk 7 bölümünün Türkçe çevirisi. Bu kitap Türkçeye Özhan Fenerci tarafından çevrilmektedir. [The Turkish translation of first 7 chapters of the book "How to Think Like a Computer Scientist" by Jeffrey Elkner, Allen B. Downey, and Chris Meyers. This book has been translated into Turkish by Özhan Fenerci.]

  • Bilgisayar Bilimcisi Gibi Düşünmek

    • Jeffrey Elkner, Allen B. Downey ve Chris Meyers'in How to Think Like a Computer Scientist adlı kitabının Türkçe çevirisi. Bu kitap Türkçe'ye Tahir Emre Kalaycı tarafından çevrilmiştir. [The Turkish translation of the book "How to Think Like a Computer Scientist" by Jeffrey Elkner, Allen B. Downey, and Chris Meyers. This book was translated into Turkish by Tahir Emre Kalaycı.]

Küçük Kod Örnekleri [Some Small Code Samples]

  • Excel ve Python

    • Microsoft Excel'e resim eklemek için kullanabileceğiniz küçük bir Python betiği [A small Python script demonstrating how to add images to Microsoft Excel]

  • Listeler ve for Döngüsü

    • Python'daki liste veri tipi ve for döngüsü için bir örnek... [Some code samples on how to use lists and the for loop]

  • Düzenli İfadeler

    • Python'da düzenli ifadelerin kullanımına ilişkin bir örnek. [A code sample on how to use regular expressions in Python]

  • QuickSort

  • Çift Sayılar

    • Python'la çift sayıların toplamını bulmak. [Using Python to find the sum of even numbers]

  • Fonksiyonlar

    • Fonksiyonları başka fonksiyonlara parametre olarak vermek. [Passing functions as parameters to other functions]

Python'un C Dışı Gerçeklemeleri [Non-C Implementations of Python]

CategoryLanguage CategoryUnicode

TurkishLanguage (last edited 2018-06-16 10:59:38 by BarisAkkurt)

Unable to edit the page? See the FrontPage for instructions.