Table of Contents
Python
Python Programming
Other Info
Python
Python Programming
Introduction: Dive Into Python
PyMOTW: Python Module of the Week
OReilly: Learning Python (4th edition), Oct. 2009
Rafe Kettler: A Guide to Python's Magic Methods
(from:
http://www.rafekettler.com/magicmethods.html
)
Julien Danjou: The definitive guide on how to use static, class or abstract methods in Python
(from:
http://julien.danjou.info/blog/2013/guide-python-static-class-abstract-methods
)
Numerical and Scientific Python NumPy & SciPy
Introduction: Tentative NumPy Tutorial
NumPy 1.5 Reference Guide, Feb. 2010
NumPy 1.5 User Guide, Feb. 2010
SciPy 0.8 Reference Guide, Feb. 2010
Networking
Tutorial by S.V. Tiponut, July 2001
Sockets Programming in Python by M.T. Jones, IBM, Oct. 2005
Tutorial on Network Proramming with Python, N. Matloff, May 2009
Threading
Chart Overview, Prof. P. Barth, Uni Wiesbaden
Tutorial on Threads Programming with Python, Dec. 2009
PyMOTW: Threading – Manage concurrent threads
Ordinary Differential Equations
ODE Tutorial 1
ODE Tutorial 2
Image Library
Python Imaging Library (PIL) quick reference
Python Imaging Library Overview PIL 1.1.3, March 2002
PyVXI11
https://pypi.python.org/pypi/PyVXI11
https://pypi.python.org/pypi/python-vxi11
Python IVI
Other Info
Allen B. Downey: The Little Book of Semaphores
(includes C info too)