Skip to content

Commit 689e3cf

Browse files
committed
article links;
1 parent 663a0c2 commit 689e3cf

1 file changed

Lines changed: 25 additions & 4 deletions

File tree

tutorials/key_differences_between_python_2_and_3.ipynb

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:969dffb51ccca00a6136f4187304ff4a29444b347d9c38f9fe33f77a4af5f6fe"
4+
"signature": "sha256:ad53a8e56dd6c7cd1c379333f92a5232a0403e9f4efbad8a765d42d71ebecc0f"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -14,7 +14,7 @@
1414
"source": [
1515
"[Sebastian Raschka](http://sebastianraschka.com) \n",
1616
"\n",
17-
"last updated 05/24/2014\n",
17+
"last updated 05/27/2014\n",
1818
"\n",
1919
"- [Open in IPython nbviewer](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/key_differences_between_python_2_and_3.ipynb?create=1) \n",
2020
"\n",
@@ -1866,7 +1866,10 @@
18661866
"cell_type": "markdown",
18671867
"metadata": {},
18681868
"source": [
1869-
"Here is a list of some good articles concerning Python 2 and 3 that I would recommend as a follow-up:\n",
1869+
"Here is a list of some good articles concerning Python 2 and 3 that I would recommend as a follow-up.\n",
1870+
"\n",
1871+
"\n",
1872+
"**// Porting to Python 3** \n",
18701873
"\n",
18711874
"- [Should I use Python 2 or Python 3 for my development activity?](https://wiki.python.org/moin/Python2orPython3)\n",
18721875
"\n",
@@ -1876,8 +1879,26 @@
18761879
"\n",
18771880
"- [Porting Python 2 Code to Python 3](https://docs.python.org/3/howto/pyporting.html) \n",
18781881
"\n",
1879-
"- [How keep Python 3 moving forward](http://nothingbutsnark.svbtle.com/my-view-on-the-current-state-of-python-3)\n"
1882+
"- [How keep Python 3 moving forward](http://nothingbutsnark.svbtle.com/my-view-on-the-current-state-of-python-3)\n",
1883+
"\n",
1884+
"**// Pro and anti Python 3**\n",
1885+
"\n",
1886+
"- [Everything you did not want to know about Unicode in Python 3](http://lucumr.pocoo.org/2014/5/12/everything-about-unicode/)\n",
1887+
"\n",
1888+
"- [Python 3 is killing Python](https://medium.com/@deliciousrobots/5d2ad703365d/)\n",
1889+
"\n",
1890+
"- [Python 3 can revive Python](https://medium.com/p/2a7af4788b10)\n",
1891+
"\n",
1892+
"- [Python 3 is fine](http://sealedabstract.com/rants/python-3-is-fine/)\n"
18801893
]
1894+
},
1895+
{
1896+
"cell_type": "code",
1897+
"collapsed": false,
1898+
"input": [],
1899+
"language": "python",
1900+
"metadata": {},
1901+
"outputs": []
18811902
}
18821903
],
18831904
"metadata": {}

0 commit comments

Comments
 (0)