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
2ddd978f
Kaydet (Commit)
2ddd978f
authored
Mar 30, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rewritten Abstract
üst
233aa1d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
58 additions
and
12 deletions
+58
-12
lib.tex
Doc/lib.tex
+29
-6
lib.tex
Doc/lib/lib.tex
+29
-6
No files found.
Doc/lib.tex
Dosyayı görüntüle @
2ddd978f
...
@@ -22,12 +22,35 @@
...
@@ -22,12 +22,35 @@
\begin{abstract}
\begin{abstract}
\noindent
\noindent
This document describes the built-in and standard types, exceptions,
Python is an extensible, interpreted, object-oriented programming
functions and modules that come with the Python system. It assumes
language. It supports a wide range of applications, from simple text
basic knowledge about the Python language. For an informal
processing scripts to interactive WWW browsers.
introduction to the language, see the
{
\em
Python Tutorial
}
. The
{
\em
Python Reference Manual
}
gives a more formal definition of the
While the
{
\em
Python Reference Manual
}
describes the exact syntax and
language.
semantics of the language, it does not describe the standard library
that is distributed with the language, and which greatly enhances its
immediate usability. This library contains built-in modules (written
in C) that provide access to system functionality such as file I/O
that would otherwise be inaccessible to Python programmers, as well as
modules written in Python that provide standardized solutions for many
problems that occur in everyday programming. Some of these modules
are explicitly designed to encourage and enhance the portability of
Python programs.
This library reference manual documents Python's standard library, as
well as many optional library modules (which may or may not be
available, depending on whether the underlying platform supports them
and on the configuration choices made at compile time). It also
documents the standard types of the language and its built-in
functions and exceptions, many of which are not or incompletely
documented in the Reference Manual.
This manual assumes basic knowledge about the Python language. For an
informal introduction to Python, see the
{
\em
Python Tutorial
}
; the
Python Reference Manual remains the highest authority on syntactic and
semantic questions. Finally, the manual entitled
{
\em
Extending and
Embedding the Python Interpreter
}
describes how to add new extensions
to Python and how to embed it in other applications.
\end{abstract}
\end{abstract}
...
...
Doc/lib/lib.tex
Dosyayı görüntüle @
2ddd978f
...
@@ -22,12 +22,35 @@
...
@@ -22,12 +22,35 @@
\begin{abstract}
\begin{abstract}
\noindent
\noindent
This document describes the built-in and standard types, exceptions,
Python is an extensible, interpreted, object-oriented programming
functions and modules that come with the Python system. It assumes
language. It supports a wide range of applications, from simple text
basic knowledge about the Python language. For an informal
processing scripts to interactive WWW browsers.
introduction to the language, see the
{
\em
Python Tutorial
}
. The
{
\em
Python Reference Manual
}
gives a more formal definition of the
While the
{
\em
Python Reference Manual
}
describes the exact syntax and
language.
semantics of the language, it does not describe the standard library
that is distributed with the language, and which greatly enhances its
immediate usability. This library contains built-in modules (written
in C) that provide access to system functionality such as file I/O
that would otherwise be inaccessible to Python programmers, as well as
modules written in Python that provide standardized solutions for many
problems that occur in everyday programming. Some of these modules
are explicitly designed to encourage and enhance the portability of
Python programs.
This library reference manual documents Python's standard library, as
well as many optional library modules (which may or may not be
available, depending on whether the underlying platform supports them
and on the configuration choices made at compile time). It also
documents the standard types of the language and its built-in
functions and exceptions, many of which are not or incompletely
documented in the Reference Manual.
This manual assumes basic knowledge about the Python language. For an
informal introduction to Python, see the
{
\em
Python Tutorial
}
; the
Python Reference Manual remains the highest authority on syntactic and
semantic questions. Finally, the manual entitled
{
\em
Extending and
Embedding the Python Interpreter
}
describes how to add new extensions
to Python and how to embed it in other applications.
\end{abstract}
\end{abstract}
...
...
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