<?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.0.1 on Python One</title><link>https://tamnd.github.io/python-one/docs/1.0.1/</link><description>Recent content in Python 1.0.1 on Python One</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://tamnd.github.io/python-one/docs/1.0.1/index.xml" rel="self" type="application/rss+xml"/><item><title>Tutorial</title><link>https://tamnd.github.io/python-one/docs/1.0.1/tutorial/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tamnd.github.io/python-one/docs/1.0.1/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.0.1/library/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tamnd.github.io/python-one/docs/1.0.1/library/</guid><description>&lt;h1 id="introduction"&gt;Introduction&lt;a class="anchor" href="#introduction"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;The Python library consists of three parts, with different levels of integration with the interpreter. Closest to the interpreter are built-in types, exceptions and functions. Next are built-in modules, which are written in C and linked statically with the interpreter. Finally there are standard modules that are implemented entirely in Python, but are always available. For efficiency, some standard modules may become built-in modules in future versions of the interpreter.&lt;/p&gt;</description></item><item><title>Language Reference</title><link>https://tamnd.github.io/python-one/docs/1.0.1/reference/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tamnd.github.io/python-one/docs/1.0.1/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 better 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.0.1/extending/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tamnd.github.io/python-one/docs/1.0.1/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.0.1&lt;/span&gt;
 &lt;span class="python-copyright-text"&gt;
 Copyright &amp;copy; 1990&amp;ndash;1995 Stichting Mathematisch Centrum (CWI).
 All rights reserved.
 
 &lt;/span&gt;
 &lt;span class="python-copyright-link"&gt;
 &lt;a href="https://github.com/tamnd/python-one/tree/main/src/1.0.1/"&gt;Source&lt;/a&gt;
 &lt;/span&gt;
 &lt;/div&gt;
&lt;/div&gt;</description></item></channel></rss>