e99 Online Shopping Mall
Help | |
Home - Basic P - Python Programming (Books) |
  | Back | 21-40 of 99 | Next 20 |
click price to see details click image to enlarge click link to go to the store
21. Head First Programming: A Learner's Guide to Programming Using the Python Language by David Griffiths, Paul Barry | |
Paperback: 448
Pages
(2009-11-24)
list price: US$49.99 -- used & new: US$26.55 (price subject to change: see help) Asin: 0596802374 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Looking for a reliable way to learn how to program on your own, without being overwhelmed by confusing concepts? Head First Programming introduces the core concepts of writing computer programs -- variables, decisions, loops, functions, and objects -- which apply regardless of the programming language. This book offers concrete examples and exercises in the dynamic and versatile Python language to demonstrate and reinforce these concepts. We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First Programming uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep. Customer Reviews (16)
An Easy Read for a Difficult Subject
Good book, don't get thrown by obsolete example...
Excellent Introduction to Programming Fundamentals
Great for beginners but needs more exercises
Head First Programing giving headaches |
22. Dive Into Python by Mark Pilgrim | |
Paperback: 330
Pages
(2009-03-20)
list price: US$34.95 -- used & new: US$27.71 (price subject to change: see help) Asin: 1441413022 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (37)
Okay Book
Excellent Introduction for Experienced Programmers
Great book
Mid-level overview
Avoid the $1 Kindle version |
23. Bioinformatics Programming Using Python: Practical Programming for Biological Data (Animal Guide) by Mitchell L. Model | |
Paperback: 528
Pages
(2009-12-15)
list price: US$59.99 -- used & new: US$44.38 (price subject to change: see help) Asin: 059615450X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Powerful, flexible, and easy to use, Python is an ideal language for building software tools and applications for life science research and development. This unique book shows you how to program with Python, using code examples taken directly from bioinformatics. In a short time, you'll be using sophisticated techniques and Python modules that are particularly effective for bioinformatics programming. Bioinformatics Programming Using Python is perfect for anyone involved with bioinformatics -- researchers, support staff, students, and software developers interested in writing bioinformatics applications. You'll find it useful whether you already use Python, write code in another language, or have no programming experience at all. It's an excellent self-instruction tool, as well as a handy reference when facing the challenges of real-life programming tasks. Customer Reviews (3)
Good introductory book for learning both bioinformatics and pytho
Elegant guide that is desperately needed
A very good Book..!! |
24. Head First Python by Paul Barry | |
Paperback: 480
Pages
(2010-11-30)
list price: US$49.99 -- used & new: US$31.49 (price subject to change: see help) Asin: 1449382673 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Are you keen to add Python to your programming skills? Learn quickly and have some fun at the same time with Head First Python. This book takes you beyond typical how-to manuals with engaging images, puzzles, stories, and quizzes that are proven to stimulate learning and retention. You'll not only learn how Python differs from other programming languages and how it's similar, you'll learn how to be a great programmer. We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First Python uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep. |
25. Introduction to Computing and Programming in Python, A Multimedia Approach (2nd Edition) by Mark J. Guzdial, Barbara Ericson | |
Paperback: 432
Pages
(2009-07-11)
list price: US$110.00 -- used & new: US$68.00 (price subject to change: see help) Asin: 0136060234 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Guzdial introduces programming as a way of creating and manipulating media—a context familiar and intriguing to today's readers. Starts readers with actual programming early on. Puts programming in a relevant context (Computing for Communications). Includes implementing Photoshop-like effects, reversing/splicing sounds, creating animations. Acknowledges that readers in this audience care about the Web; introduces HTML and covers writing programs that generate HTML. Uses the Web as a Data Source; shows readers how to read from files, but also how to write programs to directly read Web pages and distill information from there for use in other calculations, other Web pages, etc. (examples include temperature from a weather page, stock prices from a financials page). A comprehensive guide for anyone interested in learning the basics of programming with one of the best web languages, Python. Customer Reviews (5)
Good entry level book
Very Nice Hands-on Multimedia Book for Learning Python
strong image analysis
best python as a first language book so far
Great Book |
26. Text Processing in Python by David Mertz | |
Paperback: 544
Pages
(2003-06-12)
list price: US$54.99 -- used & new: US$29.99 (price subject to change: see help) Asin: 0321112547 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (18)
A very good intro book
Instant Classic
Valuable information poorly presented
And now for something different...
If you need to process text, this is a great book! |
27. Python and Tkinter Programming by John E Grayson Ph.D. | |
Paperback: 688
Pages
(2000-01)
list price: US$49.95 -- used & new: US$41.92 (price subject to change: see help) Asin: 1884777813 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description John E. Grayson's deeply thought out, maturely written Python and Tkinter Programming does the double service of being a excellent object-oriented GUI book and communicating the standard for Tk-widget-based GUI development to the Python community. The short-term result will be a rapid expansion in the popularity of Python itself; the long-term result will be a new batch of supportable, reusable code. Grayson begins with a three-line "hello world" variant that works out of the box. He moves quickly to a variety of GUI calculators to exhibit buttons and label widgets. Familiarity with Tk from Tcl/Tk or Perl/Tk is helpful but not essential. The convenient bonus of the Python implementation is its inclusion in the standard Python release, of which the current stable version is 1.5. Nearly half of the book is dedicated to Tk widget implementations and constitutes a translation of Tk into Python. By itself, it is a good teaching tool for students of Python who already know Tk in one of its other manifestations. Appendices covering build/install issues Python megawidgets and a Tkinter reference manual comprise nearly 40 percent of the book, leaving a brief 15 percent for the introductory tutorial, application building, and performance tuning. A late chapter on threads suggests a broad range of client/server applications, but is too brief to be more than a tease. Throughout the text, code snippets are presented in coherent blocks with annotations sensibly appearing as clearly numbered end notes to those blocks. Grayson presents cross-platform issues with maturity and candor. While Python for Windows and Macintosh environments is stable, he asserts, the Tkinter module does not have the same global look-and-feel control. Fonts and colors are dictated partially by the platform OS. The subtle challenge for developers is to develop supportable code in the breakneck boss-pleasing, GUI-driven environment. Grayson's elegant introduction to Tkinter advances the subtext of supportability noticeably farther along. By documenting Tkinter, he will push a group of laggard hackers to learn object-oriented principles. And that may be his lasting contribution. --Peter Leopold Customer Reviews (24)
Notes on "Python and TkKnter Programming "
Patchy but has good tricks for advanced programmers
A Good Python and Tkinter book
Good Syllabus
Excellent book on Pmw, not Tkinter. |
28. Python Programming on WIN32: Help for Windows Programmers by Mark Hammond, Andy Robinson | |
Paperback: 672
Pages
(2000-01)
list price: US$59.99 -- used & new: US$49.99 (price subject to change: see help) Asin: 1565926218 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description In lieu of a generallanguage tour, this book centers on practical tips and examples forusing Python on Windows, beginning with downloading and installing thefree Python package. The most useful examples here present a Pythonlibrary for general accounting objects. You'll learn how to write COMservers in Python and then how to script them in Visual Basic (usedhere to build user interfaces) and how to control Word and Excel withOLE Automation in Python. One standout example looks at building andprinting accounting reports in Office 2000 using Python as the scriptlanguage. Later sections look at other possibilities, including howto use Python's support for MFC to build user interfaces. A notablesection here looks at Windows NT system administration inPython. Because of its built-in support for dictionaries, Python is anatural fit for working with users, groups, permissions, and thelike. While Python's initial habitat may be Unix, PythonProgramming on Win32 shows that this powerful and increasinglypopular object-oriented language may find its next home onWindows. Provided you have some previous exposure to the language,this book is an excellent resource for using Python in a Windowssetting. --Richard Dragan Topics covered: Pythonprogramming quick-start, Windows Python basics, Python support forCOM/DCOM, the Pythonwin editor, Office 2000 scripting, Windows NTadministration and system programming, Python MFC programming, andActive Scripting. Customer Reviews (10)
An oldie but goodie.
Required Reading for Python programmers (on Windows)
COM basics for Python
Python and Win32 for Pinheads However, there are things this book does not cover. For instance, I thought scripting languages are a handy tool for text processing, but throughout this book I encountered only one mention of regular expressions - in the context of filtering file names, and you won't find regular expressions in the Index. From 10-page Chapter "Working with Email" you'll learn what SMTP and POP3 stand for, and from 15-page Appendix(!) "Threads" you'll learn that Python has something to do with threads, and fairly much about COM threading model. Information in this 650-page book can fit a dozen-page article. Most of all this book looks like a slide show for marketing, trying to convince them that Python is the answer to all questions. And most of the time it sounds like: "It's easy, we won't tell you exactly what and how, but for smart guys like us who can read man pages, it's very easy."
Not for learning Python or programmin on Win32 If you are not a Windows COM programmer who's trying to learn Python or aretrying develop Python applications on other platforms, please look forother Python books. ... Read more |
29. Python in a Nutshell, Second Edition (In a Nutshell (O'Reilly)) by Alex Martelli | |
Paperback: 742
Pages
(2006-07-14)
list price: US$39.99 -- used & new: US$21.99 (price subject to change: see help) Asin: 0596100469 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review 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 popular and important third party extensions. Revised and expanded for Python 2.5, this book now contains the gory details of Python's new subprocess module and breaking news about Microsoft's new IronPython project. Our "Nutshell" format fits Python perfectly by presenting the highlights of the most important modules and functions in its standard library, which cover over 90% of your practical programming needs. This book includes: Python in a Nutshell provides a solid, no-nonsense quick reference to information that programmers rely on the most. This book will immediately earn its place in any Python programmer's library. "In a nutshell, Python in a Nutshell serves one primary goal: to act as an immediately accessible goal for the Python language. True, you can get most of the same core information that is presented within the covers of this volume online, but this will invariably be broken into multiple files, and in all likelihood lacking the examples or the exact syntax description necessary to truly understand a command." "O'Reilly has several good books, of which Python in a Nutshell by Alex Martelli is probably the best for giving you some idea of what Python is about and how to do useful things with it." Customer Reviews (41)
Great intro
Excellent reference book for Python.Not for learning, but great reference.
Not a Nutshell
Just Good Enough
In a Nutshell is correct. |
30. Python Pocket Reference: Python in Your Pocket (Pocket Reference (O'Reilly)) by Mark Lutz | |
Paperback: 208
Pages
(2009-10-08)
list price: US$14.99 -- used & new: US$7.79 (price subject to change: see help) Asin: 0596158084 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This is the book to reach for when you're coding on the fly and need an answer now. It's an easy-to-use reference to the core language, with descriptions of commonly used modules and toolkits, and a guide to recent changes, new features, and upgraded built-ins -- all updated to cover Python 3.X as well as version 2.6. You'll also quickly find exactly what you need with the handy index. Written by Mark Lutz -- widely recognized as the world's leading Python trainer -- Python Pocket Reference, Fourth Edition, is the perfect companion to O'Reilly's classic Python tutorials, also written by Mark: Learning Python and Programming Python. Customer Reviews (17)
Good language reference, not a library reference
Very handy reference with all the answers
Decent reference
If you know C++.
One of the greatest computer books of all time |
31. Mathematics for the Digital Age and Programming in Python by Maria Litvin, Gary Litvin | |
Paperback: 352
Pages
(2010-01-15)
list price: US$35.50 -- used & new: US$35.50 (price subject to change: see help) Asin: 0982477589 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Mathematics for the Digital Age and Programming in Python is written in the same engaging not-for-dummies style as the Litvins' earlier books, but it is aimed at younger students. It offers a unique blend of mathematics and programming, designed to give students in introductory computer science courses an appreciation for the rigorous mathematics relevant to computing, as well as practical skills for writing programs. The vision behind this book is that math and computer science should help each other. A programmer needs to be comfortable with abstractions, and that is precisely what math teaches. Computer science reciprocates by providing models and hands-on exercises that help clarify and illustrate more abstract math. Most importantly, both teach "precision thinking" an important means of solving problems that call for exact solutions. Python was chosen because it is a popular commercial programming language that is well-supported, easy to get started with, and free. Python has many powerful features intended for software professionals, but it also has a convenient subset accessible to beginners. Some students may choose to study AP Computer Science in high school, or major in CS in college. Others may decide to go into math, science, law, art, social sciences, or humanities. Regardless of your goals, Mathematics for the Digital Age and Programming in Python will help you gain a better understanding of the computerized world around you. Customer Reviews (3)
Math for the Digital Age
Great Book On Math & Python Programming
A beautiful book on math with programming as a bonus |
32. Hello World! Computer Programming for Kids and Other Beginners by Warren Sande, Carter Sande | |
Paperback: 440
Pages
(2009-03-30)
list price: US$34.99 -- used & new: US$19.99 (price subject to change: see help) Asin: 1933988495 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description "Computer programming is a powerful tool for children to 'learn learning,' that is, to learn the skills of thinking and problem-solving...Children who engage in programming transfer that kind of learning to other things."--Nicholas Negroponte, the man behind the One Laptop Per Child project that hopes to put a computer in the hands of every child on earth, January 2008 Your computer won't respond when you yell at it. Why not learn to talk to your computer in its own language? Whether you want to write games, start a business, or you're just curious, learning to program is a great place to start. Plus, programming is fun! Hello World! provides a gentle but thorough introduction to the world of computer programming. It's written in language a 12-year-old can follow, but anyone who wants to learn how to program a computer can use it. Even adults. Written by Warren Sande and his son, Carter, and reviewed by professional educators, this book is kid-tested and parent-approved. You don't need to know anything about programming to use the book. But you should know the basics of using a computer--e-mail, surfing the web, listening to music, and so forth. If you can start a program and save a file, you should have no trouble using this book. Customer Reviews (26)
Good Principals - Bad Timing - Poor Focus
Great book! Important subject
Out-dated
Great introduction programming book for kids, and adults too!
my son is learning how to program |
33. Web Programming in Python: Techniques for Integrating Linux, Apache, and MySQL by George K. Thiruvathukal, Thomas W. Christopher, John P. Shafaee | |
Paperback: 768
Pages
(2001-10-23)
list price: US$44.99 -- used & new: US$14.38 (price subject to change: see help) Asin: 0130410659 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (11)
Uneven
Even now (2009!) stlil a very useful book
Learning Curve - Too Unfocused
Thank you to our readers & web site
Best kept secret in web programming |
34. Gray Hat Python: Python Programming for Hackers and Reverse Engineers by Justin Seitz | |
Paperback: 232
Pages
(2009-04-20)
list price: US$39.95 -- used & new: US$21.42 (price subject to change: see help) Asin: 1593271921 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Python is fast becoming the programming language of choice for hackers, reverse engineers, and software testers because it's easy to write quickly, and it has the low-level support and libraries that make hackers happy. But until now, there has been no real manual on how to use Python for a variety of hacking tasks. You had to dig through forum posts and man pages, endlessly tweaking your own code to get everything working. Not anymore. Gray Hat Python explains the concepts behind hacking tools and techniques like debuggers, trojans, fuzzers, and emulators. But author Justin Seitz goes beyond theory, showing you how to harness existing Python-based security tools - and how to build your own when the pre-built ones won't cut it. You'll learn how to: The world's best hackers are using Python to do their handiwork. Shouldn't you? Customer Reviews (15)
You need a lot of background for this book
Excellent coverage of Python for debugging
Definitely not for beginners!
Debugging the debugger..
RE noob's take on Gray Hat Python |
35. Game Programming With Python (Game Development Series) by Sean Riley | |
Paperback: 470
Pages
(2003-10-24)
list price: US$49.95 -- used & new: US$24.99 (price subject to change: see help) Asin: 1584502584 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Game Programming with Python is about building games using Python. It deals with general concepts of game development and specifics that apply when using Python for game development. Some of the general topics include simulations, game architectures, graphics, networking, and user interfaces. The Python-specific topics covered include Python development strategies, using Python for data-driven systems, performance tuning, modules and packages, and interfaces between Python and other programming languages. Additionally, a series of increasingly complex examples are developed throughout the book using Python. Python is already being used by professional game developers in a number of popular commercial games, including the award winning Star Trek ® Bridge Commander™ (Totally Games), Freedom Force™ (Irrational Games), and Earth & Beyond™ (Electronic Arts). Games such as these use Python in three major ways: as a full-fledged programming language to develop real software systems; as a scripting language to control and interface between systems written in other languages; and as a data language to describe game rules and game objects. Throughout the book, each of these major uses of Python is discussed along with the differences between them. Written for Python programmers interested in learning game development, as well as game developers interested in using Python, the book assumes you have some programming background and a basic grasp of software engineering principles. Some knowledge of the game development process is also assumed, although a concise overview is provided. Key Features On the CD! SYSTEM REQUIREMENTS: Much of the book is as interesting for its coverage of algorithms and design patterns generically as for its detailed coverage of Python programs. Riley takes care to explain, for example, the empirical logic behind the A* (a-star) path-finding algorithm as well as its specific implementation in Python. He devotes similar care to collision-detection algorithms and the simple artificial intelligence behind tic-tac-toe. Riley makes extensive use of libraries in his games, and studying his code is a good way for readers to learn about PyUI, PyOpenGL, and network services libraries. --David Wall Topics covered: How to push Python to somewhere near the limits of its capabilities by using it to write games. The author talks about game design, useful algorithms, and strategies for using Python to interconnect game elements as well as using Python for core game functions. Customer Reviews (10)
Great idea; somewhat mediocre execution.
Not for the beginner, but a fantastic source for pros
masterpiece of python and game programming
Very good introduction to game coding
I just love it ... |
36. Programming Python, Second Edition with CD by Mark Lutz | |
Paperback: 1292
Pages
(2001-03)
list price: US$59.99 -- used & new: US$19.82 (price subject to change: see help) Asin: 0596000855 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description 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, like its revision history, relationship to C++, and other material. There aren't many titles on Python, and fans of this up-and-coming language are lucky to have such a solid tutorial and guide available in Programming Python. Perfect for those with just a little previous exposure to the language, it's all you need to master Python in-depth and tap its considerable power for virtually any software project. --Richard Dragan Topics covered: Customer Reviews (2)
1st Edition was Better - Stay Away
Excellent, but needs updating |
37. Learn to Program Using Python: A Tutorial for Hobbyists, Self-Starters, and AllWho Want to Learnthe Art of Computer Programming by Alan Gauld | |
Paperback: 288
Pages
(2000-12-18)
list price: US$32.95 -- used & new: US$19.17 (price subject to change: see help) Asin: 0201709384 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (22)
Everything you always wanted to know, but were afraid to ask
Not really for the novice
fills a niche, but not the ideal beginner's book
Programming Python Pleases Poor Programming Producers! This is an extremely well written with very concise explanations and a great amount of humor added in (look at the Spam class in chapter 6!). This could be the start of a new British Invasion, except this time with the Knights who say "NI". Beginning programmers and experienced developers will frequently reference this book.
Basic profgramming intro |
38. Beginning Python: From Novice to Professional by Magnus Lie Hetland | |
Paperback: 640
Pages
(2005-09-26)
list price: US$44.99 -- used & new: US$11.75 (price subject to change: see help) Asin: 159059519X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Ten different projects illustrate the concepts introduced in the book. You will learn how to create a P2P file-sharing application and a web-based bulletin board, and how to remotely edit web-based documents and create games. Customer Reviews (41)
the purchasewas good idea
This is actually the 2005 edition, not the 2008
Wonderful read, cover to cover
Good Resource
Not clear and well structured |
39. Natural Language Processing with Python by Steven Bird, Ewan Klein, Edward Loper | |
Paperback: 512
Pages
(2009-06-19)
list price: US$44.99 -- used & new: US$33.92 (price subject to change: see help) Asin: 0596516495 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This book offers a highly accessible introduction to natural language processing, the field that supports a variety of language technologies, from predictive text and email filtering to automatic summarization and translation. With it, you'll learn how to write Python programs that work with large collections of unstructured text. You'll access richly annotated datasets using a comprehensive range of linguistic data structures, and you'll understand the main algorithms for analyzing the content and structure of written communication. Customer Reviews (11)
Very Useful Resource
too scattershot to be really useful
A great book for the practice and experiment of NLP and Text Mining
A great resource for computational linguistics and NLP
Tardy but good |
40. Object-Oriented Programming in Python by Michael H Goldwasser, David Letscher | |
Paperback: 688
Pages
(2007-11-08)
list price: US$116.00 -- used & new: US$82.95 (price subject to change: see help) Asin: 0136150314 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (4)
Not What I Expected
Some python, less OO
Good digrams, but that is about it
Best Python Book but |
  | Back | 21-40 of 99 | Next 20 |