Понедельник, 13.05.2024, 01:17
Приветствую Вас Гость | RSS

Книги по программированию

Меню сайта
Поиск
Форма входа

Каталог файлов

Главная » Файлы

Всего материалов в каталоге: 201
Показано материалов: 191-200
Страницы: « 1 2 ... 18 19 20 21 »

picГод выпуска: 2009
Автор: Mark Lutz
Издательство: O'Reilly
ISBN: 0-596-80598-5
Формат: PDF
Качество: eBook (изначально компьютерное)
Количество страниц: 1216
Описание: 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 3.0 quickly. Each chapter includes a unique Test Your Knowledge section with practical exercises and quizzes, so you can practice new skills and test your understanding as you go.
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.
Each chapter contains a stand-alone lesson on a key component of the language, and includes a unique Test Your Knowledge section with practical exercises and quizzes, so you can practice new skills and test your understanding as you go. You'll find lots of annotated examples and illustrations to help you get started with Python 3.0.
Learn about Python's major built-in object types, such as numbers, lists, and dictionaries
Create and process objects using Python statements, and learn Python's general syntax model
Structure and reuse code using functions, Python's basic procedural tool
Learn about Python modules: packages of statements, functions, and other tools, organized into larger components
Discover Python's object-oriented programming tool for structuring code
Learn about the exception-handling model, and development tools for writing larger programs
Explore advanced Python tools including decorators, descriptors, metaclasses, and Unicode processing
Python | Просмотров: 669 | Загрузок: 327 | Добавил: mihanyayalta | Дата: 30.03.2011 | Комментарии (0)

picГод: 2010
Автор: Бизли Д.
Жанр: Программирование
Издательство: СПб.: Символ-Плюс
ISBN: 978-5-93286-157-8
Язык: Русский
Формат: PDF
Качество: Отсканированные страницы
Количество страниц: 858
Описание: Авторитетное руководство и детальный путеводитель по языку программирования Python предназначен для практикующих программистов. Книга компактна, нацелена на суть дела и написана очень доступным языком. Детально обсуждаются не только ядро языка, но и наиболее важные части стандартной библиотеки Python. Дополнительно освещается ряд тем, которые не рассматриваются ни в официальной документации, ни в каких-либо других источниках.
Читателю предлагается практическое знакомство с особенностями Python, включая генераторы, сопрограммы, замыкания, метаклассы и декораторы. Подробно описаны новые модули, имеющие отношение к разработке многозадачных программ, использующих потоки управления и дочерние процессы, а также предназначенные для организации сетевых взаимодействий и работы с системными службами.
В полностью переработанном и обновленном четвертом издании улучшена организация материала, что позволяет еще быстрее находить ответы на вопросы и обеспечивает еще большее удобство работы со справочником. Книга отражает наиболее существенные нововведения в языке и в стандартной библиотеке, появившиеся в Python 2.6 и Python 3.
Python | Просмотров: 635 | Загрузок: 284 | Добавил: mihanyayalta | Дата: 30.03.2011 | Комментарии (0)

Год выпуска
: 2009
Автор: Mark Lutz
Язык: Английский
Издательство: O’Reilly
ISBN: 978-0-596-15808-8
Формат: PDF
Качество: eBook (изначально компьютерное)
Количество страниц: 210
Описание: 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.
This edition covers:
•Built-in object types, including numbers, lists, dictionaries, and more
•Statements and syntax for creating and processing objects
•Functions and modules for structuring and reusing code
•Python's object-oriented programming tools
•The exception-handling model
•Built-in functions, exceptions, and attributes
•Special operator overloading methods
•Widely used standard library modules and extensions
•Command-line options and development tools
•Python idioms and hints
Python | Просмотров: 625 | Загрузок: 332 | Добавил: mihanyayalta | Дата: 30.03.2011 | Комментарии (0)

picГод выпуска: 2010
Автор: James Payne
Издательство: WROX
ISBN: 0470414634
Формат: PDF
Качество: eBook (изначально компьютерное)
Количество страниц: 624
Описание: Beginning Python: Using Python 2.6 and Python 3.1 introduces this open source, portable, interpreted, object-oriented programming language that combines remarkable power with clear syntax. This book enables you to quickly create robust, reliable, and reusable Python applications by teaching the basics so you can quickly develop Web and scientific applications, incorporate databases, and master systems tasks on various operating systems, including Linux, MAC OS, and Windows. You’ll get a comprehensive tutorial that guides you from writing simple, basic Python scripts all the way through complex concepts, and also features a reference of the standard modules with examples illustrating how to implement features in the various modules. Plus, the book covers using Python in specific program development domains, such as XML, databases, scientific applications, network programming, and Web development.
Python | Просмотров: 604 | Загрузок: 319 | Добавил: mihanyayalta | Дата: 30.03.2011 | Комментарии (0)

picГод выпуска: 2009
Автор: Mark Pilgrim
Издательство: Apress
ISBN: 9781430224150
Формат: PDF
Качество: eBook (изначально компьютерное)
Количество страниц: 500
Описание: Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 (the latest version of the Python language) and its differences from Python 2. As in the original book, Dive Into Python, each chapter starts with a real, complete code sample, proceeds to pick it apart and explain the pieces, and then puts it all back together in a summary at the end.
This book includes:
Example programs completely rewritten to illustrate powerful new concepts now available in Python 3: sets, iterators, generators, closures, comprehensions, and much more
A detailed case study of porting a major library from Python 2 to Python 3
A comprehensive appendix of all the syntactic and semantic changes in Python 3
This is the perfect resource for you if you need to port applications to Python 3, or if you like to jump into languages fast and get going right away.
Python | Просмотров: 913 | Загрузок: 355 | Добавил: mihanyayalta | Дата: 30.03.2011 | Комментарии (0)

Изучаем Python, 3-е издание
picГод выпуска: 2008
Автор: Лутц М.
Издательство: Символ-Плюс
ISBN: 978-5-93286-138-7
Формат: DjVu
Качество: Отсканированные страницы
Количество страниц: 848
Описание: Третье издание «Изучаем Python» основано на материалах учебных курсов, которые автор, Марк Лутц, ведет уже на протяжении десяти лет.
Подробный обстоятельный учебник Python версии 2.5.
Доп. информация: Качество: хорошее,600dpi,OCR,оглавление
Python | Просмотров: 645 | Загрузок: 311 | Добавил: mihanyayalta | Дата: 30.03.2011 | Комментарии (0)

picГод: 2010
Автор: Mike Ohlson de Fine
Издательство: Packt Publishing
ISBN: 1849513848, 978-1849513845
Язык: Английский
Формат: PDF
Качество: Изначально компьютерное (eBook)
Количество страниц: 260
Описание: Python is a great object-oriented and interactive programming language that lets you develop graphics, both static and animated, using built-in vector graphics functions that are provided with Python.
Python 2.6 Graphics Cookbook is a collection of straightforward recipes and illustrative screenshots for creating and animating graphic objects using the Python language. This book makes the process of developing graphics interesting and entertaining by working in a graphic workspace without the burden of mastering complicated language definitions and opaque examples.
If you choose to work through all the recipes from the beginning, you will learn to install Python and create basic programs for making lines and shapes using the built-in Tkinter module. The confusing topic of color manipulation is explored in detail using existing Python tools as well as some new tools in the recipes. Next you will learn to manipulate font size, color, and placement of text as placing text exactly where you want on a screen can be tricky because font height, inter-character spacing, and text window dimensions all interfere with each other. Then you will learn how to animate graphics, for example having more than one independent graphic object co-exist and interact using various Python methods.
You will also learn how you can work with raster images, such as converting their formats using the Python Imaging Library. Next you will learn how you can combine vector images with raster images so that you can animate the raster images with ease. You will also walk through a set of recipes with the help of which you can handle and manipulate blocks of raw data that may be hundreds of megabytes in size using datastreams, files, and hard drives. You will also learn how you can use Inkscape to dismantle existing images and use parts of them for your own graphics and Python programs. At the end of the book you will learn how you can create GUIs for different purposes.
Python | Просмотров: 543 | Загрузок: 302 | Добавил: mihanyayalta | Дата: 30.03.2011 | Комментарии (0)


pic
Год: 2010
Автор: Paul Barry
Жанр: Компьютерная литература
Издательство: O'Reilly
ISBN: 978-1449382674
Язык: Английский
Формат: PDF
Качество: Отсканированные страницы
Количество страниц: 494
Описание: Ever wished you could learn Python from a book? Head First Python helps you learn the language through a unique method that goes beyond syntax and how-to manuals. You'll quickly grasp Python's fundamentals, then move on to persistence, exception handling, web development, SQLite, data wrangling, and Google App Engine. You'll also learn how to write mobile apps for Android, all thanks to the power that Python gives you. Head First Python is a complete learning experience that will help you become a bona fide Python programmer.
Python | Просмотров: 673 | Загрузок: 342 | Добавил: mihanyayalta | Дата: 30.03.2011 | Комментарии (0)

picГод: 2011
Автор: Charles O Nutter, Thomas Enebo, Nick Sieger, Ola Bini, and Ian Dees
Жанр: Ruby programming
Издательство: The Pragmatic Bookshelf
ISBN: 978-1-93435-665-4
Язык: Английский
Формат: PDF
Качество: Изначально компьютерное (eBook)
Количество страниц: 347
Описание: Now you can bring the best of Ruby into the world of Java, with Using JRuby. Come to the source for the JRuby core team’s insights and insider tips. You’ll learn how to call Java objects seamlessly from Ruby, and deal with Java idioms such as interfaces and overloaded functions. Run Ruby code from Java, and make a Java program scriptable in Ruby. See how to compile Ruby into .class files that are callable from Java, Scala, Clojure, or any other JVM language.
Ruby | Просмотров: 604 | Загрузок: 327 | Добавил: mihanyayalta | Дата: 30.03.2011 | Комментарии (0)

picГод: 2011
Автор: Russ Olsen
Жанр: Ruby programming
Издательство: Addison Wesley
ISBN-10: 0-321-58410-4
ISBN-13: 978-0-321-58410-6
Серия: Professional Ruby Series
Язык: Английский
Формат: PDF
Качество: Изначально компьютерное (eBook)
Количество страниц: 442
Описание: It’s easy to write "correct” Ruby code. But it’s far harder to gain the fluency needed to write great Ruby code. To do that, you need to go beyond syntax and absorb the "Ruby way” of thinking and problem solving. In Eloquent Ruby, Russ Olsen helps you understand Ruby like true Rubyists do—so you can leverage its immense, surprising power.
Olsen draws on years of experience internalizing the Ruby culture and teaching Ruby to other programmers. He guides you to the "Ah Ha!” moments when it suddenly becomes clear why Ruby works the way it does and how you can take advantage of its unique approach.
Eloquent Ruby starts small, answering tactical questions focused on a single statement, method, test, or bug. You’ll learn how to write code that actually looks like Ruby (not Java); why Ruby has so many control structures; how to use strings, expressions, and symbols; and what dynamic typing is really good for.
Next, Olsen turns to bigger questions related to building methods and classes. You’ll discover why Ruby classes contain so many tiny methods, when to use operator overloading, and when to avoid it. Olsen explains how to write Ruby code that writes its own code—and why you’ll want to. He concludes with powerful project-level features and techniques ranging from gems to Domain Specific Languages.
The newest book in the renowned Addison-Wesley Professional Ruby Series, Eloquent Ruby will help you "put on your Ruby-colored glasses” and get results that make you a true believer.
Ruby | Просмотров: 570 | Загрузок: 309 | Добавил: mihanyayalta | Дата: 30.03.2011 | Комментарии (0)

Категории раздела
F# (sharp) [8]
Lisp [35]
Python [64]
Ruby [72]
android [22]
Яндекс цитирования
Амортизаторы BOGE (Германия) для ВАЗ, TOYOTA, BMW, AUDI, HONDA, Мерседес, OPEL, FORD, MITSUBISHI и других автомобилей. счетчик посещений Книга ру OZON Библион интернет магазин регистрация ООО ссылки Каталог - строительство коттеджей, подъемные леса строительные, вышки-туры разборные, строительное оборудование Автокаталог: транспорт, мотоциклы, автопресса отделочные работы, простые строительные леса, вышки туры на колесах, отделка стен