====== Python ====== * [[http://www-128.ibm.com/developerworks/linux/library/l-cheatsheet3.html|IBM developers 101 cheat]] * IBM developer Discover Python * [[http://www-128.ibm.com/developerworks/opensource/library/os-python6/|Discover Python, Part 6: Programming in Python]] * [[http://www.ibm.com/developerworks/library/os-python1/index.html|Discover Python, Part 1: Python's built-in numerical types]] * [[http://www.ibm.com/developerworks/views/linux/library.jsp?sort_order=desc&expand=&sort_by=Date&show_abstract=true&view_by=Search&search_by=charming+python%3A|Charming Python Serie]] (submit drücken) * [[http://www.ibm.com/developerworks/linux/library/l-python5.html|Charming Python: Text processing in Python]] * [[http://docs.python.org/tut/tut.html| Python Tutorial]] * [[http://docs.python.org/lib/contents.html|Python Library Reference]] * [[http://diveintopython.org/|Dive Into Python]] ===== GUI ===== ==== wxPython ==== * http://www.wxpython.org/ [[http://wiki.wxpython.org/Getting_Started|Getting Started]] * [[http://www.ibm.com/developerworks/library/l-wxwidgets/index.html|CrossPlattform with wxWidgets]] * [[http://wiki.wxpython.org/wxPython_Style_Guide|Style Guide]] * http://wiki.wxpython.org/ObstacleCourse * http://www.zetcode.com/wxpython/ === wxGlade - GUI Editor === * http://wxglade.sourceforge.net/ == Tutorials == * ++ http://www.serpia.org/wxglade * http://wxglade.sourceforge.net/tutorial.php * [[http://powertwenty.com/kpd/blog/?p=51|Adding Custom Widgets to wxGlade]] === pythoncard === * [[http://pythoncard.sourceforge.net/documentation.html|PythonCard]] ==== PyGTK ==== * [[http://www.pygtk.org/pygtk2tutorial/index.html|PyGTK Tutorial]] * [[http://gazpacho.sicem.biz/|Gazpacho]] vs. [[http://glade.gnome.org/|Glade]]? ===== Projekte ===== * listen Audio Player http://www.listen-project.org/ ===== Module (extern) ===== ====Netzwerk==== * Berechnung IPv4/IPv6 * [[http://code.google.com/p/netaddr/|netaddr]] * [[http://pypi.python.org/pypi/ipcalc|ipcalc]] * [[http://code.google.com/p/python-nmap-parser/|Nmap Parser]] * [[http://www.lag.net/paramiko/|Paramiko]] - SSH2 Implementation für Python * http://jessenoller.com/2009/02/05/ssh-programming-with-paramiko-completely-different