forked from diveintomark/diveintopython3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sitemap.xml
157 lines (153 loc) · 4.72 KB
/
sitemap.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
<url>
<loc>https://diveintopython3.netlify.com/</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/about</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/table-of-contents</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/whats-new</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/installing-python</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/your-first-python-program</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/native-datatypes</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/comprehensions</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/strings</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/regular-expressions</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/generators</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/iterators</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/advanced-iterators</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/unit-testing</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/refactoring</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/files</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/xml</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/serializing</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/http-web-services</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/case-study-porting-chardet-to-python-3</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/packaging</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/porting-code-to-python-3-with-2to3</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/special-method-names</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/where-to-go-from-here</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/troubleshooting</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/colophon</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/examples/plural4-rules.txt</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/examples/favorite-people.txt</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.64</priority>
</url>
<url>
<loc>https://diveintopython3.netlify.com/blank</loc>
<lastmod>2018-10-14T01:02:19+00:00</lastmod>
<priority>0.64</priority>
</url>
</urlset>