You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,13 @@ <h3>Python 2 to 3 resources</h3>
308
308
Python 2 to 3 is going as of the end of 2015.</p>
309
309
</li>
310
310
<li>
311
+
<p><a href="https://www.youtube.com/watch?v=nRtp9NgtXiA">Rules for Radicals: Changing the Culture of Python at Facebook</a>
312
+
is a fascinating look at how Facebook moved from primarily Python 2
313
+
up to Python 3 due to the efforts of a small passionate group of
314
+
developers within the company. Definitely worth watching to understand
315
+
how to shift a large organization with an established codebase.</p>
316
+
</li>
317
+
<li>
311
318
<p><a href="http://nothingbutsnark.svbtle.com/porting-to-python-3-is-like-eating-your-vegetables">Porting to Python 3 is like eating your vegetables</a>
312
319
explains that there are treats in Python 3 that are worth porting for and
313
320
has some tips on making the transition easier.</p>
Copy file name to clipboardExpand all lines: python-2-or-3.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,13 @@ <h3>Python 2 to 3 resources</h3>
143
143
Python 2 to 3 is going as of the end of 2015.</p>
144
144
</li>
145
145
<li>
146
+
<p><ahref="https://www.youtube.com/watch?v=nRtp9NgtXiA">Rules for Radicals: Changing the Culture of Python at Facebook</a>
147
+
is a fascinating look at how Facebook moved from primarily Python 2
148
+
up to Python 3 due to the efforts of a small passionate group of
149
+
developers within the company. Definitely worth watching to understand
150
+
how to shift a large organization with an established codebase.</p>
151
+
</li>
152
+
<li>
146
153
<p><ahref="http://nothingbutsnark.svbtle.com/porting-to-python-3-is-like-eating-your-vegetables">Porting to Python 3 is like eating your vegetables</a>
147
154
explains that there are treats in Python 3 that are worth porting for and
148
155
has some tips on making the transition easier.</p>
0 commit comments