completely overworked key differences between python 2 and 3

This commit is contained in:
rasbt 2014-05-24 19:48:52 -04:00
parent f1ee8fa1ec
commit 5c4a2e1b3e
3 changed files with 4611 additions and 534 deletions

View File

@ -21,7 +21,7 @@ A collection of useful scripts, tutorials, and other Python-related things
- Python's scope resolution for variable names and the LEGB rule [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/scope_resolution_legb_rule.ipynb?create=1)] - Python's scope resolution for variable names and the LEGB rule [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/scope_resolution_legb_rule.ipynb?create=1)]
- Key differences between Python 2.x and Python 3.x [[HTML](http://htmlpreview.github.io/?https://github.com/rasbt/python_reference/blob/master/tutorials/key_differences_between_python_2_and_3.html)] - Key differences between Python 2.x and Python 3.x [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/key_differences_between_python_2_and_3.ipynb?create=1)]
- A thorough guide to SQLite database operations in Python [[Markdown](./sqlite3_howto/README.md)] - A thorough guide to SQLite database operations in Python [[Markdown](./sqlite3_howto/README.md)]

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff