Differences between revisions 73 and 74
Revision 73 as of 2013-09-15 13:01:42
Size: 10253
Editor: OnurOcalan
Comment:
Revision 74 as of 2014-03-03 13:11:30
Size: 9915
Editor: berkerpeksag
Comment: Remove broken links
Deletions are marked like this. Additions are marked like this.
Line 44: Line 44:
  * [[http://www.pythontr.org/|Python programcıları derneği...]]

    Python dili ve Python teknolojileri konusunda kaynak. [''The source of the Python language and Python technologies.'']
Line 61: Line 57:
    
Line 63: Line 59:
Line 70: Line 65:
    
Line 72: Line 67:

  * http://test.osa1.net/

    Python ve Django üzerine makaleler. [''Articles on Python and Django'']
Line 91: Line 82:
    
Line 95: Line 86:
    
Line 99: Line 90:
    
Line 115: Line 106:
 
Line 119: Line 110:
  
Line 136: Line 127:
    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'']      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 140: Line 131:
    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'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 183: Line 174:
    
    Bu sitede IronPython'a ilişkin çok çeşitli kod örnekleri bulabilirsiniz. [''This website contains a wide variety of code samples for IronPython.''] 

    Bu sitede IronPython'a ilişkin çok çeşitli kod örnekleri bulabilirsiniz. [''This website contains a wide variety of code samples for IronPython.'']

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

  • http://wiki.pardus-linux.org/index.php/PYQT_Denemeleri

    • Python ve PyQT arayüz takımı hakkında dizi halinde ayrıntılı makaleler barındıran Türkçe bir kaynak. [A Turkish resource that contains a series of comprehensive articles on PyQT GUI toolkit.]

  • http://www.ozgurlukicin.org/atolye/python-ve-curses/

    • Python ve Curses kütüphanesini anlatan bir makale. [This is an article on Python and Curses.]

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

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

  • Taha Doğan 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.]

  • Onur Ocalan Kisisel Blog ve Python Günlükleri

    • Bu günlükte Python 3.3.2 versiyonuna ait başlangıç seviyesi bilgiler bulunmaktadır. [This Blog contains Python Version 3.3.2 beginner level examples, moreover doing brainstorming and application samples 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]

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

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

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

  • Kod Çevreleyici

    • Basit bir kod çevreleyici örneği. [A simple code wrapper]

  • QuickSort

  • XKCD

    • XKCD arşivini threading modülü kullanarak indiren bir betik. [a script that utilizes the threading module to download XKCD archive]

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

  • Log Tutma

    • Python'la log tutma. [Logging with Python]

  • Birim Testleri

    • Birim testleri. [Unit testing]

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

IronPython

Jython

CategoryLanguage CategoryUnicode

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

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