Python の検索結果 標準 順 約 2000 件中 1121 から 1140 件目(100 頁中 57 頁目) 
- Foundations of Agile Python Development
- Jeff Younker
- SPRINGER A PR TRADE
- ¥8910
- 2008年
- 送料無料(コンビニ送料含む)
- 0.0(0)
Authored by a well-known member of Python's Agile community, this is the first book to apply the most sought-after principles to Python developers, introducing both the tools and techniques built and supported by the Python community.
- Programming in Python 3: A Complete Introduction to the Python Language
- Mark Summerfield
- ADDISON WESLEY PUB CO INC
- ¥9900
- 2009年
- 送料無料(コンビニ送料含む)
- 0.0(0)
Now fully updated, this edition brings together all the knowledge needed to write programs, use any library, and even create new library modules. The book teaches every aspect of the Python 3 language and covers all the built-in functionality.
- Beginning Python Visualization: Crafting Visual Transformation Scripts
- Shai Vaingast
- SPRINGER A PR SHORT
- ¥22154
- 2009年
- 送料無料(コンビニ送料含む)
- 0.0(0)
We are visual animals. But before we can see the world in its true splendor, our brains, just like our computers, have to sort and organize raw data, and then transform that data to produce new images of the world.Beginning Python Visualization: Crafting Visual Transformation Scripts discusses turning many types of small data sources into useful visual data. And, you will learn Python as part of the bargain. -->What you'll learn-->Write ten lines of code and present visual information instead of data soup. Set up an open source environment ready for data visualization. Forget Excel: use Python. Learn numerical and textual processing. Draw graphs and plots based on textual and numerical data. Learn how to deal with images. -->Who this book is for-->IT personnel, programmers, engineers, and hobbyists interested in acquiring and displaying data from the Web, sensors, economic trends, and even astronomical sources.
- Reticulated Python: The World's Longest Snake
- Meish Goldish
- BEARPORT PUB CO INC
- ¥7832
- 2010年
- 送料無料(コンビニ送料含む)
- 0.0(0)
The reticulated python is the world's longest snake. Growing up to 33 feet (10 m) long, it is roughly the same length as two cars! This super-sized snake is an excellent hunter and uses its size to its advantage. To sense if prey is near, a python flicks its tongue in and out, picking up any scent that is in the air. After finding an animal to eat, the python bites the victim and wraps its long body around the animal, squeezing it until the victim cant breathe anymore and dies. Once the animal is dead, the python swallows its prey whole, eating the victim in one gulp. The snake's long body will stretch to make room for a meal of any size. In Reticulated Python: The Worlds Longest Snake, large color photos and grade-appropriate text will engage young readers as they learn about the natural habitat, physical characteristics, diet, life cycle, and behavior of this giant snake. A comparison diagram is also included to show readers the animal in relation to a familiar object.
- Python Programming for the Absolute Beginner, Third Edition
- Michael Dawson
- COURSE TECHNOLOGY
- ¥8602
- 2010年
- 送料無料(コンビニ送料含む)
- 0.0(0)
If you are new to programming with Python and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the "for the absolute beginner" series teach the principles of programming through simple game creation. You will acquire the skills that you need for practical Python programming applications and will learn how these skills can be put to use in real-world scenarios. Throughout the chapters, you will find code samples that illustrate concepts presented. At the end of each chapter, you will find a complete game that demonstrates the key ideas in the chapter, a summary of the chapter, and a set of challenges that tests your newfound knowledge. By the time you finish this book, you'll be well versed in Python and be able to apply the basic programming principles you've learned to the next programming language you tackle.
- The Quick Python Book: Covers Python 3
- Naomi R. Ceder
- MANNING PUBN
- ¥7920
- 2010年
- 送料無料(コンビニ送料含む)
- 0.0(0)
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.
- Python 3 for Absolute Beginners
- Tim Hall/J-P Stacey
- SPRINGER A PR TRADE
- ¥15840
- 2009年
- 送料無料(コンビニ送料含む)
- 0.0(0)
Using everyday language to decode programming jargon and teach Python 3 to the absolute beginner, Hall and Stacey pen a detailed guide for non-programmers that appeals to their intelligence and ability to solve practical problems, while gently teaching the most recent revision of the programming language Python.
- Python
- Toby Donaldson
- PEACHPIT PR
- ¥6930
- 2008年
- 送料無料(コンビニ送料含む)
- 0.0(0)
This task-based tutorial is for students with no programming experience and programmers who have some experience with Python and now want to take their skills to the next level. The book walks a reader through all the fundamentals and then moves on to more advanced topics.
- Python for Unix and Linux System Administration
- Jeremy Jones/Noah Gift
- O'REILLY & ASSOC INC
- ¥8250
- 2008年
- 送料無料(コンビニ送料含む)
- 0.0(0)
The Python program is a highly readable, ideal program for solving problems, especially in Unix-like systems. This book walks administrators through several example situations and demonstrates how Python can resolve them.
- Beginning Python: From Novice to Professional
- Magnus Lie Hetland
- SPRINGER A PR TRADE
- ¥15840
- 2008年
- 送料無料(コンビニ送料含む)
- 0.0(0)
Based on "Practical Python," this newly revised book is both an introduction and practical reference for Python-related programming topics, including addressing language internals, database integration, network programming, and Web services.
- Pro Python
- Marty Alchin
- SPRINGER A PR TRADE
- ¥9900
- 2010年
- 送料無料(コンビニ送料含む)
- 0.0(0)
Advanced coding techniques and tools"--Cover.
- Exploring Python
- Timothy A. Budd
- MCGRAW HILL BOOK CO
- ¥31460
- 2009年
- 送料無料(コンビニ送料含む)
- 0.0(0)
Budd's presentation of the Python language provides a thorough grounding in the basics of Python without the dispersed focus on CS history and general programming practice that tends to weigh down a lot of traditional introductory programming books.
- Fundamentals of Python: From First Programs Through Data Structures
- Kenneth A. Lambert/Martin Osborne
- COURSE TECHNOLOGY
- ¥43274
- 2009年
- 送料無料(コンビニ送料含む)
- 0.0(0)
In FUNDAMENTALS OF PYTHON: FROM FIRST PROGRAMS THROUGH DATA STRUCTURES, Washington and Lee University professor Kenneth A. Lambert presents all of the important topics in CS1 and CS2 in one volume. This economical format provides instructors with a consistent approach to teaching introductory programming and data structures over a standard two-term course sequence. The book uses the Python programming language, which is both easy to learn for beginners and scales well to advanced applications.
- Python Programming Fundamentals
- Kent D. Lee
- SPRINGER VERLAG GMBH
- ¥13618
- 2010年
- 送料無料(コンビニ送料含む)
- 0.0(0)
This easy-to-follow textbook teaches the reader how to program using Python. Using examples and practical exercises, readers will learn to recognize and apply abstract patterns in programming, and how to inspect the state of a program using a debugger tool.
- Python
- Daisy Allyn
- GARETH STEVENS INC
- ¥3476
- 2011年
- 送料無料(コンビニ送料含む)
- 0.0(0)
Just how long is the longest snake in the world? Readers will discover the answer to this question and many more interesting facts about this killer snake that some people keep as a pet. Exciting photographs put readers face-to-face with this languid hunter. Reader will Explore the life of a predator thats so big that it can even eat a deer.