Skip to content

Commit 73979bb

Browse files
committed
unorderable types update and separate python 2.x vs. 3.x section
1 parent 4900267 commit 73979bb

3 files changed

Lines changed: 777 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ A collection of useful scripts, tutorials, and other Python-related things
1818

1919
- A collection of not so obvious Python stuff you should know! [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/not_so_obvious_python_stuff.ipynb?create=1)]
2020

21+
2122
- 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)]
2223

24+
- Key differences between Python 2.x and Python 3.x [[Markdown](./tutorials/key_differences_python2_python3.md)]
2325

2426

2527
- A thorough guide to SQLite database operations in Python [[Markdown](./sqlite3_howto/README.md)]

0 commit comments

Comments
 (0)