| computercollectief | comcol.nl | |||
| computerboeken & software | computerboeken | |||
| home | producten | verwacht | koopjes | licenties | nieuwsbrief | dealer-info | contact | winkelwagen | ||
| zoeken | nieuw | thema's | acties | hoe bestellen | faq | winkels | over ons | afrekenen |
| computerboeken » algemeen of platformonafhankelijk » software-ontwikkeling » python » python 2.x | ||
boeken over python 2.xVerzendkosten slechts € 1,95 (voor bestellingen boven de 20 euro in Nederland, daaronder € 4,95) | |||
| compact overzicht | uitvoerig overzicht | blad 1 van 3 volgende » | ||
Beginning Game Development with Python and PygameAPress | 2007 | 316 blz. | Will McGugan Create stunning video games using popular open source technologies! Previous programming experience is useful but not essential, because the first two chapters introduce the Python programming language - or serve as a refresher course if you are already familiar with Python. Further chapters cover how to use Pygame to set up a graphical display, draw to the screen, handle events, and read input devices. Tutorial for Developers, Beginning and Intermediate Level, behandelt US versie boek | 13642-A3 | € 31,90 (30,09 excl. BTW) | ISBN: 9781590598726 / 1590598725 | Engels US | ![]() | ||
| meer info... | dit artikel bestellen | naar de kassa | |||||||
Beginning Python: From Novice to Professional, Second EditionAPress | 2008 | 656 blz. | Magnus Lie Hetland Presenting elegant Python techniques and data structures for all platforms, the Web, and enterprise. Tutorial for Developers, Beginning and Intermediate Level, behandelt US versie 3 boek | 9371-G3 | € 41,90 (39,53 excl. BTW) | ISBN: 9781590599822 / 1590599829 | Engels US | ![]() | ||
| nieuw! | meer info... | dit artikel bestellen | naar de kassa | ||||||
Beginning PythonAPress | 2005 | 604 blz. | Magnus Lie Hetland Master Python's key features with this comprehensive guide to one of the world's most popular open source programming languages Tutorial for Developers, Beginning and Intermediate Level, behandelt US versie boek | 9371F2 | € 35,90 (33,87 excl. BTW) | ISBN: 9781590595190 / 159059519X | Engels US | ![]() | ||
| OP=OP | meer info... | dit artikel bestellen | naar de kassa | ||||||
The Definitive Guide to DjangoAPress | 2008 | 447 blz. | Adrian Holovaty, Jacob Kaplan-Moss Django, the Python-based equivalent to the Ruby on Rails web development framework, is presently one of the hottest topics in web development today. In The Definitive Guide to Django: Web Development Done Right, Adrian Holovaty, one of Django's creators, and Django lead developer Jacob Kaplan-Moss show you how they use this framework to create award-winning web sites. Over the course of three parts, they guide you through the creation of a web application reminiscent of chicagocrime.org. Tutorial for Developers, Beginning and Intermediate Level, behandelt US versie boek | 13494-A1 | € 35,90 (33,87 excl. BTW) | ISBN: 9781590597255 / 1590597257 | Engels US | ![]() | ||
| meer info... | dit artikel bestellen | naar de kassa | |||||||
Foundations of Agile Python DevelopmentAPress | 2008 | 393 blz. | Jeff Younker This book gives you a complete set of open source tools to turbocharge your Python projects, and shows you how to integrate them into a smoothly functioning whole. Eclipse and Pydev make an excellent Python IDE. Python ships with an xUnit-based unit-testing framework. Nose is great for running tests, supplemented by PyFit for functional testing. Setuptools is your build harness and packaging mechanism, with functionality similar to Maven in Java. Subversion provides a place to store your code, and Buildbot is an ideal continuous integration server. This book shows you how to tie all of these pieces together into one tool chain! Tutorial for Developers, Beginning and Intermediate Level, behandelt US versie boek | 14666-A7 | € 31,90 (30,09 excl. BTW) | ISBN: 9781590599815 / 1590599810 | Engels US | ![]() | ||
| meer info... | dit artikel bestellen | naar de kassa | |||||||
Practical Django ProjectsAPress | 2008 | 237 blz. | James Bennett In this book, you'll learn how Django - a Python-based, open source web application framework developed by a fast-paced online news operation - can help you write better web applications with less code. The aim of this book is to guide you toward becoming a more effective developer, regardless of whether you're new to web development or an old hand. This book explains the technical details of developing applications with Django, but more importantly, it shows you how Django can help you write clean, flexible code with an eye toward reusability. Tutorial for Developers, Intermediate and Advanced Level, behandelt US versie boek | 14665-A3 | € 32,90 (31,04 excl. BTW) | ISBN: 9781590599969 / 1590599969 | Engels US | ![]() | ||
| meer info... | dit artikel bestellen | naar de kassa | |||||||
Bluetooth Essentials For ProgrammersCambridge University Press | 2007 | 198 blz. | Albert S. Huang, Larry Rudolph This book provides an introduction to Bluetooth programming, with a specific focus on developing real code. The authors discuss the major concepts and techniques involved in Bluetooth programming, with special emphasis on how they relate to other networking technologies. They provide specific descriptions and examples for creating applications in a number of programming languages and environments, including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X. Tutorial for Developers, Beginning and Intermediate Level, behandelt US versie boek | 1976-H0 | € 37,90 (35,75 excl. BTW) | ISBN: 9780521703758 / 0521703751 | Engels US | ![]() | ||
| op bestelling | meer info... | dit artikel bestellen | naar de kassa | ||||||
Python Interview QuestionsEquity Press | 2006 | 129 blz. | Terry Sanchez-Clark In-depth and current overview of common challenges with Python Tutorial for Developers, Intermediate and Advanced Level, behandelt US versie boek | 11371-A1 | € 49,90 (47,08 excl. BTW) | ISBN: 9781933804545 / 1933804548 | Engels US | ![]() | ||
| op bestelling | meer info... | dit artikel bestellen | naar de kassa | ||||||
CherryPy EssentialsPackt Publishing | 2007 | 257 blz. | Sylvain Hellegouarch Design, develop, test, and deploy your Python web applications easily CherryPy is a Python library for web development that allows developers to build web applications in the same way as any other object-oriented Python program. This book is principally geared towards web developers who wish to learn how the Python programming language can fit their requirements. Although the CherryPy toolkit is at the core of the book many other common libraries are introduced, therefore opening the book to a larger audience. Tutorial for Developers, Beginning and Intermediate Level, behandelt UK versie boek | 12304-A0 | € 39,20 (36,98 excl. BTW) | ISBN: 9781904811848 / 1904811841 | Engels UK | ![]() | ||
| meer info... | dit artikel bestellen | naar de kassa | |||||||
Expert Python ProgrammingPackt Publishing | 2008 | 352 blz. | Tarek Ziadé Even if you find writing Python code easy, writing code that is efficient and easy to maintain and reuse is not so straightforward. This book will show you how to do just that. It will show you how Python development should be done. This book is for Python developers who are already building applications, but want to build better ones by applying best practices and new development techniques to their projects. Tutorial for Developers, Intermediate and Advanced Level, behandelt UK versie boek | 15145-A1 | € 37,10 (35,00 excl. BTW) | ISBN: 9781847194947 / 184719494X | Engels UK | ![]() | ||
| nieuw! | meer info... | dit artikel bestellen | naar de kassa | ||||||
boeken over python 2.xVerzendkosten slechts € 1,95 (voor bestellingen boven de 20 euro in Nederland, daaronder € 4,95) | |||
| compact overzicht | uitvoerig overzicht | blad 1 van 3 volgende » | ||