-
Notifications
You must be signed in to change notification settings - Fork 0
/
rss.xml
170 lines (130 loc) · 5.62 KB
/
rss.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
158
159
160
161
162
163
164
165
166
167
168
169
170
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Python Astuces - archives</title>
<description>Python Astuces - archives</description>
<link>https://pythonastuces.com</link>
<atom:link href="https://pythonastuces.com/rss.xml"
rel="self" type="application/rss+xml" />
<item>
<title>Python Astuces #20 - Gérer les espaces ...</title>
<link>https://pythonastuces.com/archives/numero-20</link>
<guid>https://pythonastuces.com/archives/numero-20</guid>
<pubDate>Mon, 23 Nov 2020 10:00:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #19 - Attention à bool! Alternative 2-3 fois plus rapide</title>
<link>https://pythonastuces.com/archives/numero-19</link>
<guid>https://pythonastuces.com/archives/numero-19</guid>
<pubDate>Sun, 15 Nov 2020 13:00:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #18 - Alternative au print?</title>
<link>https://pythonastuces.com/archives/numero-18</link>
<guid>https://pythonastuces.com/archives/numero-18</guid>
<pubDate>Mon, 09 Nov 2020 16:00:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #17 - A quoi sert le mot clé nonlocal ?</title>
<link>https://pythonastuces.com/archives/numero-17</link>
<guid>https://pythonastuces.com/archives/numero-17</guid>
<pubDate>Sun, 23 Aug 2020 18:00:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #16 - frozenset dans vos dictionnaires</title>
<link>https://pythonastuces.com/archives/numero-16</link>
<guid>https://pythonastuces.com/archives/numero-16</guid>
<pubDate>Sun, 16 Aug 2020 18:00:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #15 - Alternative aux boucles imbriquées</title>
<link>https://pythonastuces.com/archives/numero-15</link>
<guid>https://pythonastuces.com/archives/numero-15</guid>
<pubDate>Sun, 19 Jul 2020 18:30:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #14 - zip vs zip_longest</title>
<link>https://pythonastuces.com/archives/numero-14</link>
<guid>https://pythonastuces.com/archives/numero-14</guid>
<pubDate>Sun, 12 Jul 2020 16:17:26 +0000</pubDate>
</item>
<item>
<title>Python Astuces #13 - A quoi sert l'opérateur @ ?</title>
<link>https://pythonastuces.com/archives/numero-13</link>
<guid>https://pythonastuces.com/archives/numero-13</guid>
<pubDate>Sun, 05 Jul 2020 17:00:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #12 - Initialization d'une variable avec "OR"</title>
<link>https://pythonastuces.com/archives/numero-12</link>
<guid>https://pythonastuces.com/archives/numero-12</guid>
<pubDate>Sun, 28 Jun 2020 16:30:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #11 - Dictionnaires imbriqués</title>
<link>https://pythonastuces.com/archives/numero-11</link>
<guid>https://pythonastuces.com/archives/numero-11</guid>
<pubDate>Sun, 14 Jun 2020 18:00:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #10 - La curryfication avec "partial"</title>
<link>https://pythonastuces.com/archives/numero-10</link>
<guid>https://pythonastuces.com/archives/numero-10</guid>
<pubDate>Sun, 07 Jun 2020 14:00:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #09 - Obtenir plus de controle sur le formatage de texte</title>
<link>https://pythonastuces.com/archives/numero-09</link>
<guid>https://pythonastuces.com/archives/numero-09</guid>
<pubDate>Sun, 31 May 2020 14:00:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #08 - NamedTuples vs Classes</title>
<link>https://pythonastuces.com/archives/numero-08</link>
<guid>https://pythonastuces.com/archives/numero-08</guid>
<pubDate>Sun, 17 May 2020 17:45:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #07 - Remplacer vos switch/case par un dictionnaire</title>
<link>https://pythonastuces.com/archives/numero-07</link>
<guid>https://pythonastuces.com/archives/numero-07</guid>
<pubDate>Sun, 10 May 2020 16:30:30 +0000</pubDate>
</item>
<item>
<title>Python Astuces #06 - Le fameux __slot__</title>
<link>https://pythonastuces.com/archives/numero-06</link>
<guid>https://pythonastuces.com/archives/numero-06</guid>
<pubDate>Sun, 03 May 2020 17:30:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #05 - L'utilité de contextlib.suppress</title>
<link>https://pythonastuces.com/archives/numero-05</link>
<guid>https://pythonastuces.com/archives/numero-05</guid>
<pubDate>Mon, 27 Apr 2020 8:30:00 +0000</pubDate>
</item>
<item>
<title>Python Astuces #04 - Vous avez dit unicode ?</title>
<link>https://pythonastuces.com/archives/numero-04</link>
<guid>https://pythonastuces.com/archives/numero-04</guid>
<pubDate>Sun, 19 Apr 2020 16:47:30 +0000</pubDate>
</item>
<item>
<title>Python Astuces #03 - itertools sous utilisé ?</title>
<link>https://pythonastuces.com/archives/numero-03</link>
<guid>https://pythonastuces.com/archives/numero-03</guid>
<pubDate>Sun, 12 Apr 2020 20:35:47 +0000</pubDate>
</item>
<item>
<title>Python Astuces #02 - Deux très bon alliés: unpacking et arguments de fonction</title>
<link>https://pythonastuces.com/archives/numero-02</link>
<guid>https://pythonastuces.com/archives/numero-02</guid>
<pubDate>Sun, 5 Apr 2020 18:00:28 +0000</pubDate>
</item>
<item>
<title>Python Astuces #01 - underscore peut vous être utile</title>
<link>https://pythonastuces.com/archives/numero-01</link>
<guid>https://pythonastuces.com/archives/numero-01</guid>
<pubDate>Sun, 29 Mar 2020 16:05:14 +0000</pubDate>
</item>
</channel>
</rss>