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]
http://tr.wikipedia.org/wiki/Python_Programlama_Dili (Wikipedia)
Python programlama dili hakkında genel bilgiler ve Python'a ilişkin kaynaklara bağlantılar içerir. [It contains general information about Python and links to Python-related resources.]
Öğ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.]
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]
Python İstanbul e-posta listesi
Python İstanbul yerel kullanıcı grubunun e-posta listesi. [Mailing list of Python Istanbul user group.]
Python kullanıcıları için bir e-posta listesi. [A mailing list for Python users.]
Python programcıları tartışma panosu... [Google groups]
Günlükler [Blogs]
- Temel Python dersleri. [Basic Python articles]
Python ile ilgili yazılar içeren kitap formatında bir blog. [A weblog which has book format that contains Python articles]
Python ile ilgili yazılar içeren blog. [A weblog that contains Python articles]
Python ile ilgili yazılar içeren blog. [A weblog that contains Python articles]
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]
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]
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]
Python'da düzenli ifadelerin kullanımına ilişkin bir örnek. [A code sample on how to use regular expressions in Python]
Python'la çift sayıların toplamını bulmak. [Using Python to find the sum of even numbers]
Fonksiyonları başka fonksiyonlara parametre olarak vermek. [Passing functions as parameters to other functions]