summaryrefslogtreecommitdiff
path: root/pypers/europython05
diff options
context:
space:
mode:
Diffstat (limited to 'pypers/europython05')
-rwxr-xr-xpypers/europython05/fig.html15
-rwxr-xr-xpypers/europython05/table.html44
-rwxr-xr-xpypers/europython05/taste-python.html47
3 files changed, 0 insertions, 106 deletions
diff --git a/pypers/europython05/fig.html b/pypers/europython05/fig.html
deleted file mode 100755
index 4138d50..0000000
--- a/pypers/europython05/fig.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.3.7: http://docutils.sourceforge.net/" />
-<title></title>
-<link rel="stylesheet" href="default.css" type="text/css" />
-</head>
-<body>
-<div class="document">
-<div class="image"><img alt="python.png" src="python.png" /></div>
-</div>
-</body>
-</html>
diff --git a/pypers/europython05/table.html b/pypers/europython05/table.html
deleted file mode 100755
index d995b09..0000000
--- a/pypers/europython05/table.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.3.7: http://docutils.sourceforge.net/" />
-<title>Example table</title>
-<link rel="stylesheet" href="default.css" type="text/css" />
-</head>
-<body>
-<div class="document" id="example-table">
-<h1 class="title">Example table</h1>
-<blockquote>
-<table border="1" class="docutils">
-<colgroup>
-<col width="36%" />
-<col width="32%" />
-<col width="32%" />
-</colgroup>
-<tbody valign="top">
-<tr><td>Item</td>
-<td>400 x 3</td>
-<td>1200E</td>
-</tr>
-<tr><td>Tax</td>
-<td>20%</td>
-<td>240E</td>
-</tr>
-<tr><td>Other</td>
-<td>150 x 3</td>
-<td>450E</td>
-</tr>
-<tr><td colspan="2">Special</td>
-<td>60E</td>
-</tr>
-<tr><td colspan="2">Total</td>
-<td>1950E</td>
-</tr>
-</tbody>
-</table>
-</blockquote>
-</div>
-</body>
-</html>
diff --git a/pypers/europython05/taste-python.html b/pypers/europython05/taste-python.html
deleted file mode 100755
index 8df2c65..0000000
--- a/pypers/europython05/taste-python.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.3.7: http://docutils.sourceforge.net/" />
-<title>Taste Python (EuroPython 2005)</title>
-<link rel="stylesheet" href="default.css" type="text/css" />
-</head>
-<body>
-<div class="document" id="taste-python-europython-2005">
-<h1 class="title">Taste Python (EuroPython 2005)</h1>
-<p>Hi Harald,</p>
-<p>I was looking at your suggestions again:</p>
-<pre class="literal-block">
-&quot;&quot;&quot;
-a) some real &quot;hello world&quot; stuff
-b) tricks and powers of the interactive console
-c) dynamic modules taken from
-- web scraping with python (beautifull soup, urllib..)
-- database access (WITHOUT sqlobject, which is presented seperately)
-- some basic system Administration Stuff
-- do a PDF
-&quot;&quot;&quot;
-</pre>
-<p>I think we should decide how to split this stuff between us and
-also have an idea of the time needed. I could do</p>
-<ol class="arabic simple">
-<li>A superfast toor of IPython (10 minutes)</li>
-<li>reStructuredText, how to make Web pages and PDFs (15 minutes)</li>
-<li>Twill, i.e. how to interact with the Web the easy way (10 minutes)</li>
-</ol>
-<p>The time are indicatives i.e. they could easily become longer (but not
-much shorter, unless we kill something). According to the interests of people
-times and topics could change at run time, but I think its is best if we have
-prepared at least a provisional program. BTW, if you don't know about Twill,
-here is a reference:</p>
-<p><a class="reference" href="http://darcs.idyll.org/~t/projects/twill/README.html">http://darcs.idyll.org/~t/projects/twill/README.html</a></p>
-<p>It is so easy to use that it makes a good candidate even for a
-total beginner course and on the other hand it is useful even to
-the expert Web developer. I am writing a paper on it for O'Reilly,
-so I am already prepared ;)</p>
-<blockquote>
-Michele Simionato</blockquote>
-</div>
-</body>
-</html>