<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.bores.fr/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://wiki.bores.fr/feed.php">
        <title>My technical notes python</title>
        <description></description>
        <link>http://wiki.bores.fr/</link>
        <image rdf:resource="http://wiki.bores.fr/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-22T21:34:22+0200</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.bores.fr/doku.php?id=python:how_to_list_available_properties_and_method_of_an_object&amp;rev=1426153658&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.bores.fr/doku.php?id=python:python&amp;rev=1426153757&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.bores.fr/lib/tpl/dokuwiki/images/favicon.ico">
        <title>My technical notes</title>
        <link>http://wiki.bores.fr/</link>
        <url>http://wiki.bores.fr/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.bores.fr/doku.php?id=python:how_to_list_available_properties_and_method_of_an_object&amp;rev=1426153658&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-03-12T10:47:38+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>python:how_to_list_available_properties_and_method_of_an_object</title>
        <link>http://wiki.bores.fr/doku.php?id=python:how_to_list_available_properties_and_method_of_an_object&amp;rev=1426153658&amp;do=diff</link>
        <description>Use the python built-in function dir()


&gt;&gt;&gt; li = []
&gt;&gt;&gt; dir(li)      
['append', 'count', 'extend', 'index', 'insert',
'pop', 'remove', 'reverse', 'sort']</description>
    </item>
    <item rdf:about="http://wiki.bores.fr/doku.php?id=python:python&amp;rev=1426153757&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-03-12T10:49:17+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>python:python</title>
        <link>http://wiki.bores.fr/doku.php?id=python:python&amp;rev=1426153757&amp;do=diff</link>
        <description>Installation on XUbuntu

Python 2

	*  Python Excel


sudo pip install xlrd xlwt xlutils


Python 3

	*  python3
	*  python3-pip
	*  python3-setuptools
	*  ipython3 + qtconsole + notebook


sudo apt-get install python3 python3-pip python3-setuptools ipython3 ipython3-qtconsole ipython3-notebook</description>
    </item>
</rdf:RDF>
