You are not logged in.

  • Login

Literature

wcf.user.literature.entries.tagged (16)

16

The Python Game Book

(Wednesday, April 13th 2011, 9:46pm)

A free dokuwiki book about game programming with Python written by Horst JENS and friends. By registering creating an free account (login) in this wiki, you can edit and create pages in this book.

15

ActiveState Product Documentation

(Thursday, February 3rd 2011, 5:52pm)

Komodo Documentation, ActivePerl Documentation, PDK Documentation, ActivePython Documentation, TDK Documentation, ActiveTcl Documentation

14

Das Python-Tutorium

(Sunday, January 30th 2011, 9:40am)

Das Python-Tutorium

Tags: Python, tutorium


Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Tags: Python, django


12

Django-de | Das Python Web Framework für Perfektionisten

(Thursday, January 20th 2011, 9:30pm)

Django ist ein Python-Web-Framework für die schnelle Entwicklung von sauberen, pragmatischen Lösungen.
Da Django ursprünglich für Nachrichtenplattformen entwickelt wurde, ist es darauf optimiert, die straffen Deadlines in Online-Redaktionen einzuhalten und trotzdem den hohen technischen Ansprüchen von hochperformanten und eleganten Webanwendungen gerecht zu werden.

11

The Django Book

(Thursday, January 20th 2011, 9:30pm)

Welcome to the online version of The Django Book, a free book about the Django Web framework for the Python programming language.

Tags: Python, django


10

Das Python-Tutorial - Das Python3.1-Tutorial auf Deutsch

(Tuesday, December 7th 2010, 10:40am)

Python ist eine einfach zu lernende, aber mächtige Programmiersprache mit effizienten abstrakten Datenstrukturen und einem einfachen, aber effektiven Ansatz zur objektorientierten Programmierung. Durch die elegante Syntax und die dynamische Typisierung ist Python als interpretierte Sprache sowohl für Skripte als auch für schnelle Anwendungsentwicklung (Rapid Application Development) hervorragend geeignet.

9

Python 3: Das umfassende Handbuch (Galileo Computing)

By Johannes Ernesti, Peter Kaiser (Thursday, November 4th 2010, 8:06pm)

Python, das sowohl objektorientierte, aspektorientierte und funktionale Programmierung unterstützt, ist vor allem wegen ihrer Lesbarkeit, Übersichtlichkeit, Flexibilität und Eleganz beliebt - Johannes Ernesti und Peter Kaiser liefern nun mit der aktuellen Version ihres Python-Handbuchs Python 3: das umfassende Handbuch den definitiven Einstieg und einen kompletten Überblick über die Möglichkeiten, Einsatzgebiete und Anwendungsformern der Programmiersprache, die nicht nach der Schlange, sondern nach d...

8

Einstieg in Python 3 (Galileo Computing)

By Thomas Theis (Thursday, November 4th 2010, 8:05pm)

Anfänger und Umsteiger profitieren von dem pädagogischen Kniff des Autors [...] anhand eines selbstprogrammierten Spiels durch die Übungen zu führen: Einfacher Code wird mit der Zeit komplexer und wandert am Ende sogar auf eine Webseite. (Linux Magazin ) Anfänger und Umsteiger profitieren von dem pädagogischen Kniff des Autors [...] anhand eines selbstprogrammierten Spiels durch die Übungen zu führen: Einfacher Code wird mit der Zeit komplexer und wandert am Ende sogar auf eine Webseite. ...

7

Einführung in Python

By Mark Lutz, David Ascher (Wednesday, December 30th 2009, 8:11pm)

Nachdem die Autoren die Grundlagen der Skriptsprache Python erläutert haben, und Sie dadurch bereits ohne weiteres Aufgaben lösen können, gehen die Autoren schrittweise auf die Stärken der Sprache ein.

6

Python Package Index : PyPI

(Wednesday, December 23rd 2009, 5:59pm)

The Python Package Index is a repository of software for the Python programming language. There are currently 8500 packages here.

Tags: Python, package, pypi


5

PythonInfo Wiki

(Wednesday, December 23rd 2009, 5:58pm)

Python is a great object-oriented, interpreted, and interactive programming language. It is often compared (favorably of course ) to Lisp, Tcl, Perl, Ruby, C#, Visual Basic, Visual Fox Pro, Scheme or Java... and it's much more fun.

Tags: Python, tutorial, wiki


4

Python-Programmierung: GUI Programmierung

By Wikibooks (Wednesday, December 23rd 2009, 5:54pm)

Wiki Book für GUI Programmierung unter Python. Behandelt werden alle aktuellen GUI Toolkits.

3

The Python Language Reference

By Python development team (Wednesday, December 23rd 2009, 5:50pm)

This reference manual describes the syntax and “core semantics” of the language. It is terse, but attempts to be exact and complete. The semantics of non-essential built-in object types and of the built-in functions and modules are described in The Python Standard Library.

2

The Python Standard Library

By Python development team (Wednesday, December 23rd 2009, 5:48pm)

While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It also describes some of the optional components that are commonly included in Python distributions.

1

"The Python Tutorial" - Offizielle Python Dokumentation

By Python development team (Wednesday, December 23rd 2009, 5:43pm)

This tutorial does not attempt to be comprehensive and cover every single feature, or even every commonly used feature. Instead, it introduces many of Python’s most noteworthy features, and will give you a good idea of the language’s flavor and style. After reading it, you will be able to read and write Python modules and programs, and you will be ready to learn more about the various Python library modules described in The Python Standard Library.

Tags: Python, tutorial