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
f8e44155
Kaydet (Commit)
f8e44155
authored
May 07, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Markup consistency.
Using \input instead of \include to avoid extra .aux files from being generated.
üst
47b0ecd5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
ref.tex
Doc/ref/ref.tex
+14
-14
No files found.
Doc/ref/ref.tex
Dosyayı görüntüle @
f8e44155
...
...
@@ -16,40 +16,40 @@
\noindent
Python is a simple, yet powerful, interpreted programming language
that bridges the gap between
C
and shell programming, and is thus
that bridges the gap between
\C
{}
and shell programming, and is thus
ideally suited for ``throw-away programming'' and rapid prototyping.
Its syntax is put together from constructs borrowed from a variety of
other languages; most prominent are influences from
ABC,
C, Modula-3
other languages; most prominent are influences from
\ABC
,
\
C
, Modula-3
and Icon.
The Python interpreter is easily extended with new functions and data
types implemented in
C
. Python is also suitable as an extension
types implemented in
\C
{}
. Python is also suitable as an extension
language for highly customizable C applications such as editors or
window managers.
Python is available for various operating systems, amongst which
several flavors of
{
\UNIX
}
(including Linux), the Apple Macintosh O.S.,
several flavors of
\UNIX
{
}
(including Linux), the Apple Macintosh O.S.,
MS-DOS, MS-Windows 3.1, Windows NT, and OS/2.
This reference manual describes the syntax and ``core semantics'' of
the language. It is terse, but attempts to be exact and complete.
The semantics of non-essential built-in object types and of the
built-in functions and modules are described in the
{
\em
Python
built-in functions and modules are described in the
\emph
{
Python
Library Reference
}
. For an informal introduction to the language, see
the
{
\em
Python Tutorial
}
.
the
\emph
{
Python Tutorial
}
.
\end{abstract}
\tableofcontents
\in
clude
{
ref1
}
% Introduction
\in
clude
{
ref2
}
% Lexical analysis
\in
clude
{
ref3
}
% Data model
\in
clude
{
ref4
}
% Execution model
\in
clude
{
ref5
}
% Expressions and conditions
\in
clude
{
ref6
}
% Simple statements
\in
clude
{
ref7
}
% Compound statements
\in
clude
{
ref8
}
% Top-level components
\in
put
{
ref1
}
% Introduction
\in
put
{
ref2
}
% Lexical analysis
\in
put
{
ref3
}
% Data model
\in
put
{
ref4
}
% Execution model
\in
put
{
ref5
}
% Expressions and conditions
\in
put
{
ref6
}
% Simple statements
\in
put
{
ref7
}
% Compound statements
\in
put
{
ref8
}
% Top-level components
\input
{
ref.ind
}
...
...
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