Skip to content

Commit 4043971

Browse files
authored
Merge pull request #73 from wbolster/more-interesting-articles
add some more interesting articles
2 parents 3afb32c + bc3bc95 commit 4043971

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_sections/50-why.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ code to use Python 3:
1313

1414
- [Why Python 3 exists](http://www.snarky.ca/why-python-3-exists) (Brett Cannon)
1515
- [How to add Python 3 support to your code](https://docs.python.org/3/howto/pyporting.html)
16+
- [Python FAQ: Why should I use Python 3?](https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3/) (lexy munroe)
17+
- [Python FAQ: How do I port to Python 3?](https://eev.ee/blog/2016/07/31/python-faq-how-do-i-port-to-python-3/) (lexy munroe)
1618
- [Stop supporting Python 2.6 for free](http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html) (Nick Coghlan)
1719
- [Why Python 4.0 won't be like Python 3.0](http://www.curiousefficiency.org/posts/2014/08/python-4000.html) (Nick Coghlan)
1820
- [Python 3 for scientists](https://python-3-for-scientists.readthedocs.io/en/latest/)

0 commit comments

Comments
 (0)