e99 Online Shopping Mall
Help | |
Home - Basic P - Python Programming (Books) |
  | 1-20 of 99 | Next 20 |
click price to see details click image to enlarge click link to go to the store
1. Python Programming for the Absolute Beginner, 3rd Edition by Michael Dawson | |
Paperback: 464
Pages
(2010-01-01)
list price: US$34.99 -- used & new: US$21.67 (price subject to change: see help) Asin: 1435455002 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (64)
Best book I've found
Fine Choice for First Programming Book
Best Intro To Programming Yet...
Very Easy
Excellent book to teach programming. |
2. Learning Python: Powerful Object-Oriented Programming by Mark Lutz | |
Paperback: 1216
Pages
(2009-09-24)
list price: US$54.99 -- used & new: US$29.99 (price subject to change: see help) Asin: 0596158068 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Google and YouTube use Python because it's highly adaptable, easy to maintain, and allows for rapid development. If you want to write high-quality, efficient code that's easily integrated with other languages and tools, this hands-on book will help you be productive with Python quickly -- whether you're new to programming or just new to Python. It's an easy-to-follow self-paced tutorial, based on author and Python expert Mark Lutz's popular training course. First off, LearningPython shows the relationships among Python scripts and theirinterpreter (in a mostly platform-neutral way). Then, the authorsaddress the mechanics of the language itself, providing illustrationsof how Python conceives of numbers, strings, and other objects as wellas the operators you use to work with them. Dictionaries, lists,tuples, and other data structures specific to Python receive plenty ofattention including complete examples. Authors Mark Lutz and DavidAscher build on that fundamental information in their discussions offunctions and modules, which evolve into coverage of namespaces,classes, and the object-oriented aspects of Pythonprogramming. There's also information on creating graphical userinterfaces (GUIs) for Python applications with Tkinter. In additionto its careful expository prose, Learning Python includesexercises that both test your Python skills and help reveal moreelusive truths about the language. Customer Reviews (161)
Not "LEARNING" Python; more like: REFERENCING Python
Utterly verbose, not structured
An overly wordy and very narrow/arrogant view of programming
Wordy, repetitive, disorganized, with at least one inexcusable error at teaching OOP
Too wordy and not enough exercises |
3. Python Programming: An Introduction to Computer Science 2nd Edition by John Zelle | |
Paperback: 528
Pages
(2010-05-18)
list price: US$45.00 -- used & new: US$38.47 (price subject to change: see help) Asin: 1590282418 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (42)
python programming
Beautiful and deep introduction to programming for the very first beginner
Great book...
not good for an introductory course in programming
Update to a classic |
4. Programming Python by Mark Lutz | |
Paperback: 1600
Pages
(2006-08-23)
list price: US$59.99 Isbn: 0596009259 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Already the industry standard for Python users, Programming Python from O'Reilly just got even better. This third edition has been updated to reflect current best practices and the abundance of changes introduced by the latest version of the language, Python 2.5. Whether you're a novice or an advanced practitioner, you'll find this refreshed book more than lives up to its reputation. Programming Python, 3rd Edition, teaches you the right way to code. It explains Python language syntax and programming techniques in a clear and concise manner, with numerous examples that illustrate both correct usage and common idioms. By reading this comprehensive guide, you'll learn how to apply Python in real-world problem domains such as: Programming Python, Third Edition covers each of these target domains gradually, beginning with in-depth discussions of core concepts and then progressing toward complete programs. Large examples do appear, but only after you've learned enough to understand their techniques and code. Along the way, you'll also learn how to use the Python language in realistically scaled programs--concepts such as Object-Oriented Programming (OOP) and code reuse are recurring side themes throughout this text. If you're interested in Python programming, then this O'Reilly classic needs to be within arm's reach. The wealth of practical advice, snippets of code, and patterns of program design can all be put into use on a daily basis--making your life easier and more productive. Reviews of the second edition: "...about as comprehensive as any book can be." "If the language had manuals, they would undoubtedly be the texts from O'Reilly...'Learning Python' and 'Programming Python' are definitive treatments." Customer Reviews (13)
Solid
Great companion to the "Learning Python" book!
rather terrible.
A total nightmare.
pretty bad book |
5. Practical Programming: An Introduction to Computer Science Using Python (Pragmatic Programmers) by Jennifer Campbell, Paul Gries, Jason Montojo, Greg Wilson | |
Paperback: 350
Pages
(2009-05-01)
list price: US$32.95 -- used & new: US$20.00 (price subject to change: see help) Asin: 1934356271 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Computers are used in every part of science from ecology to particle physics.This introduction to computer science continually reinforces those ties by using real-world science problems as examples.Anyone who has taken a high school science class will be able to follow along as the book introduces the basics of programming, then goes on to show readers how to work with databases, download data from the web automatically, build graphical interfaces, and most importantly, how to think like a professional programmer. Customer Reviews (5)
Fun
This book is the perfect foundation on which to build your Python programming skills
Great Book for My Return to Programming
A fine 'first timers' pick for any computer or general lending library
A Superior Introduction to Computer Science & Data Structures Using Python |
6. Programming in Python 3: A Complete Introduction to the Python Language (2nd Edition) by Mark Summerfield | |
Paperback: 648
Pages
(2009-11-22)
list price: US$44.99 -- used & new: US$25.21 (price subject to change: see help) Asin: 0321680561 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description A Fully Revised Edition Featuring New Material on Coroutines, Debugging, Testing, Parsing, String Formatting, and More
Python 3 is the best version of the language yet: It is more powerful, convenient, consistent, and expressive than ever before. Now, leading Python programmer Mark Summerfield demonstrates how to write code that takes full advantage of Python 3's features and idioms. Programming in Python 3, Second Edition, brings together all the knowledge you need to write any program, use any standard or third-party Python 3 library, and create new library modules of your own.
Summerfield draws on his many years of Python experience to share deep insights into Python 3 development you won't find anywhere else. He begins by illuminating Python's "beautiful heart": the eight key elements of Python you need to write robust, high-performance programs. Building on these core elements, he introduces new topics designed to strengthen your practical expertise-one concept and hands-on example at a time. Coverage includes
Programming in Python 3, Second Edition, serves as both tutorial and language reference. It assumes some prior programming experience, and is accompanied by extensive downloadable example code-all of it tested with Python 3 on Windows, Linux, and Mac OS X. This edition covers Python 3.0 and 3.1, and due to the Python language moratorium it is also valid for Python 3.2 which has the same language as Python 3.1. Customer Reviews (4)
PutYour Seatbelt On
A Thorough Introduction to Python
I feel cheated...
Fully revised to include new material on debugging, testing, string formatting and more |
7. Core Python Programming (2nd Edition) by Wesley Chun | |
Paperback: 1136
Pages
(2006-09-28)
list price: US$59.99 -- used & new: US$24.96 (price subject to change: see help) Asin: 0132269937 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Praise for Core Python Programming "The long-awaited second edition of Wesley Chun's Core Python Programming proves to be well worth the wait—its deep and broad coverage and useful exercises will help readers learn and practice good Python." —Alex Martelli, author of Python in a Nutshell and editor of Python Cookbook "There has been lot of good buzz around Wesley Chun's Core Python Programming. It turns out that all the buzz is well earned. I think this is the best book currently available for learning Python. I would recommend Chun's book over Learning Python (O'Reilly), Programming Python (O'Reilly), or The Quick Python Book (Manning)." —David Mertz, Ph.D., IBM DeveloperWorks® "I have been doing a lot of research [on] Python for the past year and have seen a number of positive reviews of your book. The sentiment expressed confirms the opinion that Core Python Programming is now considered the standard introductory text." —Richard Ozaki, Lockheed Martin "Finally, a book good enough to be both a textbook and a reference on the Python language now exists." —Michael Baxter, Linux Journal "Very well written. It is the clearest, friendliest book I have come across yet for explaining Python, and putting it in a wider context. It does not presume a large amount of other experience. It does go into some important Python topics carefully and in depth. Unlike too many beginner books, it never condescends or tortures the reader with childish hide-and-seek prose games. [It] sticks to gaining a solid grasp of Python syntax and structure." —http://python.org bookstore Web site "[If ] I could only own one Python book, it would be Core Python Programming by Wesley Chun. This book manages to cover more topics in more depth than Learning Python but includes it all in one book that also more than adequately covers the core language. [If] you are in the market for just one book about Python, I recommend this book. You will enjoy reading it, including its wry programmer's wit. More importantly, you will learn Python. Even more importantly, you will find it invaluable in helping you in your day-to-day Python programming life. Well done, Mr. Chun!" —Ron Stephens, Python Learning Foundation "I think the best language for beginners is Python, without a doubt. My favorite book is Core Python Programming." —s003apr, MP3Car.com Forums "Personally, I really like Python. It's simple to learn, completely intuitive, amazingly flexible, and pretty darned fast. Python has only just started to claim mindshare in the Windows world, but look for it to start gaining lots of support as people discover it. To learn Python, I'd start with Core Python Programming by Wesley Chun." —Bill Boswell, MCSE, Microsoft Certified Professional Magazine Online "If you learn well from books, I suggest Core Python Programming. It is by far the best I've found. I'm a Python newbie as well and in three months time I've been able to implement Python in projects at work (automating MSOffice, SQL DB stuff, etc.)." —ptonman, Dev Shed Forums "Python is simply a beautiful language. It's easy to learn, it's cross-platform, and it works. It has achieved many of the technical goals that Java strives for. A one-sentence description of Python would be: 'All other languages appear to have evolved over time--but Python was designed.' And it was designed well. Unfortunately, there aren't a large number of books for Python. The best one I've run across so far is Core Python Programming." —Chris Timmons, C. R. Timmons Consulting "If you like the Prentice Hall Core series, another good full-blown treatment to consider would be Core Python Programming. It addresses in elaborate concrete detail many practical topics that get little, if any, coverage in other books." —Mitchell L Model, MLM Consulting "Core Python Programming is an amazingly easy read! The liberal use of examples helps clarify some of the more subtle points of the language. And the comparisons to languages with which I'm already familiar (C/C++/Java) get you programming in record speed." —Michael Santos, Ph.D., Green Hills Software Python is an agile, robust, expressive, fully object-oriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. In Core Python Programming, Second Edition, leading Python developer and trainer Wesley Chun helps you learn Python quickly and comprehensively so that you can immediately succeed with any Python project. Using practical code examples, Chun introduces all the fundamentals of Python programming: syntax, objects and memory management, data types, operators, files and I/O, functions, generators, error handling and exceptions, loops, iterators, functional programming, object-oriented programming and more. After you learn the core fundamentals of Python, he shows you what you can do with your new skills, delving into advanced topics, such as regular expressions, networking programming with sockets, multithreading, GUI development, Web/CGI programming and extending Python in C. This edition reflects major enhancements in the Python 2.x series, including 2.6 and tips for migrating to 3. It contains new chapters on database and Internet client programming, plus coverage of many new topics, including new-style classes, Java and Jython, Microsoft Office (Win32 COM Client) programming, and much more. Core Python Programming delivers Customer Reviews (38)
This book takes you nowhere...
Excellent reference for Python
Avoid this textbook pretender--ANNOYED
Excellent
So-so |
8. Python Essential Reference (4th Edition) by David M. Beazley | |
Paperback: 717
Pages
(2009-07-19)
list price: US$49.99 -- used & new: US$27.47 (price subject to change: see help) Asin: 0672329786 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Designed for the professional programmer, the book is concise, to the point, and highly accessible. It also includes detailed information on the Python library and many advanced subjects that is not available in either the official Python documentation or any other single reference source. Thoroughly updated to reflect the significant new programming language features and library modules that have been introduced in Python 2.6 and Python 3, the fourth edition of Python Essential Reference is the definitive guide for programmers who need to modernize existing Python code or who are planning an eventual migration to Python 3. Programmers starting a new Python project will find detailed coverage of contemporary Python programming idioms. This fourth edition of Python Essential Reference features numerous improvements, additions, and updates: Customer Reviews (17)
Well written, but not that good as a reference
Perfect Desktop Reference
Perfect for experienced programmers looking to learn Python
A great reference!
Dive into Python for experienced programmers |
9. Programming Python by Mark Lutz | |
Paperback: 1632
Pages
(2011-01-05)
list price: US$64.99 -- used & new: US$40.94 (price subject to change: see help) Asin: 0596158106 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Once you've come to grips with the core Python language, learning how to build Python applications presents a far more interesting challenge. Tap this book's wealth of practical advice, snippets of code, and patterns of program design to take your Python skills to the next level. You'll start with in-depth discussions of core concepts and then progress toward complete programs in different application domains, including: Most programming experts consider this classic book, now updated for Python 3.x, to be the industry standard for learning Python application programming. With clear and concise explanations of Python syntax and programming techniques, and numerous examples that illustrate both correct usage and common idioms, Programming Python shows you the right way to code with Python. |
10. A Primer on Scientific Programming with Python (Texts in Computational Science and Engineering) by Hans Petter Langtangen | |
Hardcover: 693
Pages
(2009-09-10)
list price: US$59.95 -- used & new: US$57.99 (price subject to change: see help) Asin: 3642024742 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The book serves as a first introduction to computer programming of scientific applications, using the high-level Python language. The exposition is example- and problem-oriented, where the applications are taken from mathematics, numerical calculus, statistics, physics, biology, and finance. The book teaches "Matlab-style" and procedural programming as well as object-oriented programming. High school mathematics is a required background, and it is advantageous to study classical and numerical one-variable calculus in parallel with reading this book. Besides learning how to program computers, the reader will also learn how to solve mathematical problems, arising in various branches of science and engineering, with the aid of numerical methods and programming. By blending programming, mathematics and scientific applications, the book lays a solid foundation for practicing computational science. Customer Reviews (5)
Helpful book for me.
Good as a textbook, alright for self-study.
excelent textbook
Pleased
An excellent introduction to numerical methids using Python. |
11. The Quick Python Book, Second Edition by Vern Ceder | |
Paperback: 400
Pages
(2010-01-15)
list price: US$39.99 -- used & new: US$22.14 (price subject to change: see help) Asin: 193518220X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The Quick Python Book, Second Edition, is a clear, concise introduction to Python 3, aimed at programmers new to Python. This updated edition includes all the changes in Python 3, itself a significant shift from earlier versions of Python. The book begins with basic but useful programs that teach the core features of syntax, control flow, and data structures. It then moves to larger applications involving code management, object-oriented programming, web development, and converting code from earlier versions of Python. True to his audience of experienced developers, the author covers common programming language features concisely, while giving more detail to those features unique to Python. Customer Reviews (5)
The best introductory guide to Python for programmers.
Best book for learning Python 3
Probably the best book on Python 3 currently available
An Efficient and Excellent Introduction to Python 3 For The Experienced Programmer
Extremely Readable and USABLE Python Book |
12. Rapid GUI Programming with Python and Qt (Prentice Hall Open Source Software Development) by Mark Summerfield | |
Hardcover: 648
Pages
(2007-10-28)
list price: US$54.99 -- used & new: US$38.88 (price subject to change: see help) Asin: 0132354187 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Whether you're building GUI prototypes or full-fledged cross-platform GUI applications with native look-and-feel, PyQt 4 is your fastest, easiest, most powerful solution. Qt expert Mark Summerfield has written the definitive best-practice guide to PyQt 4 development. With Rapid GUI Programming with Python and Qt you'll learn how to build efficient GUI applications that run on all major operating systems, including Windows, Mac OS X, Linux, and many versions of Unix, using the same source code for all of them. Summerfield systematically introduces every core GUI development technique: from dialogs and windows to data handling; from events to printing; and more. Through the book's realistic examples you'll discover a completely new PyQt 4-based programming approach, as well as coverage of many new topics, from PyQt 4's rich text engine to advanced model/view and graphics/view programming. Every key concept is illuminated with realistic, downloadable examples—all tested on Windows, Mac OS X, and Linux with Python 2.5, Qt 4.2, and PyQt 4.2, and on Windows and Linux with Qt 4.3 and PyQt 4.3. Coverge includes Customer Reviews (14)
Really Good Book (even if you are using Python 3)
This is a Great Book!
Well-articulated, consistently informative introduction to Python and Qt
The best
best PyQt book |
13. Programming in Python 3: A Complete Introduction to the Python Language by Mark Summerfield | |
Paperback: 552
Pages
(2008-12-26)
list price: US$44.99 -- used & new: US$24.00 (price subject to change: see help) Asin: 0137129297 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Python 3 is the best version of the language yet: It is more powerful, convenient, consistent, and expressive than ever before. Now, Mark Summerfield demonstrates how to write code that takes full advantage of Python 3's features and idioms. The first book written from a completely "Python 3" viewpoint, Programming in Python 3 brings together all the knowledge you need to write any program, use any standard or third-party Python 3 library, and create new library modules of your own.
Summerfield draws on his many years of Python experience to share deep insights into Python 3 development you won't find anywhere else. This book's coverage includes
Programming in Python 3 serves as both tutorial and language reference, with all the examples tested on Windows, Linux, and Mac OS X, and downloadable from the author's website. Customer Reviews (22)
First impression: to the point
Reference yes; Introduction no
Errors in Kindle Edition
Great tool for learning Python 3
Awesome |
14. Python Cookbook by Alex Martelli, Anna Ravenscroft, David Ascher | |
Paperback: 848
Pages
(2005-03-18)
list price: US$49.95 -- used & new: US$32.54 (price subject to change: see help) Asin: 0596007973 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Portable, powerful, and a breeze to use, Python is the popular open source object-oriented programming language used for both standalone programs and scripting applications.It is now being used by an increasing number of major organizations, including NASA and Google. Updated for Python 2.4, The Python Cookbook, 2nd Edition offers a wealth of useful code for all Python programmers, not just advanced practitioners.Like its predecessor, the new edition provides solutions to problems that Python programmers face everyday. It now includes over 200 recipes that range from simple tasks, such as working with dictionaries and list comprehensions, to complex tasks, such as monitoring a network and building a templating system. This revised version also includes new chapters on topics such as time, money, and metaprogramming. Here's a list of additional topics covered: With scores of practical examples and pertinent background information, The Python Cookbook, 2nd Edition is the one source you need if you're looking to build efficient, flexible, scalable, and well-integrated systems. Customer Reviews (44)
Good book for quick solution to a problem
This book rocks!
Out of date. Not very useful.
Very useful book to see how to best address everyday problems
Go to the website |
15. Guide to Programming with Python (Book & CD Rom) by Michael Dawson | |
Paperback: 480
Pages
(2007-03-13)
list price: US$104.95 -- used & new: US$71.35 (price subject to change: see help) Asin: 1423901126 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (4)
Excellent way to learn programming and Python
Last two important chapters of otherwise decent book are unusable
Careful buying this.
A new kind of approach to teaching programming |
16. An Introduction to Python by Guido van Rossum | |
Paperback: 164
Pages
(2003-04-01)
list price: US$19.95 -- used & new: US$11.89 (price subject to change: see help) Asin: 0954161769 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This manual provides an introduction to Python, an easy to learn object-oriented programming language. Python combines power with clear syntax. It has modules, classes, exceptions, very high level data types, and dynamic typing. Python can link directly to libraries written in C or C++ and can be embedded as an extension language for applications that need a programmable interface. Python is free software. It can be used with GNU (GNU/Linux), Unix, Microsoft Windows and many other systems. This is a printed copy of the official Python tutorial from the Python 2.5 distribution (updated November 2006). For each copy sold $1 is donated to the Python Software Foundation by the publisher. Customer Reviews (6)
Printed Version of Online Tutorial
A Concise Introduction
Written by the creator
Excellent Concise Introduction to Python
An Introduction to Python |
17. Foundations of Python Network Programming by John Goerzen | |
Paperback: 512
Pages
(2004-08-17)
list price: US$44.99 -- used & new: US$24.91 (price subject to change: see help) Asin: 1590593715 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description — Greg Wilson, Dr.I think Apress is bringing a lot of helpful programming texts to the world. I intend to read this book to learn how to write client-server networking programs.As is typical of Apress books, there are a lot of specific code examples to help the reader see exactly how it should be done.This book is 99% good, and the only reason that isn't 100% is due to the wide scope of the book. Which, then again, is also a good thing. To guide readers through the new scripting language, Python, this book discusses every aspect of client and server programming.And as Python begins to replace Perl as a favorite programming language,this book will benefit scripters and serious application developers who want a feature-rich, yet simple language, for deploying their products. The text explains multitasking network servers using several models, includingforking, threading, and non-blocking sockets. Furthermore, the extensive examples demonstrate important concepts and practices, and provide a cadre of fully-functioning stand alone programs. Readers may even use the provided examples as building blocks to create their own software. Customer Reviews (16)
Excellent Book, Highly Recommended For Any Python Programming
Helpful for thisbeginner
Interesting book
A Good Book
A Gem of a Book (with minor flaws) |
18. Python by Chris Fehily | |
Paperback: 440
Pages
(2001-11-05)
list price: US$21.99 -- used & new: US$6.30 (price subject to change: see help) Asin: 0201748843 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description In patented Visual QuickStart Guide fashion, the book doesn't just tell you how to use Python to develop applications, it shows you, breaking Python into easy-to-digest, step-by-step tasks and providing example code. Python: Visual QuickStart Guide emphasizes the core language and libraries, which are the building blocks for programs. Author Chris Fehily starts with the basics -expressions, statements, numbers, strings - then moves on to lists, dictionaries, functions, and modules before wrapping things up with straightforward discussions of exceptions and classes. Some additional topics covered include:- Object-oriented programming- Working in multiple operating systems- Structuring large programs- Comparing Python to C, Perl, and Java- Handling errors gracefully. Customer Reviews (20)
Emblematic of the way Python operates
Clear, smart and simple - A brilliant book
Beware: Now an on-demand reprint
Brevity is the soul of wit, and utility in this case,
Justifies the title |
19. Python Programming in Context by Bradley Miller, PhD, David Ranum | |
Paperback: 492
Pages
(2008-09-05)
list price: US$99.95 -- used & new: US$48.57 (price subject to change: see help) Asin: 0763746029 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (4)
cursory, abstract, and somewhat irrelevant
very good
An ok reference text
quick overview to what is inside |
20. Beginning Python: From Novice to Professional, Second Edition by Magnus Lie Hetland | |
Paperback: 688
Pages
(2008-09-08)
list price: US$44.99 -- used & new: US$28.12 (price subject to change: see help) Asin: 1590599829 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review 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. Programmers, novice and otherwise, seeking a comprehensive introduction to the Python programming language. 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 need to know—but without needless theory and filler. You’ll build your skill set by learning how to put together real–world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there—it is your trusted guide through unfamiliar territory! Customer Reviews (14)
Baffled by criticism here
A lot of Python 2.X rements
Amazing
Good boook covers the basics
A perfect read from cover to cover |
  | 1-20 of 99 | Next 20 |