Skip to content

Commit 638c82e

Browse files
committed
update for class
1 parent 150e808 commit 638c82e

1 file changed

Lines changed: 33 additions & 20 deletions

File tree

lectures/08-packages/packaging.fodp

Lines changed: 33 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:smil="urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2" office:mimetype="application/vnd.oasis.opendocument.presentation">
4-
<office:meta><meta:initial-creator>Michael Zingale</meta:initial-creator><meta:creation-date>2013-01-02T12:36:14</meta:creation-date><dc:date>2015-05-03T14:33:08.710320575</dc:date><dc:creator>Michael Zingale</dc:creator><meta:editing-duration>P1DT2H46M39S</meta:editing-duration><meta:editing-cycles>116</meta:editing-cycles><meta:generator>LibreOffice/4.3.7.2$Linux_X86_64 LibreOffice_project/430$Build-2</meta:generator><meta:document-statistic meta:object-count="166"/></office:meta>
4+
<office:meta><meta:initial-creator>Michael Zingale</meta:initial-creator><meta:creation-date>2013-01-02T12:36:14</meta:creation-date><dc:date>2015-05-03T19:21:49.700966155</dc:date><dc:creator>Michael Zingale</dc:creator><meta:editing-duration>P1DT2H47M49S</meta:editing-duration><meta:editing-cycles>118</meta:editing-cycles><meta:generator>LibreOffice/4.3.7.2$Linux_X86_64 LibreOffice_project/430$Build-2</meta:generator><meta:document-statistic meta:object-count="166"/></office:meta>
55
<office:settings>
66
<config:config-item-set config:name="ooo:view-settings">
7-
<config:config-item config:name="VisibleAreaTop" config:type="int">-3566</config:config-item>
8-
<config:config-item config:name="VisibleAreaLeft" config:type="int">-1687</config:config-item>
7+
<config:config-item config:name="VisibleAreaTop" config:type="int">-2071</config:config-item>
8+
<config:config-item config:name="VisibleAreaLeft" config:type="int">-422</config:config-item>
99
<config:config-item config:name="VisibleAreaWidth" config:type="int">29066</config:config-item>
1010
<config:config-item config:name="VisibleAreaHeight" config:type="int">25346</config:config-item>
1111
<config:config-item-map-indexed config:name="Views">
1212
<config:config-item-map-entry>
13-
<config:config-item config:name="ViewId" config:type="string">view1</config:config-item>
13+
<config:config-item config:name="ViewId" config:type="string">view2</config:config-item>
1414
<config:config-item config:name="GridIsVisible" config:type="boolean">true</config:config-item>
1515
<config:config-item config:name="GridIsFront" config:type="boolean">false</config:config-item>
1616
<config:config-item config:name="IsSnapToGrid" config:type="boolean">true</config:config-item>
@@ -29,16 +29,16 @@
2929
<config:config-item config:name="NoColors" config:type="boolean">true</config:config-item>
3030
<config:config-item config:name="RulerIsVisible" config:type="boolean">true</config:config-item>
3131
<config:config-item config:name="PageKind" config:type="short">0</config:config-item>
32-
<config:config-item config:name="SelectedPage" config:type="short">15</config:config-item>
32+
<config:config-item config:name="SelectedPage" config:type="short">17</config:config-item>
3333
<config:config-item config:name="IsLayerMode" config:type="boolean">false</config:config-item>
3434
<config:config-item config:name="IsDoubleClickTextEdit" config:type="boolean">true</config:config-item>
3535
<config:config-item config:name="IsClickChangeRotation" config:type="boolean">true</config:config-item>
3636
<config:config-item config:name="SlidesPerRow" config:type="short">4</config:config-item>
3737
<config:config-item config:name="EditModeStandard" config:type="int">0</config:config-item>
3838
<config:config-item config:name="EditModeNotes" config:type="int">0</config:config-item>
3939
<config:config-item config:name="EditModeHandout" config:type="int">1</config:config-item>
40-
<config:config-item config:name="VisibleAreaTop" config:type="int">-3566</config:config-item>
41-
<config:config-item config:name="VisibleAreaLeft" config:type="int">-1687</config:config-item>
40+
<config:config-item config:name="VisibleAreaTop" config:type="int">-2071</config:config-item>
41+
<config:config-item config:name="VisibleAreaLeft" config:type="int">-422</config:config-item>
4242
<config:config-item config:name="VisibleAreaWidth" config:type="int">29067</config:config-item>
4343
<config:config-item config:name="VisibleAreaHeight" config:type="int">25347</config:config-item>
4444
<config:config-item config:name="GridCoarseWidth" config:type="int">2540</config:config-item>
@@ -51,7 +51,6 @@
5151
<config:config-item config:name="GridSnapWidthYDenominator" config:type="int">1</config:config-item>
5252
<config:config-item config:name="IsAngleSnapEnabled" config:type="boolean">false</config:config-item>
5353
<config:config-item config:name="SnapAngle" config:type="int">1500</config:config-item>
54-
<config:config-item config:name="ZoomOnPage" config:type="boolean">true</config:config-item>
5554
</config:config-item-map-entry>
5655
</config:config-item-map-indexed>
5756
</config:config-item-set>
@@ -110,6 +109,7 @@
110109
</office:script>
111110
</office:scripts>
112111
<office:font-face-decls>
112+
<style:font-face style:name="Carlito3" svg:font-family="Carlito" style:font-adornments="Regular" style:font-family-generic="swiss"/>
113113
<style:font-face style:name="Inconsolata1" svg:font-family="Inconsolata" style:font-pitch="fixed"/>
114114
<style:font-face style:name="Arial2" svg:font-family="Arial" style:font-pitch="variable"/>
115115
<style:font-face style:name="Carlito2" svg:font-family="Carlito" style:font-pitch="variable"/>
@@ -1039,6 +1039,9 @@
10391039
<style:style style:name="dp5" style:family="drawing-page">
10401040
<style:drawing-page-properties presentation:background-visible="true" presentation:background-objects-visible="true" presentation:display-footer="true" presentation:display-page-number="false" presentation:display-date-time="true"/>
10411041
</style:style>
1042+
<style:style style:name="dp6" style:family="drawing-page">
1043+
<style:drawing-page-properties presentation:visibility="hidden" presentation:background-visible="true" presentation:background-objects-visible="true" presentation:display-footer="true" presentation:display-page-number="false" presentation:display-date-time="true"/>
1044+
</style:style>
10421045
<style:style style:name="gr1" style:family="graphic" style:parent-style-name="standard">
10431046
<style:graphic-properties draw:stroke="none" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="false" fo:min-height="1.397cm"/>
10441047
</style:style>
@@ -1156,6 +1159,13 @@
11561159
<style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.5cm"/>
11571160
<style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Carlito1" fo:font-size="26pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" style:font-name-asian="WenQuanYi Zen Hei Sharp" style:font-size-asian="26pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Lohit Devanagari" style:font-size-complex="26pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
11581161
</style:style>
1162+
<style:style style:name="P11" style:family="paragraph">
1163+
<style:paragraph-properties>
1164+
<style:tab-stops>
1165+
<style:tab-stop style:position="11.235cm"/>
1166+
</style:tab-stops>
1167+
</style:paragraph-properties>
1168+
</style:style>
11591169
<style:style style:name="T1" style:family="text">
11601170
<style:text-properties fo:font-size="14pt" style:font-size-asian="14pt" style:font-size-complex="14pt"/>
11611171
</style:style>
@@ -1199,12 +1209,15 @@
11991209
<style:text-properties fo:color="#ff0000" fo:font-size="20pt" fo:font-style="italic" style:font-size-asian="20pt" style:font-style-asian="italic" style:font-size-complex="20pt" style:font-style-complex="italic"/>
12001210
</style:style>
12011211
<style:style style:name="T15" style:family="text">
1202-
<style:text-properties style:font-name="Carlito1" fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
1212+
<style:text-properties style:font-name="Carlito3" style:font-name-asian="Carlito3" style:font-name-complex="Carlito3"/>
12031213
</style:style>
12041214
<style:style style:name="T16" style:family="text">
1205-
<style:text-properties fo:font-size="15pt" style:font-size-asian="15pt" style:font-size-complex="15pt"/>
1215+
<style:text-properties style:font-name="Carlito1" fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
12061216
</style:style>
12071217
<style:style style:name="T17" style:family="text">
1218+
<style:text-properties fo:font-size="15pt" style:font-size-asian="15pt" style:font-size-complex="15pt"/>
1219+
</style:style>
1220+
<style:style style:name="T18" style:family="text">
12081221
<style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
12091222
</style:style>
12101223
<text:list-style style:name="L1">
@@ -2367,7 +2380,7 @@
23672380
</text:list>
23682381
</text:list-item>
23692382
<text:list-item>
2370-
<text:p>As seen in the path, there is a system-wide location and user-specific location * the number of python versions</text:p>
2383+
<text:p>As seen in the path, there is a system-wide location and user-specific location <text:span text:style-name="T15">×</text:span> the number of python versions</text:p>
23712384
</text:list-item>
23722385
</text:list>
23732386
</draw:text-box>
@@ -2453,7 +2466,7 @@
24532466
<text:p><text:span text:style-name="T13">Setup.py</text:span></text:p>
24542467
</text:list-item>
24552468
<text:list-item>
2456-
<text:p><text:span text:style-name="T13">my_proj/ <text:s/></text:span><text:span text:style-name="T15"><text:s/>(this is what you&apos;ll import)</text:span></text:p>
2469+
<text:p><text:span text:style-name="T13">my_proj/ <text:s/></text:span><text:span text:style-name="T16"><text:s/>(this is what you&apos;ll import)</text:span></text:p>
24572470
<text:list>
24582471
<text:list-item>
24592472
<text:p><text:span text:style-name="T13">drivers/</text:span></text:p>
@@ -2522,7 +2535,7 @@
25222535
<text:p><text:span text:style-name="T3">setuptools</text:span>: newer than <text:span text:style-name="T3">distutils</text:span>, offers more functionality. <text:s/>Introduced <text:span text:style-name="T3">easy_install</text:span>, and <text:span text:style-name="T3">setuptools</text:span> module to import into <text:span text:style-name="T3">setup.py</text:span>. </text:p>
25232536
</text:list-item>
25242537
<text:list-item>
2525-
<text:p>See: <text:span text:style-name="T16"><text:a xlink:href="http://stackoverflow.com/questions/6344076/differences-between-distribute-distutils-setuptools-and-distutils2" xlink:type="simple">http://stackoverflow.com/questions/6344076/differences-between-distribute-distutils-setuptools-and-distutils2</text:a></text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T10"><text:s/></text:span>and <text:span text:style-name="T16"><text:a xlink:href="https://python-packaging-user-guide.readthedocs.org/en/latest/tutorial.html" xlink:type="simple">https://python-packaging-user-guide.readthedocs.org/en/latest/tutorial.html</text:a></text:span><text:span text:style-name="T16"> </text:span></text:p>
2538+
<text:p>See: <text:span text:style-name="T17"><text:a xlink:href="http://stackoverflow.com/questions/6344076/differences-between-distribute-distutils-setuptools-and-distutils2" xlink:type="simple">http://stackoverflow.com/questions/6344076/differences-between-distribute-distutils-setuptools-and-distutils2</text:a></text:span><text:span text:style-name="T17"> </text:span><text:span text:style-name="T10"><text:s/></text:span>and <text:span text:style-name="T17"><text:a xlink:href="https://python-packaging-user-guide.readthedocs.org/en/latest/tutorial.html" xlink:type="simple">https://python-packaging-user-guide.readthedocs.org/en/latest/tutorial.html</text:a></text:span><text:span text:style-name="T17"> </text:span></text:p>
25262539
</text:list-item>
25272540
</text:list>
25282541
</text:list-item>
@@ -2772,7 +2785,7 @@
27722785
</draw:frame>
27732786
</presentation:notes>
27742787
</draw:page>
2775-
<draw:page draw:name="page16" draw:style-name="dp5" draw:master-page-name="Default" presentation:presentation-page-layout-name="AL1T1">
2788+
<draw:page draw:name="page16" draw:style-name="dp6" draw:master-page-name="Default" presentation:presentation-page-layout-name="AL1T1">
27762789
<office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
27772790
<draw:frame presentation:style-name="pr19" draw:layer="layout" svg:width="25.199cm" svg:height="1.957cm" svg:x="1.4cm" svg:y="0.537cm" presentation:class="title" presentation:user-transformed="true">
27782791
<draw:text-box>
@@ -2836,7 +2849,7 @@
28362849
</text:list>
28372850
</text:list-item>
28382851
<text:list-item>
2839-
<text:p>See: <text:span text:style-name="T17"><text:a xlink:href="http://legacy.python.org/dev/peps/pep-0389/#why-aren-t-getopt-and-optparse-enough" xlink:type="simple">http://legacy.python.org/dev/peps/pep-0389/#why-aren-t-getopt-and-optparse-enough</text:a></text:span><text:span text:style-name="T17"> </text:span></text:p>
2852+
<text:p>See: <text:span text:style-name="T18"><text:a xlink:href="http://legacy.python.org/dev/peps/pep-0389/#why-aren-t-getopt-and-optparse-enough" xlink:type="simple">http://legacy.python.org/dev/peps/pep-0389/#why-aren-t-getopt-and-optparse-enough</text:a></text:span><text:span text:style-name="T18"> </text:span></text:p>
28402853
</text:list-item>
28412854
</text:list>
28422855
</text:list-item>
@@ -2861,19 +2874,19 @@
28612874
<draw:text-box>
28622875
<text:list text:style-name="L4">
28632876
<text:list-item>
2864-
<text:p>Pandas</text:p>
2877+
<text:p>Pandas: a library providing data structures for data analysis (<text:a xlink:href="http://pandas.pydata.org/" xlink:type="simple">http://pandas.pydata.org/</text:a>)</text:p>
28652878
</text:list-item>
28662879
<text:list-item>
28672880
<text:p>Visualization:</text:p>
28682881
<text:list>
28692882
<text:list-item>
2870-
<text:p>MayaVi</text:p>
2883+
<text:p>MayaVi: 3-d plotting using VTK (<text:a xlink:href="http://docs.enthought.com/mayavi/mayavi/" xlink:type="simple">http://docs.enthought.com/mayavi/mayavi/</text:a>)</text:p>
28712884
</text:list-item>
28722885
<text:list-item>
2873-
<text:p>Visual python</text:p>
2886+
<text:p>Visual python: easy generation of 3-d figures (<text:a xlink:href="http://vpython.org/" xlink:type="simple">http://vpython.org/</text:a>)</text:p>
28742887
</text:list-item>
28752888
<text:list-item>
2876-
<text:p>yt</text:p>
2889+
<text:p>yt: visualizing grid-based and particle data (<text:a xlink:href="http://yt-project.org/" xlink:type="simple">http://yt-project.org/</text:a>)</text:p>
28772890
</text:list-item>
28782891
</text:list>
28792892
</text:list-item>
@@ -2884,7 +2897,7 @@
28842897
<text:p>h5py: HDF5 </text:p>
28852898
</text:list-item>
28862899
<text:list-item>
2887-
<text:p>pil: python image library</text:p>
2900+
<text:p text:style-name="P11">pil: python image library (<text:a xlink:href="http://www.pythonware.com/products/pil/" xlink:type="simple">http://www.pythonware.com/products/pil/</text:a>)</text:p>
28882901
</text:list-item>
28892902
<text:list-item>
28902903
<text:p>Web frameworks / html forms</text:p>

0 commit comments

Comments
 (0)