Differences between revisions 40 and 41
Revision 40 as of 2010-03-20 20:54:03
Size: 6367
Editor: CarlTrachte
Comment: blog link
Revision 41 as of 2010-03-25 12:45:05
Size: 6619
Editor: dsl
Comment: Added English descriptions for new links and for section headers. Removed a link containing a misleading usage of len(). Corrected some typos.
Deletions are marked like this. Additions are marked like this.
Line 56: Line 56:
=== E.posta Listeleri === === E.posta Listeleri [Mailing Lists] ===
Line 62: Line 62:
=== Günlükler === === Günlükler [Blogs] ===
Line 64: Line 64:
  * [[http://tdgunes.org/tag/python/|Taha Guneş'in Günlüğü]]   * [[http://tdgunes.org/tag/python/|Taha Güneş'in Günlüğü]]
Line 76: Line 76:
=== e.Kitaplar === === e.Kitaplar [e-books] ===
Line 82: Line 82:
=== Küçük Kod Örnekleri === === Küçük Kod Örnekleri [Some Small Code Samples] ===
Line 108: Line 108:
  * [[http://susuzirmak.wordpress.com/2010/03/17/python-3-1-1/|susuzirmak]] - install Python 3.1 on Linux   * [[http://susuzirmak.wordpress.com/2010/03/17/python-3-1-1/|GNU/Linux'ta Python 3.1 Kurulumu]]
Line 110: Line 110:
  * [[http://golge84.blogspot.com/2010/03/python-giris.html|golge84]] - python-giris     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'']
Line 112: Line 112:
  * [[http://esulan.blogspot.com/2010/03/python-lists-and-for-examplepython-ile.html|esulan]] - python-lists-and-for-examplepython-ile   * [[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'']

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).

CPython

  • 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://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.]

  • http://www.istihza.com/

    • Python'un 2.x ve 3.x sürümleri için öğretici belgeler içeren bir Türkçe kaynaktır. Bu sitede aynı zamanda Tkinter ve PyGtk hakkında bilgiler de bulunur. [It is a Turkish resource that has tutorials for Python's 2.x and 3.x versions. This website also contains information on Tkinter and PyGtk.]

IronPython

E.posta Listeleri [Mailing Lists]

Günlükler [Blogs]

  • Taha Güneş'in Günlüğü

    • Bu günlükte Python'la yazılmış uygulamalarla birlikte Python kod örnekleri de bulunur. [This weblog contains Python code samples, as well as some applications written in Python.]

  • 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.]

  • 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.]

e.Kitaplar [e-books]

  • 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]

  • 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.]

  • 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.]

  • 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]

  • Fare Konumu

    • Farenin konumunu öğrenmemizi sağlayan bir Python-Qt betiği [A Python-Qt script showing how to get mouse position]

  • urllib2 Modülü

    • urllib2 modülünün temel kullanımı [Basic usage of the urllib2 module]

  • Tkinter'de Pencere Oluşturmak

    • Tkinter'de boş bir pencere oluşturmak [Creating an empty window in Tkinter]

  • 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]

  • 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]

CategoryLanguage CategoryUnicode

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

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