mirror of
https://github.com/rasbt/python_reference.git
synced 2024-11-23 20:11:13 +00:00
A collection of useful scripts, tutorials, and other Python-related things
.ipynb_checkpoints | ||
benchmarks | ||
howtos_as_py_files | ||
Images | ||
sqlite3_howto | ||
tutorials | ||
useful_scripts | ||
.gitignore | ||
not_so_obvious_python_stuff.ipynb | ||
python_true_false.html | ||
python_true_false.ipynb | ||
README.md |
Python Tutorials and References
Useful functions, tutorials, and other Python-related things
###Links to view the IPython Notebooks
- Python benchmarks via
timeit
- Benchmarks of different palindrome functions
- A collection of not so obvious Python stuff you should know!
- Python's scope resolution for variable names and the LEGB rule