<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://stopstogo.com/dokuwiki/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="http://stopstogo.com/dokuwiki/feed.php">
        <title>Dan's Wiki programming:python</title>
        <description></description>
        <link>http://stopstogo.com/dokuwiki/</link>
        <image rdf:resource="http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-04T15:43:50+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://stopstogo.com/dokuwiki/doku.php?id=programming:python:start&amp;rev=1770492537&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Dan's Wiki</title>
        <link>http://stopstogo.com/dokuwiki/</link>
        <url>http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://stopstogo.com/dokuwiki/doku.php?id=programming:python:start&amp;rev=1770492537&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-07T19:28:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>programming:python:start</title>
        <link>http://stopstogo.com/dokuwiki/doku.php?id=programming:python:start&amp;rev=1770492537&amp;do=diff</link>
        <description>Python Cheat Sheet

Comments

# - Pound sign


# This is a comment
ob = bpy.data.objects[&quot;Panel&quot;]


Data types

List


a = [1,4,5,6,9,10]
print (a[0])
    1
print (a[1:2])
    4, 5



a = 'hellothere'
print (a[4:])
   'othere'


Dictionary (like a hash map)</description>
    </item>
</rdf:RDF>
