cosin-fahrplan/schedules/2013/events/24.html
2024-04-07 00:57:09 +02:00

112 lines
3.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta content='text/html; charset=utf-8' http-equiv='content-type'>
<title>Schedule Cosin</title>
<link href="/fahrplan/2013/assets/public_schedule-6c05f56f9cb8a35a7acd05b99092924e.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../schedule/style.css" media="all" rel="stylesheet" type="text/css" />
<link href="/fahrplan/2013/assets/public_schedule_print-233e241f259049e63e89cebef83c15ee.css" media="print" rel="stylesheet" type="text/css" />
<script src="/fahrplan/2013/assets/application-76ac27f3613751375948cbe7615baca4.js" type="text/javascript"></script>
</head>
<body>
<div id='wrapper'>
<div id='header'>
<h1>Schedule Cosin</h1>
</div>
<div id='horizontal-navigation'>
<ul>
<li>
<a href="../schedule.html">Index</a>
</li>
<li>
<a href='../schedule/0.html'>
Day 1
<br>
<span class='small-font'>2013-06-14</span>
</a>
</li>
<li>
<a href='../schedule/1.html'>
Day 2
<br>
<span class='small-font'>2013-06-15</span>
</a>
</li>
<li>
<a href='../schedule/2.html'>
Day 3
<br>
<span class='small-font'>2013-06-16</span>
</a>
</li>
<li>
<a href="../speakers.html">Speakers</a>
</li>
<li class='selected'>
<a href="../events.html">Events</a>
</li>
</ul>
</div>
<div id='main-content'>
<p class='release'>
Version 1.0
</p>
<h2>lecture: Using pyPEG2 in practice</h2>
<h3 class='title'>An introduction into a Python library for parsing and more</h3>
<div class='column left' id='basic'>
<div class="image large"><img alt="Event_large" src="/fahrplan/2013/assets/event_large-ea7d3ea7d255bc2b751e4357abfe7484.png" /></div>
<p class="abstract">Python is a nice scripting language. It even gives you access to its own parser and compiler. It also gives you access to different other parsers for special purposes like XML and string templates.</p>
<p class="abstract">But sometimes you may want to have your own parser. This is what's pyPEG for. And pyPEG supports Unicode.</p>
<p class="abstract">pyPEG is a plain and simple intrinsic parser interpreter framework for Python version 2.7 and 3.x. It is based on Parsing Expression Grammar, PEG. With pyPEG you can parse many formal languages in a very easy way. How does that work? </p>
<p class="abstract">This lecture gives answers.
</p>
<p class="description">Python is a nice scripting language. It even gives you access to its own parser and compiler. It also gives you access to different other parsers for special purposes like XML and string templates.</p>
<p class="description">But sometimes you may want to have your own parser. This is what's pyPEG for. And pyPEG supports Unicode.</p>
<p class="description">pyPEG is a plain and simple intrinsic parser interpreter framework for Python version 2.7 and 3.x. It is based on Parsing Expression Grammar, PEG. With pyPEG you can parse many formal languages in a very easy way. How does that work? </p>
<p class="description">This lecture gives answers.</p>
<p class="description">If people are interested, there is the possibility to organize a workshop, too.</p>
</div>
<div class='column left' id='details'>
<h3>Info</h3>
<p>
<b>Day:</b>
<a href="../schedule/2.html">2013-06-16</a>
<br>
<b>Start time:</b>
13:00
<br>
<b>Duration:</b>
01:00
<br>
<b>Track:</b>
Talks
</p>
<h3>Links:</h3>
<ul>
<li><a href="http://fdik.org/pyPEG/">pyPEG homepage</a></li>
</ul>
</div>
<div class='column right' id='sidebar'>
<h3>Speakers</h3>
<table class='list'>
<tbody>
<tr>
<td><div class="image small"><img alt="Person_small" src="/fahrplan/2013/assets/person_small-6f00a05842ef93f01e648d1c80c3710f.png" /></div></td>
<td><a href="../speakers/22.html">fdik</a></td>
</tr>
</tbody>
</table>
</div>
<br class='clear'>
</div>
</div>
</body>
</html>