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
04d5c582
Kaydet (Commit)
04d5c582
authored
Eki 10, 1997
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated (but still not up to date)
üst
666ff8c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
using.html
Mac/Demo/using.html
+11
-7
No files found.
Mac/Demo/using.html
Dosyayı görüntüle @
04d5c582
...
@@ -31,8 +31,8 @@ Python's power. <P>
...
@@ -31,8 +31,8 @@ Python's power. <P>
<h2>
Invoking the interpreter
</h2>
<h2>
Invoking the interpreter
</h2>
The name of the interpreter may differ on different installations: it
The name of the interpreter may differ on different installations: it
may be called
<CODE>
Python
</CODE>
,
<CODE>
PythonPPC
</CODE>
(for powerpc
may be called
<CODE>
Python
FAT
</CODE>
(for powerpc macs and 68K macs with
macs),
<CODE>
PythonCFM68K
</CODE>
or
<CODE>
Python68K
</CODE>
(both
for 68K macs).
CFM68K installed) or
<CODE>
Python68K
</CODE>
(
for 68K macs).
It will always
It will always
be recognizable by the "16 ton" icon, though. You start the
be recognizable by the "16 ton" icon, though. You start the
interpreter in interactive mode by double-clicking its icon:
<p>
interpreter in interactive mode by double-clicking its icon:
<p>
...
@@ -42,7 +42,7 @@ interpreter in interactive mode by double-clicking its icon: <p>
...
@@ -42,7 +42,7 @@ interpreter in interactive mode by double-clicking its icon: <p>
This should give you a text window with an informative version string
This should give you a text window with an informative version string
and a prompt, something like the following:
and a prompt, something like the following:
<PRE>
<PRE>
Python 1.5 (#
0
Aug 27, 1997) [CW PPC w/GUSI MSL]
Python 1.5 (#
12
Aug 27, 1997) [CW PPC w/GUSI MSL]
Copyright 1991-1997 Stichting Mathematisch Centrum, Amsterdam
Copyright 1991-1997 Stichting Mathematisch Centrum, Amsterdam
>>>
>>>
</PRE>
</PRE>
...
@@ -299,9 +299,8 @@ itself. Note that the text field may extend "beyond the bottom" even
...
@@ -299,9 +299,8 @@ itself. Note that the text field may extend "beyond the bottom" even
though it does not have a scroll bar. Using the arrow keys works,
though it does not have a scroll bar. Using the arrow keys works,
though.
<p>
though.
<p>
The Python home folder $(PYTHON) is initially, when you execute the
The Python home folder $(PYTHON) is initially, when you install Python,
interpreter for the first time, set to the folder where the
set to the folder where the interpreter lives. You can change it here.
<p>
interpreter lives. You can change it here.
<p>
Finally, you can set the default startup options here, through a
Finally, you can set the default startup options here, through a
sub-dialog.
sub-dialog.
...
@@ -373,6 +372,11 @@ message should actually say "Not enough memory in the system heap to
...
@@ -373,6 +372,11 @@ message should actually say "Not enough memory in the system heap to
load PythonCore".
load PythonCore".
Blame Apple for the confusing message.
<p>
Blame Apple for the confusing message.
<p>
There appear to be problems with QuickTime for the CFM68K version of the
interpreter. If you experience these please contact the SIG: some people
use quicktime without problems and some not, and we are still hunting for
the cause.
<p>
Python is a rather safe language, and hence it should be difficult to
Python is a rather safe language, and hence it should be difficult to
crash the interpreter of the system with a Python script. There is an
crash the interpreter of the system with a Python script. There is an
exception to this rule, though: the modules that interface to the
exception to this rule, though: the modules that interface to the
...
@@ -408,7 +412,7 @@ The next section to check out is the <a href="index.html">annotated sample progr
...
@@ -408,7 +412,7 @@ The next section to check out is the <a href="index.html">annotated sample progr
<HR>
<HR>
<A
HREF=
"http://www.cwi.nl/~jack"
>
Jack Jansen
</A>
,
<A
HREF=
"http://www.cwi.nl/~jack"
>
Jack Jansen
</A>
,
<A
HREF=
"mailto:jack@cwi.nl"
>
jack@cwi.nl
</A>
,
27-Aug
-1997.
<A
HREF=
"mailto:jack@cwi.nl"
>
jack@cwi.nl
</A>
,
08-Sep
-1997.
</BODY>
</BODY>
</HTML>
</HTML>
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