Skip to main content

Izmir Übel's Library tagged google   View Popular

Who am I?: the 16 basic desires that ... - Google Books

In 1998, Ohio State University psychology professor Reiss developed the "Reissprofile," which plotted 16 basic desires that he claims motivate everyone's choices, actions and attitudes. Eschewing Erickson's stages of life and Maslow's pyramid of needs, Reiss surveyed over 6,000 people to identify the 16 factors that provide a more personalized "desires profile." Scoring high, low or average for ...
More each of the desires creates a unique description of an individual's sometimes hidden motivations. Reiss neglects to mention whether he made any comparisons between siblings or twins, but asserts that these desire levels are "genetically coded" and cannot be changed. If a strong desire leads one into trouble, he contends, understanding the motivating desire can direct the behavior into socially acceptable avenues (for instance, as when the street fighter turns professional boxer). It is easy for readers to identify and understand the desires for power, independence and curiosity. But a few of Reiss's categories are questionable, as when he fails to separate idealistic thinking from activist behavior. When discussing "romance," he implies that persons for whom sex is a high priority are also great lovers of art, music and beauty. While not the be-all and end-all of psychological study that Reiss claims it to be, this survey could be another useful tool in helping readers to understand themselves and to remedy what he calls "self-hugging" (believing that one's particular set of priorities is--or should be--everybody's) and "not getting it" (an impasse of understanding between people with different desire profiles). (Aug.)

books.google.fr/books - Preview

psychology motivation desire online book google en

03 Sep 09

The Psychology of Goals - Google Bücher

Chapter 6 "Fantasies and Motivatioinally Intelligent Goal Setting" in "The Psychology of Goals" by Gordon B. Moskovitz and Heidi Grant

books.google.de/books - Preview

goal-setting motivation mcii google ebook en

16 Jun 09

Programming Python - Google Buchsuche

by Mark Lutz (Author)

# Paperback: 1596 pages
# Publisher: O'Reilly Media, Inc.; 3 edition (August 23, 2006)
# Language: English
# ISBN-10: 0596009259
# ISBN-13: 978-0596009250

Amazon.com Review
Completely revised and improved, the second edition of Programming Python is an excellent compendium of material geared toward the more knowledgeable Python developer. It includes dozens of reusable scripts for common scripting tasks, and is one of the best available sources of information for this popular object-oriented scripting language.

In over 1,200 pages of material, this book offers an extremely comprehensive guide to Python development. Though his book is densely packed with information, Mark Lutz is a lively and witty writer whose focus is on getting things done using the natural strengths of the Python language. To that end, after an introduction and history of the language, the book shows how to use Python for performing automated tasks with files and directories (for example, for doing backups both locally and on Web servers). Not only will this book teach you more about Python, but it will also give you a library of code that you can use as is or adapt for your own projects.

The text covers every conceivable facet of Python and the language's support for networking, files and directories, task management, and even persistence (through its support for shelves). Complete Python programs show how to create e-mail clients, do reporting, and create Web applications (for an online errata database). Chapters on doing graphics programming in Python, as well as coverage of both built-in and custom data structures, are especially good. Because Python is often used for automating installations (in some Linux distributions, for instance), readers will appreciate the sample code and tips for using Python to create bulletproof installs.

Later sections show how get Python to work with C, Java (through JPython), and other languages. The book concludes with useful reference sections summarizing key aspects of Python, li

books.google.de/books - Preview

python dev google online book en

Learning Python - Google Buchsuche

by Mark Lutz (Author)

# Paperback: 746 pages
# Publisher: O'Reilly Media, Inc.; 3 edition (July 16, 2008)
# Language: English
# ISBN-10: 0596513984
# ISBN-13: 978-0596513986

Amazon.com Review
The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems and a preference for learning by semi-guided experimentation.

First off, Learning Python shows the relationships among Python scripts and their interpreter (in a mostly platform-neutral way). Then, the authors address the mechanics of the language itself, providing illustrations of how Python conceives of numbers, strings, and other objects as well as the operators you use to work with them. Dictionaries, lists, tuples, and other data structures specific to Python receive plenty of attention including complete examples.

Authors Mark Lutz and David Ascher build on that fundamental information in their discussions of functions and modules, which evolve into coverage of namespaces, classes, and the object-oriented aspects of Python programming. There's also information on creating graphical user interfaces (GUIs) for Python applications with Tkinter.

In addition to its careful expository prose, Learning Python includes exercises that both test your Python skills and help reveal more elusive truths about the language. --This text refers to an out of print or unavailable edition of this title.

Review
As a book for programmers who want to learn Python, it does a very good job. The coverage is informative and well order; making it easy to find what you're looking for. Overall, if you do some work with Python, you will benefit from owning this book. " - Sam Smith, news@UK, March "This book is a good example of Python culture, in the clarity of its text as much as in the quality of its code. Anyhone working their way through it

books.google.de/books - Preview

python dev google online book en

Python kurz und gut - Google Buchsuche

von Mark Lutz (Autor), Dinu C. Gherman (Übersetzer), Christian Tismer (Übersetzer)

# Taschenbuch: 158 Seiten
# Verlag: O'Reilly; Auflage: 3. A. (28. Mai 2005)
# Sprache: Deutsch
# ISBN-10: 389721511X
# ISBN-13: 978-3897215115
# Originaltitel: Python Pocket Reference

ekz-Informationsdienst 32, 08/2005
"Dieser schmale Band im Taschenbuchformat behandelt wichtige Sprachmerkmale und Elemente, z. B. Datentypen und Anweisungen, eingebaute Funktionen, Überladungsmethoden, Bibliotheksmodule, objektorientierte Programmierung. Geeignet ist der Band als Ergänzung zu Tutorien und Einführungen [...] und als Nachschlagewerk für Entwickler." - ekz-Informationsdienst 32, 08/2005

Kurzbeschreibung
Python ist eine objektorientierte Sprache zum Schreiben von Skripten, Programmen und Prototypen. Python ist frei verfügbar, leicht zu erlernen und zwischen allen wichtigen Plattformen portabel, einschließlich Linux, Unix, Windows und Mac OS.

Python -- kurz & gut ist eine kompakte Referenz zum schnellen Nachschlagen aller wichtigen Sprachmerkmale und Elemente von Python, darunter:

* Datentypen und Anweisungen * eingebaute Funktionen * objektorientierte Programmierung * Überladungsmethoden * The bright side of life * Bibliotheksmodule

Die vorliegende 3. Auflage wurde für Python 2.4 aktualisiert, komplett überarbeitet und um neues Material zu String-Ersetzung und String-Methoden, Generator-Ausdrücke, Dekoratoren für Funktionen und Methoden sowie um einen detaillierten Index ergänzt.

books.google.de/books - Preview

python dev google online book en

Python in a Nutshell - Google Buchsuche

by Alex Martelli (Author)

# Paperback: 734 pages
# Publisher: O'Reilly Media, Inc.; 2 edition (July 14, 2006)
# Language: English
# ISBN-10: 0596100469
# ISBN-13: 978-0596100469

Review
"Brave beginners will be well served by this title, which provides an intelligent, fast paced intro to core topics." - Martin Howse, LinuxUser & Developer, Issue 30 "I whole-heartedly recommend this book to all Python programmers. It is a very concise and informative book, and its small size belies its information content. I would also recommend and suggest this book to any experienced programmers wishing to begin programming in Python, who would enjoy a straight-to-the-point manual on the Python language." - Daire Stockdale, Cvu/ACCU --This text refers to the Paperback edition.

Product Description
This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it easy to look up the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions.

Ask any Python aficionado and you'll hear that Python programmers have it all: an elegant object-oriented language with readable and maintainable syntax, that allows for easy integration with components in C, C++, Java, or C#, and an enormous collection of precoded standard library and third-party extension modules. Moreover, Python is easy to learn, yet powerful enough to take on the most ambitious programming challenges. But what Python programmers used to lack is a concise and clear reference resource, with the appropriate measure of guidance in how best to use Python's great power. "Python in a Nutshell" fills this need.

"Python in a Nutshell," Second Edition covers more than the language itself; it also deals with the most frequently used parts of the standard library, and the most popu

books.google.de/books - Preview

python dev google online book en

Einführung in Python - Google Buchsuche

von Mark Lutz (Autor), David Ascher (Autor)

# Gebundene Ausgabe: 624 Seiten
# Verlag: O'Reilly; Auflage: 2. Auflage. (30. August 2007)
# Sprache: Deutsch
# ISBN-10: 3897214881
# ISBN-13: 978-3897214880

Aus der Amazon.de-Redaktion
Yipie, das Python-Buschrattenbuch ist wieder up to date. Python? Moment, vielleicht ist hier ja Faszination Riesenschlangen gemeint... nope: Einführung in Python handelt nicht davon, wie man einer Python am besten eine Maus in den Kiefer einführt, sondern von den Grundlagen, den Sprachelementen und den OO-Konzepten der Programmiersprache Python. In der zweiten Auflage zum Sprachstand 2.5.

Zielgruppe ist sowohl der Programmierneuling als auch der Programmierer mit Erfahrung, der sich an Python versuchen will. Insgesamt neun Themenbereiche erwarten den zukünftigen Schlangenbeschwörer: nach einer Einleitung mit grundsätzlichen Antworten zu Python ein Einstieg in die Programmausführung. Dann geht es los mit den Sprachdetails: Typen und Operationen, Anweisungen und Syntax, Funktionen, Module, Klassen und OOP und schließlich Ausnahmen und Werkzeuge. Zack, Schlange im Sack und bereit zum Abtransport. Ach ja, im Anhang noch Installation und Konfiguration sowie die Lösungen zu den Übungsaufgaben.

Okay, Programmierung hat mit Schlangenbeschwörung ungefähr so viel zu tun wie ... naja, egal. Aber Mark Lutz und David Ascher haben das irgendwie hingekriegt mit dem Beschwören... des Lesers. Denn Einführung in Python ist überhaupt nicht fachbuchig trocken, sondern, naja, beschwörend eben :) --Wolfgang Treß

Kurzbeschreibung
Google tut es, YouTube tut es, Zope und die NASA tun es - sie verwenden Python. Und das natürlich nicht ohne Grund! Python ist portabel, Open Source, modern, objektorientiert, mit schlankem Sprachkern bei gleichzeitig mächtigem Bibliotheksumfang. Für Anfänger ist aber noch ein weiterer Vorteil entscheidend: Python macht mit seiner übersichtlichen Syntax und seinem gut lesbaren Code den Einsteig leichter als die meisten anderen Sprachen.

Die zweite Auflage von "Einführung in Pyt

books.google.de/books - Preview

python dev google online book de

Beginning Python: From Novice to Professional - Google Buchsuche

by Magnus Lie Hetland (Author)

# Paperback: 688 pages
# Publisher: Apress; 2 edition (September 8, 2008)
# Language: English
# ISBN-10: 1590599829
# ISBN-13: 978-1590599822

Product Description

Gain a fundamental understanding of Python’s syntax and features with the second edition of Beginning Python, an up–to–date introduction and practical reference. Covering a wide array of Python–related programming topics, including addressing language internals, database integration, network programming, and web services, you’ll be guided by sound development principles. Ten accompanying projects will ensure you can get your hands dirty in no time.

Updated to reflect the latest in Python programming paradigms and several of the most crucial features found in the forthcoming Python 3.0 (otherwise known as Python 3000), advanced topics, such as extending Python and packaging/distributing Python applications, are also covered.
What you’ll learn

* Become a proficient Python programmer by following along with a friendly, practical guide to the language’s key features.
* Write code faster by learning how to take advantage of advanced features such as magic methods, exceptions, and abstraction.
* Gain insight into modern Python programming paradigms including testing, documentation, packaging, and distribution.
* Learn by following along with ten interesting projects, including a P2P file–sharing application, chat client, video game, remote text editor, and more. Complete, downloadable code is provided for each project!

Who is this book for?

Programmers, novice and otherwise, seeking a comprehensive introduction to the Python programming language.
About the Apress Beginning Series

The Beginning series from Apress is the right choice to get the information you need to land that crucial entry–level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from “novice to professional.” You’ll start your journey by seeing what you ne

books.google.de/books - Preview

python dev google online book en

Beginning Game Development with Python and Pygame: From Novice to Professional - Google Buchsuche

by Will McGugan (Author)

# Paperback: 316 pages
# Publisher: Apress (May 4, 2009)
# Language: English
# ISBN-10: 1590598725
# ISBN-13: 978-1590598726

Product Description

Like music and movies, video games are rapidly becoming an integral part of our lives. Over the years, you’ve yearned for every new gaming console, mastered each blockbuster within weeks after its release, and have even won a local gaming competition or two. But lately you’ve been spending a lot of time thinking about a game idea of your own, or are exploring the possibility of making a career of this vibrant and growing industry. But where should you begin?

Beginning Game Development with Python and Pygame is written with the budding game developer in mind, introducing games development through the Python programming language and the popular Pygame games development library. Authored by industry veteran and Python expert Will McGugan, who most recently worked on the MotorStorm game for Play Station 3, you’ll be privy to insights that will not only help you to exploit PyGame to its maximum potential, but also make you a more creative and knowledgeable games developer all round.

* Learn how to create advanced games by taking advantage of the popular open source Python programming language and Pygame games development library.
* Learn about coding gaming preferences, sound, visual effects, and joystick/keyboard interaction.
* Discover the concepts that are crucial to success in todays gaming industry, such as support for multiple platforms, and granting users the ability to extend and customize your games.

What you’ll learn

* Take advantage of Python and the Pygame library to build compelling cross-platform games.
* Learn to best use these technologies to turn your dream game into reality.
* Create professional games by accounting for sound, special effects, and user interaction through the joystick and keyboard.
* Build both two- and three-dimensional games, and learn more about the factors that contribute to ch

books.google.de/books - Preview

python dev google online book game en

Python Programming On Win32: Help for Windows Programmers - Google Buchsuche

by Mark Hammond (Author), Andy Robinson (Author)

# Paperback: 672 pages
# Publisher: O'Reilly Media, Inc.; 1st edition (January 2000)
# Language: English
# ISBN-10: 1565926218
# ISBN-13: 978-1565926219

Amazon.com Review
Python Programming on Win32 zeroes in on the strengths of the Python programming language for the Windows platform. If you would like to use Python on Windows with Office 2000, this book is a perfect choice for getting started. While it's not an introduction to Python programming itself, the book does present some basic Python examples. (The authors do provide an impressive list of real-world projects that have used Python successfully, including an application at NASA and a major Web search engine.)

In lieu of a general language tour, this book centers on practical tips and examples for using Python on Windows, beginning with downloading and installing the free Python package. The most useful examples here present a Python library for general accounting objects. You'll learn how to write COM servers in Python and then how to script them in Visual Basic (used here to build user interfaces) and how to control Word and Excel with OLE Automation in Python. One standout example looks at building and printing accounting reports in Office 2000 using Python as the script language.

Later sections look at other possibilities, including how to use Python's support for MFC to build user interfaces. A notable section here looks at Windows NT system administration in Python. Because of its built-in support for dictionaries, Python is a natural fit for working with users, groups, permissions, and the like.

While Python's initial habitat may be Unix, Python Programming on Win32 shows that this powerful and increasingly popular object-oriented language may find its next home on Windows. Provided you have some previous exposure to the language, this book is an excellent resource for using Python in a Windows setting. --Richard Dragan

Topics covered: Python programming quick-start, Windows Python basics, Pyt

books.google.de/books - Preview

python dev google online book win com en

Das Python-Praxisbuch: Der große Profi-Leitfaden für Programmierer - Google Buchsuche

von Farid Hajji (Autor)

# Gebundene Ausgabe: 1298 Seiten
# Verlag: Addison-Wesley, Muenchen; Auflage: 1 (1. September 2008)
# Sprache: Deutsch
# ISBN-10: 3827325439
# ISBN-13: 978-3827325433

Aus der Amazon.de-Redaktion
Wenn Übersichtlichkeit und Lesbarkeit des Codes eine Rolle spielen und man schnell und einfach Programmieren will, ist die in den 1990er Jahre von Guido van Rossum entwickelte Programmiersprache Python (nach der englische Komikertruppe Monty Python und nicht nach der Schlange benannt!) noch immer erste Wahl - Farid Hajji hat mit über 20 Jahren Erfahrung in den Fingern sein mehr als 1000 Seiten umfassendes Das Python-Praxisbuch für fortgeschrittene Programmierer geschrieben, die sich eng an der Praxis in Python einarbeiten wollen: umfassend und grundlegend.

Hajji beginnt ganz am Anfang: Installation der Python-Entwicklungsumgebung, die Shell und das erste "Hello, World!" Als nächstes übergreifende Kapitel, dann die Python-Grundlagen aus Zahlen, Strings und Listen bis hin zu Python und C/C++. Teil drei und Abschluss dann mit den Anwendungen: XML und XSLT, Persistenz und Datenbanken, die Netzwerkprogrammierung, Web-Programmierung und Frameworks, GUI-Toolkits sowie Python für Wissenschaftler.

Hajji liefert mit Das Python-Praxisbuch einen sauberen Leitfaden, der seinen Namen verdient: klare Struktur, Konzentration und viel Erfahrung für die relevanten neuralgischen Punkte beim Erlernen einer (neuen) Programmiersprache. --Wolfgang Treß

Kurzbeschreibung
Im ersten Teil des Buches erklärt Ihnen Autor Farid Hajji, wie Sie Python (unter Unix und Windows) installieren, sich in der Python-Shell zurechtfinden und eigenständig die notwendige Dokumentation lokalisieren. Das grundlegende Handwerkszeug vermittelt er Ihnen im zweiten Teil direkt am Python-Prompt und anhand vieler Beispielprogramme. Sie werden Strings, Listen, Dictionaries, Funktionen, die Datei-Ein- und -Ausgabe sowie Klassen und Objekte ausführlich kennenlernen. Die Brücke zur C- und C++-Welt wird mit Hilfe von ctypes und SWIG geschlagen. So

books.google.de/books - Preview

python dev google online book de

Python Essential Reference (3rd Edition) - Google Buchsuche

# Publisher: Sams 3/2/ (January 1, 2006)
# ASIN: B0028QROV2

Python Essential Reference, 3rd Edition, is a comprehensive reference to the Python programming language. The focus of this latest edition is to add coverage of significant new features and new library modules added to the language over the past five years. Clearly written with concise organization, the new features covered include new style classes, unification of types and classes, xmlrpclip, intertools, bz2 and optparse, making it the most up-to-date Python book on the market.

books.google.de/books - Preview

python dev ref google online book en

Beginning Python (Programmer to Programmer) - Google Buchsuche

by Peter C. Norton (Author), Alex Samuel (Author), Dave Aitel (Author), Eric Foster-Johnson (Author), Leonard Richardson (Author), Jason Diamond (Author), Aleatha Parker (Author), Michael Roberts (Author)

# Paperback: 696 pages
# Publisher: Wrox (August 5, 2005)
# Language: English
# ISBN-10: 0764596543
# ISBN-13: 978-0764596544

Product Description

* This tutorial offers readers a thorough introduction to programming in Python 2.4, the portable, interpreted, object-oriented programming language that combines power with clear syntax
* Beginning programmers will quickly learn to develop robust, reliable, and reusable Python applications for Web development, scientific applications, and system tasks for users or administrators
* Discusses the basics of installing Python as well as the new features of Python release 2.4, which make it easier for users to create scientific and Web applications
* Features examples of various operating systems throughout the book, including Linux, Mac OS X/BSD, and Windows XP



From the Back Cover
Beginning Python

As a portable, open source, object-oriented programming language, Python combines remarkable power with clear syntax. And, as one of the fastest growing languages, Python manages systems and can be used for data mining and Web development. With this book, you'll learn how to program using the latest release — Python 2.4 — and create robust, reliable, and reusable Python applications.

You'll quickly see why Python is an ideal first programming language to learn, both for its ease of use and the fact that it offers interpreters for most operating system platforms. This in-depth look at Python 2.4 examines how it has become even easier for you to tell a computer what tasks you want it to do in an environment where you are in control.

What you will learn from this book

* Methods that can be used to quickly develop Web applications and scientific applications and to incorporate databases
* How to master system tasks on Linux,® Windows,®and Mac OS® X

books.google.de/books - Preview

python dev google online book en

25 May 09

Sniff'em | Windows XP SP2 SearchURL lock

This situation changed with Windows™ XP SP2, Microsoft™ has locked down the SearchURL modifications, they have done so by adding a PROVIDER key which identifies the Search engine provider. The Registry path where the key is saved is : \Software\Microsoft\Internet Explorer\SearchUrl

For instance the provider identification for Google™ is "gogl"

The provider keys I found by bruteforcing the pprovider parameter are: (gogl - Google, lyco - Lycos, yaho - Yahoo). There should be more but I stopped here rather then brute forcing through all characters.

www.sniff-em.com/sp2note.html - Preview

win xp iexplorer google reg knowhow tips en

11 May 09

Google Assistant - Surf Canyon :: Firefox Add-ons

Surf Canyon accelerates the process of finding relevant information buried in the search results on Google, Yahoo!, Live Search, Lexis Web and Craigslist. Search as you always would and Surf Canyon automatically figures out what you need and then fetches it from as deep as page 100. Improve relevancy by up to 40%. Further customize your search at my.SurfCanyon.com by indicating your favorite websites as well as sites you want to avoid.

addons.mozilla.org/...6549 - Preview

ff2 ff3 ff35 addon firefox extension search google

Search Cloudlet for Google, Yahoo and Twitter :: Firefox Add-ons

Search Cloudlet inserts smart tag clouds into Google / Yahoo / Twitter interface to help you search faster. This free productivity-boosting add-on was featured at LifeHacker, PC World, Website Magazine, etc. Install it now to add magic to your search

addons.mozilla.org/...9943 - Preview

ff2 ff3 ff35 addon firefox extension productivity cloud tag google

KwiClick :: Firefox Add-ons

KwiClick enhances the way you view and retrieve information from your favorite services. KwiClick removes the need to open a new tab to get information from Google Search, Google Maps, Wikipedia, Amazon, YouTube, FriendFeed and much more.

addons.mozilla.org/...5655 - Preview

ff3 ff35 addon firefox extension google wikipedia amazon youtube

CustomizeGoogle :: Firefox Add-ons

CustomizeGoogle ist eine Erweiterung für Firefox, welche die Google Suche durch die Ergänzung nützlicher Informationen erweitert. Beispielsweise werden Links zu Yahoo, Ask.com, MSN etc. hinzugefügt oder unerwünschte Informationen wie Werbung, SPAM oder Nutzerprofile entfernt. Alle Funktionen sind optional.

addons.mozilla.org/...743 - Preview

ff2 ff3 ff35 addon firefox extension google

07 May 09

Use Gmail IMAP in Microsoft Outlook 2007 :: the How-To Geek

We've all been hearing about the new IMAP support in Gmail, but how do we access that from Outlook? Those of you that have been waiting patiently will be happy to know all the instructions are on this page.

Using IMAP we can synchronize email across multiple devices, since the mail stays on the server. You already stopped reading this part and skipped down to the instructions, didn't you?

www.howtogeek.com/...imap-in-microsoft-outlook-2007 - Preview

ol2007 outlook gmail google imap howto tips en

1 - 20 of 45 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo