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
a0b25e95
Kaydet (Commit)
a0b25e95
authored
Ara 22, 2005
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add more chapter intros
üst
97473010
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
0 deletions
+45
-0
custominterp.tex
Doc/lib/custominterp.tex
+13
-0
development.tex
Doc/lib/development.tex
+13
-0
frameworks.tex
Doc/lib/frameworks.tex
+10
-0
modules.tex
Doc/lib/modules.tex
+9
-0
No files found.
Doc/lib/custominterp.tex
0 → 100644
Dosyayı görüntüle @
a0b25e95
\chapter
{
Custom Python Interpreters
}
\label
{
custominterp
}
The modules described in this chapter allow writing interfaces similar
to Python's interactive interpreter. If you want a Python interpreter
that supports some special feature in addition to the Python language,
you should look at the
\module
{
code
}
module. (The
\module
{
codeop
}
module is lower-level, used to support compiling a possibly-incomplete
chunk of Python code.)
The full list of modules described in this chapter is:
\localmoduletable
Doc/lib/development.tex
0 → 100644
Dosyayı görüntüle @
a0b25e95
\chapter
{
Development Tools
}
\label
{
development
}
The modules described in this chapter help you write software. For
example, the
\module
{
pydoc
}
module takes a module and generates
documentation based on the module's contents. The
\module
{
doctest
}
and
\module
{
unittest
}
modules contains frameworks for writing unit tests
that automatically exercise code and verify that the expected output
is produced.
The list of modules described in this chapter is:
\localmoduletable
Doc/lib/frameworks.tex
0 → 100644
Dosyayı görüntüle @
a0b25e95
\chapter
{
Program Frameworks
}
\label
{
frameworks
}
The modules described in this chapter are frameworks that will largely
dictate the structure of your program. Currently the modules described
here are all oriented toward writing command-line interfaces.
The full list of modules described in this chapter is:
\localmoduletable
Doc/lib/modules.tex
0 → 100644
Dosyayı görüntüle @
a0b25e95
\chapter
{
Importing Modules
}
\label
{
modules
}
The modules described in this chapter provide new ways to import other
Python modules and hooks for customizing the import process.
The full list of modules described in this chapter is:
\localmoduletable
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