A collection of useful scripts, tutorials, and other Python-related things
Go to file
2014-05-13 22:44:46 -04:00
benchmarks upd cython article 2014-05-10 12:05:43 -04:00
funstuff link upd. 2014-05-11 13:13:47 -04:00
howtos_as_py_files new dir for py files 2014-04-29 22:28:50 -04:00
Images legb image 2014-05-07 10:54:53 -04:00
sqlite3_howto sqlite tutorial 2014-04-29 22:52:05 -04:00
tutorials sorting csvs 2014-05-13 22:41:40 -04:00
useful_scripts reorganized Readme 2014-05-12 15:25:31 -04:00
.gitignore removed temp files 2014-05-06 14:45:03 -04:00
not_so_obvious_python_stuff.ipynb print fixes 2014-05-06 16:13:21 -04:00
README.md sorting csvs 2014-05-13 22:44:46 -04:00

Python Tutorials and References

Useful functions, tutorials, and other Python-related things

###Links to view the IPython Notebooks and Markdown files




// Python tips and tutorials

  • A collection of not so obvious Python stuff you should know! [IPython nb]
  • Python's scope resolution for variable names and the LEGB rule [IPython nb]
  • A thorough guide to SQLite database operations in Python [Markdown]
  • Unit testing in Python - Why we want to make it a habit [Markdown]
  • Installing Scientific Packages for Python3 on MacOS 10.9 Mavericks [Markdown]
  • Sorting CSV files using the Python csv module [IPython nb]

// benchmarks

  • Python benchmarks via timeit [IPython nb]
  • Implementing the least squares fit method for linear regression and speeding it up via Cython [IPython nb]
  • Benchmarks of different palindrome functions [IPython nb]

// other

// useful snippets

  • convert 'tab-delimited' to 'comma-separated' CSV files [IPython nb]