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
ed49c5e3
Kaydet (Commit)
ed49c5e3
authored
Eki 27, 1993
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
*** empty log message ***
üst
f1bbf9c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
5 deletions
+31
-5
README
Demo/README
+30
-5
README
Demo/classes/README
+1
-0
No files found.
Demo/README
Dosyayı görüntüle @
ed49c5e3
This directory contains various demonstrations of what you can do with
This directory contains various demonstrations of what you can do with
Python. The demos are grouped sub(sub*)directories according to
Python. Most demos are grouped sub(sub*)directories according to
required optional built-in modules.
required optional built-in modules or specific platform; there is also
a set of generally useful scripts and there are some more-or-less
complete applications.
classes Some examples of how to use classes.
ibrowse An Emacs info file browser (uses stdwin).
See also ../doc (the Python library documentation can
be converted to info format).
md5test Test program for the optional md5 module.
rpc A set of classes for building clients and servers for
Sun RPC.
rsa An RSA public-key cryptosystem (needs mpz and md5).
scripts Some useful Python scripts that I put in my bin
scripts Some useful Python scripts that I put in my bin
directory. No optional built-in modules
m
eeded.
directory. No optional built-in modules
n
eeded.
sockets Examples for the new built-in module 'socket'.
sockets Examples for the new built-in module 'socket'.
sgi Demos that only run on Silicon Graphics machines.
sgi Demos that only run on Silicon Graphics machines.
These require at least one of the optional built-in
These require at least one of the optional built-in
modules that only make sense for the SGI, such as
modules that only make sense for the SGI, such as
the modules 'gl' and 'al
'. Split in subdirectories
'gl', 'al', and 'sv
'. Split in subdirectories
per subject.
per subject.
stdwin Demos that use the STDWIN library. Require the 'stdwin'
stdwin Demos that use the STDWIN library. Require the 'stdwin'
built-in module.
built-in module.
threads Demos that use the 'thread' module. (Currently these
only run on SGIs, but this may change in the future.)
www Browsers for CERN's distributed hypertext system
World-Wide Web (one with a stdwin-based user
interface, one for dumb ttys). Also contains a
primitive gopher client and an ftp client.
See also ../doc (the Python library documentation can
be converted to WWW's "HTML" format).
WARNING: many scripts are executable and have a first line saying
WARNING: many scripts are executable and have a first line saying
#! /usr/local/python
#! /usr/local/
bin/
python
This is unlikely to give good results unless you've really installed
This is unlikely to give good results unless you've really installed
the latest version python there. Edit the first line before
the latest version python there. Edit the first line before
...
...
Demo/classes/README
Dosyayı görüntüle @
ed49c5e3
...
@@ -5,6 +5,7 @@ Dbm.py Wrapper around built-in dbm, supporting arbitrary values
...
@@ -5,6 +5,7 @@ Dbm.py Wrapper around built-in dbm, supporting arbitrary values
Range.py Example of a generator: re-implement built-in range()
Range.py Example of a generator: re-implement built-in range()
Rat.py Rational numbers
Rat.py Rational numbers
Vec.py A simple vector class
Vec.py A simple vector class
bitvec.py A bit-vector class by Jan-Hein B\"uhrman
(For straightforward examples of basic class features, such as use of
(For straightforward examples of basic class features, such as use of
methods and inheritance, see the library code -- especially the window
methods and inheritance, see the library code -- especially the window
...
...
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