Skip to content

Commit 51a02c8

Browse files
committed
adding new python 2 to 3 resource
1 parent 62bf24f commit 51a02c8

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,13 @@ <h3>Python 2 to 3 resources</h3>
308308
Python 2 to 3 is going as of the end of 2015.</p>
309309
</li>
310310
<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>
311318
<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>
312319
explains that there are treats in Python 3 that are worth porting for and
313320
has some tips on making the transition easier.</p>

python-2-or-3.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,13 @@ <h3>Python 2 to 3 resources</h3>
143143
Python 2 to 3 is going as of the end of 2015.</p>
144144
</li>
145145
<li>
146+
<p><a href="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>
146153
<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>
147154
explains that there are treats in Python 3 that are worth porting for and
148155
has some tips on making the transition easier.</p>

source/content/pages/01-introduction/04-python-2-or-3.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ gone through the process and have advice for making it less painful.
101101
provides perspective from a core Python developer on how the transition from
102102
Python 2 to 3 is going as of the end of 2015.
103103

104+
* [Rules for Radicals: Changing the Culture of Python at Facebook](https://www.youtube.com/watch?v=nRtp9NgtXiA)
105+
is a fascinating look at how Facebook moved from primarily Python 2
106+
up to Python 3 due to the efforts of a small passionate group of
107+
developers within the company. Definitely worth watching to understand
108+
how to shift a large organization with an established codebase.
109+
104110
* [Porting to Python 3 is like eating your vegetables](http://nothingbutsnark.svbtle.com/porting-to-python-3-is-like-eating-your-vegetables)
105111
explains that there are treats in Python 3 that are worth porting for and
106112
has some tips on making the transition easier.

source/mypython3proj/pyvenv.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)