Das Python-Praxisbuch by Farid Hajji

By Farid Hajji

Show description

Read Online or Download Das Python-Praxisbuch PDF

Similar programming: programming languages books

Prototype and Scriptaculous: Taking the Pain out of JavaScript

This brief reduce demonstrates tips on how to use Prototype for quite a lot of projects, together with occasion dealing with, DOM processing, string and shape technique, and Ajax communications. It explores Scriptaculous' visible results library, from pulsate to squish to fold and past. desire interface parts? you can find shape autocompletion in addition to drag and drop aid.

Fast Track to Sun Certified Java Program

If you would like to benefit the hot gains in Java SE five. zero and move the solar qualified Java Programmer improve examination (CX-310-056), then this ebook is for you. It covers the entire Java SE five. zero new beneficial properties required within the examination. you don't want to examine the prevailing positive aspects that you just already comprehend. 117 evaluation questions and ridicule examination questions are integrated.

Additional resources for Das Python-Praxisbuch

Example text

Außerdem kann man Python vom C-Quellcode aus selbst kompilieren und installieren; evtl. auch im eigenen Home-Verzeichnis, falls die Zugriffsrechte ausnahmsweise mal nicht ausreichen. Fur ¨ Windows gibt es einen grafischen Installation Wizard. Mehrere Versionen des Python-Interpreters ko¨ nnen friedlich nebeneinander auf demselben Rechner koexistieren. M¨oglich ist dies, weil sie sich in versionsabh¨angigen Verzeichnissen installieren, so daß es zu keiner Kollision kommt. Es ist oft sinnvoll, einen eigenen Python-Interpreter zu installieren, wenn die Systemversion entweder veraltet oder nicht angetastet werden soll.

1 Python auf Unix # cd /usr/ports/lang/python # make install clean Wohingegen man auf Gentoo einfach emerge aufrufen kann: # emerge dev-lang/python In beiden F¨allen (Ports und Portage) steht einem eine Auswahl diverser Python Versionen zur Verfugung; ¨ wir wollen an dieser Stelle aber nicht zu sehr in die Tiefe gehen. B. B. /configure --prefix=$HOME/python $ make $ make install Hinweis Das Programm fetch ist FreeBSD-spezifisch. B. wget, curl etc. Auch der Browser Ihrer Wahl ist zum Herunterladen von solchen Dateien bestens geeignet.

Py install Weitere Details zu distutils, distutils-kompatible Packages und wie man diese erzeugt finden Sie in der Python-Dokumentation unter Installing Python Modules. 3 Packages ohne root-Rechte installieren Wir haben zwar gerade gesehen, dass wir Packages auch ohne root-Rechte in unserer eigenen Python-Installation unter $HOME/python installieren konnen. ¨ Doch wie ist es, wenn wir keine eigene Python Installation haben (konnen ¨ oder wollen), keine rootRechte bekommen und dennoch Packages installieren wollen?

Download PDF sample

Rated 4.43 of 5 – based on 41 votes