<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python 1.3 on Python One</title><link>https://tamnd.github.io/python-one/docs/1.3/</link><description>Recent content in Python 1.3 on Python One</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://tamnd.github.io/python-one/docs/1.3/index.xml" rel="self" type="application/rss+xml"/><item><title>Tutorial</title><link>https://tamnd.github.io/python-one/docs/1.3/tutorial/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tamnd.github.io/python-one/docs/1.3/tutorial/</guid><description>&lt;h1 id="whetting-your-appetite"&gt;Whetting Your Appetite&lt;a class="anchor" href="#whetting-your-appetite"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;If you ever wrote a large shell script, you probably know this feeling: you’d love to add yet another feature, but it’s already so slow, and so big, and so complicated; or the feature involves a system call or other function that is only accessible from C …Usually the problem at hand isn’t serious enough to warrant rewriting the script in C; perhaps because the problem requires variable-length strings or other data types (like sorted lists of file names) that are easy in the shell but lots of work to implement in C; or perhaps just because you’re not sufficiently familiar with C.&lt;/p&gt;</description></item><item><title>Library Reference</title><link>https://tamnd.github.io/python-one/docs/1.3/library/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tamnd.github.io/python-one/docs/1.3/library/</guid><description>&lt;h1 id="standard-module-aifc"&gt;Standard Module &lt;code&gt;aifc&lt;/code&gt;&lt;a class="anchor" href="#standard-module-aifc"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;This module provides support for reading and writing AIFF and AIFF-C files. AIFF is Audio Interchange File Format, a format for storing digital audio samples in a file. AIFF-C is a newer version of the format that includes the ability to compress the audio data.&lt;/p&gt;
&lt;p&gt;Audio files have a number of parameters that describe the audio data. The sampling rate or frame rate is the number of times per second the sound is sampled. The number of channels indicate if the audio is mono, stereo, or quadro. Each frame consists of one sample per channel. The sample size is the size in bytes of each sample. Thus a frame consists of &lt;em&gt;nchannels&lt;/em&gt; × &lt;em&gt;samplesize&lt;/em&gt; bytes, and a second’s worth of audio consists of &lt;em&gt;nchannels&lt;/em&gt; × &lt;em&gt;samplesize&lt;/em&gt; × &lt;em&gt;framerate&lt;/em&gt; bytes.&lt;/p&gt;</description></item><item><title>Language Reference</title><link>https://tamnd.github.io/python-one/docs/1.3/reference/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tamnd.github.io/python-one/docs/1.3/reference/</guid><description>&lt;h1 id="introduction"&gt;Introduction&lt;a class="anchor" href="#introduction"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;This reference manual describes the Python programming language. It is not intended as a tutorial.&lt;/p&gt;
&lt;p&gt;While I am trying to be as precise as possible, I chose to use English rather than formal specifications for everything except syntax and lexical analysis. This should make the document more understandable to the average reader, but will leave room for ambiguities. Consequently, if you were coming from Mars and tried to re-implement Python from this document alone, you might have to guess things and in fact you would probably end up implementing quite a different language. On the other hand, if you are using Python and wonder what the precise rules about a particular area of the language are, you should definitely be able to find them here.&lt;/p&gt;</description></item><item><title>Extending and Embedding</title><link>https://tamnd.github.io/python-one/docs/1.3/extending/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tamnd.github.io/python-one/docs/1.3/extending/</guid><description>&lt;div class="python-copyright"&gt;
 &lt;div class="python-copyright-inner"&gt;
 &lt;span class="python-copyright-label"&gt;Python 1.3&lt;/span&gt;
 &lt;span class="python-copyright-text"&gt;
 Copyright &amp;copy; 1995&amp;ndash;2000 Corporation for National Research Initiatives (CNRI).
 All rights reserved.
 &lt;br&gt;&lt;span class="python-copyright-extra"&gt;Python 1.2 and earlier: Copyright &amp;copy; 1990&amp;ndash;1995 Stichting Mathematisch Centrum (CWI).&lt;/span&gt;
 &lt;/span&gt;
 &lt;span class="python-copyright-link"&gt;
 &lt;a href="https://github.com/tamnd/python-one/tree/main/src/1.3/"&gt;Source&lt;/a&gt;
 &lt;/span&gt;
 &lt;/div&gt;
&lt;/div&gt;</description></item></channel></rss>