<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://ww8central.ww.uni-erlangen.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://ww8central.ww.uni-erlangen.de/feed.php">
        <title>ww8central - programming:python:best_practices</title>
        <description></description>
        <link>https://ww8central.ww.uni-erlangen.de/</link>
        <image rdf:resource="https://ww8central.ww.uni-erlangen.de/_media/wiki/logo.png" />
       <dc:date>2026-04-11T08:18:21+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://ww8central.ww.uni-erlangen.de/programming/python/best_practices/file_templates?rev=1407854258&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://ww8central.ww.uni-erlangen.de/_media/wiki/logo.png">
        <title>ww8central</title>
        <link>https://ww8central.ww.uni-erlangen.de/</link>
        <url>https://ww8central.ww.uni-erlangen.de/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://ww8central.ww.uni-erlangen.de/programming/python/best_practices/file_templates?rev=1407854258&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-08-12T14:37:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>File Templates (Python)</title>
        <link>https://ww8central.ww.uni-erlangen.de/programming/python/best_practices/file_templates?rev=1407854258&amp;do=diff</link>
        <description>File Templates (Python)

Executable Python File


#!/usr/bin/env python
# -*- coding: utf-8 -*-

&quot;&quot;&quot;Short description of what this file does&quot;&quot;&quot;

import sys
import os
import logging
import argparse


logger = logging.getLogger(os.path.basename(sys.argv[0]))


def main(argv):
    &quot;&quot;&quot;Main method of the file.&quot;&quot;&quot;
    
    # Parse arguments
    parser = argparse.ArgumentParser(description='Does fancy stuff.')
    parser.add_argument('-v', '--verbose', action='store_true',
                        help=…</description>
    </item>
</rdf:RDF>
