Издательство: O'Reilly Год: 2003 ISBN: 0-596-00188-6 Страниц: 654 Язык: Английский
In the tradition of O`Reilly`s "In a Nutshell" series, Python in a Nutshell offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many modules. This comprehensive reference guide makes it easy to look up all 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.
Издательство: O'Reilly Media Страниц: 807 Год: 2005 ISBN: 0596001673 Язык: Английский
So what exactly is a Python cookbook? It`s a collection of recipes for Python programmers, contributed by Python community members. The original contributions were made through a web site set up by ActiveState, from which a selection was made by editors Alex Martelli and David Ascher. Other Python luminaries such as Fredrik Lundh, Paul Dubois, and Tim Peters were asked to write chapter introductions.
Автор: Wesley J. Chun Формат: pdf Издат.: Prentice Hall PTR ISBN: 0-13-026036-3 Язык: Английский
Python is an Internet and systems programming language that is soaring in popularity in today`s fast-paced software development environment, and no wonder: it`s simple (yet robust), object-oriented (yet can be used as a procedural language), extensible, scalable and features an easy to learn syntax that is clear and concise. Python combines the power of a compiled object language like Java and C++ with the ease of use and rapid development time of a scripting language. In fact, its syntax is so easy to understand that you are more likely to pick it up faster than any of the other popular scripting languages in use today!
In Core Python Programming, Internet software engineer and technical trainer Wesley Chun provides intermediate and experienced developers all they need to know to learn Python-fast. Like all Core Series books, Core Python Programming delivers hundreds of industrial-strength code snippets and examples, all targeted at professional developers who want to leverage their existing skills! In particular, Core Python Programming presents numerous interactive examples that can be entered into the Python interpreter right in front of you! Finally, we present a chapter that shows you step-by-step how to extend Python using C or C++.
Хотя пользователи обычно думают о Python как о процедурном и объектно-ориентированном языке, он содержит все необходимое для поддержки полностью функционального подхода к программированию. В этой статье рассматриваются общие концепции функционального программирования и иллюстрируются способы реализации функционального подхода на Python.
Автор: Mark Lutz Год: 2007 Формат: pdf Издат.: O Reilly Media, Inc Страниц: 746 Размер: 2,9 Мб ISBN: 0596513984 Язык: Английский
The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems and a preference for learning by semi-guided experimentation. First off, Learning Python shows the relationships among Python scripts and their interpreter (in a mostly platform-neutral way). Then, the authors address the mechanics of the language itself, providing illustrations of how Python conceives of numbers, strings, and other objects as well as the operators you use to work with them. Dictionaries, lists, tuples, and other data structures specific to Python receive plenty of attention including complete examples. Authors Mark Lutz and David Ascher build on that fundamental information in their discussions of functions and modules, which evolve into coverage of namespaces, classes, and the object-oriented aspects of Python programming. There is also information on creating graphical user interfaces (GUIs) for Python applications with Tkinter. In addition to its careful expository prose, Learning Python includes exercises that both test your Python skills and help reveal more elusive truths about the language.
Год издания: 2005 Формат: pdf Издат.: Apress Страниц: 640 Размер: 6 Мб ISBN: 159059519X Язык: Английский
Beginning Python: From Novice to Professional Beginning Python: From Novice to Professional is the most comprehensive book on the Python ever written. Based on Practical Python, this newly revised book is both an introduction and practical reference for a swath of Python-related programming topics, including addressing language internals, database integration, network programming, and web services. Advanced topics, such as extending Python and packaging/distributing Python applications, are also covered. 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. Author Magnus Lie Hetland is an authority on Python and previously authored Practical Python. He also authored the popular online guide, Instant Python Hacking, on which both books are based.
Автор: Г.Россум и др. Год: 2001 Формат: Pdf Издат.: ДиаСофт Страниц: 454 Язык: Русский
Книга "Язык программирования Python" является одной из первых книг на русском языке, посвященных языку программирования Python. Это интерпретируемый, интерактивный, объектно-ориентированный язык высокого уровня с открытым исходным кодом. Python имеет очень простой синтаксис, поэтому считается одним из перспективных средств распространения массовой компьютерной грамотности. При этом Python обладает исключительной мощью, поэтому позволяет ставить и решать задачи с недосягаемой ранее сложностью.Python вполне заслуженно называют языком программирования для школьника и академика. В книге описаны синтаксические конструкции языка программирования Python, перечислены встроенные функции и основные модули, раскрыты особенности применения интерпретатораи средств языка на платформах Unix, Windows и Macintosh. Представлены примеры реализации Internet-технологий. Описание охватывает наиболее распространенные версии Python - от 1.5.2 до 2.0.
Автор: Сузи Роман Авриевич Год: 2005 Формат: chm Издат.: Питер Страниц: 206 Язык: Русский
Курс лекций посвящен одному из бурно развивающихся и популярных в настоящее время сценарных языков программирования - Python. Язык Python позволяет быстро создавать как прототипы программных систем, так и сами программные системы, помогает в интеграции программного обеспечения для решения производственных задач. Python имеет богатую стандартную библиотеку и большое количество модулей расширения практически для всех нужд отрасли информационных технологий. Благодаря ясному синтаксису изучение языка не составляет большой проблемы. Написанные на нем программы получаются структурированными по форме, и в них легко проследить логику работы. На примере языка Python рассматриваются такие важные понятия как: объектно-ориентированное программирование, функциональное программирование, событийно-управляемые программы (GUI-приложения), форматы представления данных (Unicode, XML и т.п.). Возможность диалогового режима работы интерпретатора Python позволяет существенно сократить время изучения самого языка и перейти к решению задач в соответствующих предметных областях. Python свободно доступен для многих платформ, а написанные на нем программы обычно переносимы между платформами без изменений. Это обстоятельство позволяет применять для изучения языка практически любую имеющуюся аппаратную платформу.
Автор: Чаплыгин А.Н. Год: 2006 Формат: pdf Страниц: 135 Язык: Русский
Данная электронная книга ставит целью научить не просто писать программы, но и думать как компьютерный специалист. Подобный способ мышления сочетает в себе подходы, используемые в математике, естественных науках и инженерном деле. Подобно математикам, компьютерные специалисты используют формальные языки для записи идей, алгоритмов и операций над специфическими объектами. Книга получилась немного сложнее, чем планировалось: в целом она соотвествует уровню старших классов и начальных курсов ВУЗов, но и младшеклассники при поддержке преподавателя тоже смогут без особого труда освоить материал книги. Данная книга распространяется по лицензии OPL с ограничением VI-B. Это означает, что текст данной книги может использоваться свободно в любых целях, за исключением коммерческих.