====== Python ====== ===== Python Programming ===== * {{:ds:documentation:python:diveintopython.pdf|Introduction: Dive Into Python}} * [[http://pymotw.com/2/|PyMOTW: Python Module of the Week]] * {{:ds:documentation:python:oreilly.learning.python.4th.edition.oct.2009.pdf|OReilly: Learning Python (4th edition), Oct. 2009}} * {{:ds:documentation:python:guidetopythonsmagicmethods.pdf|Rafe Kettler: A Guide to Python's Magic Methods}} (from: [[http://www.rafekettler.com/magicmethods.html]]) * {{:ds:documentation:python:guide_howtousestaticorclassorabstractmethodsinpython.pdf|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 == * {{:ds:documentation:python:tentative_numpy_tutorial.pdf|Introduction: Tentative NumPy Tutorial}} * {{:ds:documentation:python:numpy-ref.pdf|NumPy 1.5 Reference Guide, Feb. 2010}} * {{:ds:documentation:python:numpy-user.pdf|NumPy 1.5 User Guide, Feb. 2010 }} * {{:ds:documentation:python:scipy-ref.pdf|SciPy 0.8 Reference Guide, Feb. 2010}} == Networking == * {{:ds:documentation:python:python_network_tutorial.pdf|Tutorial by S.V. Tiponut, July 2001}} * {{:ds:documentation:python:python_ibm_socketprogramming.pdf|Sockets Programming in Python by M.T. Jones, IBM, Oct. 2005 }} * {{:ds:documentation:python:pynet.pdf|Tutorial on Network Proramming with Python, N. Matloff, May 2009}} == Threading == * {{:ds:documentation:python:pythonthread_prog3pb11.pdf|Chart Overview, Prof. P. Barth, Uni Wiesbaden}} * {{:ds:documentation:python:pythreads.pdf|Tutorial on Threads Programming with Python, Dec. 2009}} * [[http://pymotw.com/2/threading/index.html|PyMOTW: Threading – Manage concurrent threads]] == Ordinary Differential Equations == * {{:ds:documentation:python:python_ode_tutorial.pdf|ODE Tutorial 1}} * {{:ds:documentation:python:software_tutorial.pdf|ODE Tutorial 2}} == Image Library == * {{:ds:documentation:python:phythonimagelibrary_quickreference.pdf|Python Imaging Library (PIL) quick reference}} * {{:ds:documentation:python:pil-handbook.pdf|Python Imaging Library Overview PIL 1.1.3, March 2002}} == PyVXI11 == * [[https://pypi.python.org/pypi/PyVXI11]] * [[https://pypi.python.org/pypi/python-vxi11]] * [[https://github.com/python-ivi/python-ivi|Python IVI]] ===== Other Info ===== * {{:ds:documentation:c:downey08semaphores.pdf|Allen B. Downey: The Little Book of Semaphores}} (includes C info too)