Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
77a64e71
Kaydet (Commit)
77a64e71
authored
Ock 21, 2010
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#7746: rephrase a sentence
üst
a3112d14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
itertools.rst
Doc/library/itertools.rst
+2
-3
No files found.
Doc/library/itertools.rst
Dosyayı görüntüle @
77a64e71
...
@@ -24,9 +24,8 @@ algebra" making it possible to construct specialized tools succinctly and
...
@@ -24,9 +24,8 @@ algebra" making it possible to construct specialized tools succinctly and
efficiently in pure Python.
efficiently in pure Python.
For instance, SML provides a tabulation tool: ``tabulate(f)`` which produces a
For instance, SML provides a tabulation tool: ``tabulate(f)`` which produces a
sequence ``f(0), f(1), ...``. This toolbox provides :func:`imap` and
sequence ``f(0), f(1), ...``. The same effect can be achieved in Python
:func:`count` which can be combined to form ``imap(f, count())`` to produce an
by combining :func:`imap` and :func:`count` to form ``imap(f, count())``.
equivalent result.
These tools and their built-in counterparts also work well with the high-speed
These tools and their built-in counterparts also work well with the high-speed
functions in the :mod:`operator` module. For example, the multiplication
functions in the :mod:`operator` module. For example, the multiplication
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment