|
Каталог файлов
В категории материалов: 64 Показано материалов: 21-30 |
Страницы: « 1 2 3 4 5 6 7 » |
Сортировать по:
Дате ·
Названию ·
Рейтингу ·
Комментариям ·
Загрузкам ·
Просмотрам
The Python Developer's Handbook is designed to expose experienced developers to Python and its uses. Beginning with a brief introduction to the language and its syntax, the book moves quickly into more advanced programming topics, including embedding Python, network programming, GUI toolkits, JPython, Web development, Python/C API, and more. Python is an interpreted, object-oriented programming language. Its syntax is simple and easy to learn, and it encourages programmers to write and think clearly. The Python Developer's Handbook is carefully written, well-organized introduction to this powerful, fast-growing programming language for experienced developers. |
This introductory/intermediate-level 1292-page book presents the features of Python 2.2 in the context of 281 complete working programs. Topics include Python Server Pages/CGI, networking, sockets, GUI, Tkinter, mega widgets, multimedia, databases, file processing, modules, classes, class attributes, method overriding, control structures, functions, inheritance, string manipulation, regular expressions, lists, tuples, dictionaries, data structures, process management, interprocess communication, XML processing and security. |
Python Phrasebook Brad Dayley Essential Code and Commands Python Phrasebook gives you the code phrases you need to quickly and effectively complete your programming projects in Python. Concise and Accessible Easy to carry and easy to use--lets you ditch all those bulky books for one portable guide Flexible and Functional Packed with more than 100 customizable code snippets--so you can readily code functional Python in just about any situation Brad Dayley is a software engineer at Novell, Inc. He has been a system administrator and software developer on the Unix, Windows, Linux, and NetWare platforms for the past 14 years. Brad co-developed an advanced debugging course used to train engineers and customers and is the co-author of several Novell Press books. |
by Michael Dawson
ISBN:1592000738
Premier
Press © 2003 With this text, you will acquire the skills that you need for more practical Python programming applications, and learn how these skills can be put to use in real-world scenarios. |
Characterized by ease of use, richness of expression, and concise syntax, Python has remained a premier programming language for more than a decade, and is used by novices and professionals alike. In particular, its close relationship to Java makes the two languages, when used in combination, ideal for Web and distributed enterprise application development.
This tutorial begins with coverage of some of the basics of Python programming. Using plenty of skill-building exercises and interactive programming sessions, this book will help those new to programming develop an understanding of concepts and practical techniques. For experienced programmers, the book demonstrates Python's breadth of capabilities and shows the ways that Python interfaces with Java APIs for professional application development.
Python Programming with the Java Class Libraries: A Tutorial for Building Web and Enterprise Applications with Jython covers important topics such as: - Fundamental programming concepts, including statements, expressions, interpreters, and compilers - Python basics, including operators, string formatting, namespaces, classes, errors, and exceptions - Object-oriented programming concepts - File input/output - Python's intrinsic functions - Formatting, parsing, and manipulating strings - Interfacing with the Java APIs and working with Java Streams - Using Python and Java Swing to create GUIs - Working with SQL and JDBC - Python and Java applets
In addition, the book contains instructions for downloading and installing the Python language and the Java Development Kit. Terminology, definitions, explanations, and numerous code samples make this book a useful learning experience.
Whether you are a sophisticated computer user new to programming or a serious application developer, Python Programming with the Java Class Libraries will give you insight into the power of Python and the know-how to put it to work. |
The goal of this book is to teach computational scientists and engineers how to develop tailored, flexible, and efficient working environments built from small programs (scripts) written in the easy-to-learn, very high-level language Python. The focus is on examples and applications of relevance to computational science: gluing existing applications and tools, e.g. for automating simulation, data analysis, and visualization; steering simulations and computational experiments; equipping programs with graphical user interfaces; making computational Web services; creating interactive interfaces with a Maple/Matlab-like syntax to numerical applications in C/C++ or Fortran; and building flexible object-oriented programming interfaces to existing C/C++ or Fortran libraries. In short, scripting with Python makes you much more productive, increases the reliability of your scientific work and lets you have more fun - under Unix, Windows and MacIntosh. |
Python Standard Library is an essential guide for serious Python programmers. Python is a modular language that imports most useful operations from the standard library (basic support modules; operating system interfaces; network protocols; file formats; data conversions; threads and processes; and data storage). You can't really program in Python without using it. In this book, author Fredrik Lundh, creator of the Python Imaging Library (PIL), delivers tested, accurate documentation of all the modules in the Python Standard Library, along with over 300 annotated example scripts using the modules.
Python Standard Library renders this valuable information in a clean, easy-to-read format, yet doesn't talk down to readers. This accurate and complete reference documentation is for the Python programmer who wants the facts and little else.
The book is based on the author's work with the Python newsgroup: he reviewed more than 2500 questions and answers to that newsgroup in order to make sure the book covered what Python users really wanted to know. An earlier version of this book has been available electronically for over a year, so the material has been tested by Python programmers in real-life applications.
This version of Python Standard Library covers all the new modules and related information for Python 2.0, the first new major release of Python in four years. |
A clear, practical guide to using Python for text processing, arguably what most programmers spend most of their time doing.
- Demonstrates how Python is the perfect language for text-processing functions. - Provides practical pointers and tips that emphasize efficient, flexible, and maintainable approaches to text-processing challenges. - Helps programmers develop solutions for dealing with the increasing amounts of data with which we are all inundated. |
Author(s): Г. Россум, Ф. Л. Дж. Дрейк, Д. С. Откидач Publisher(s): ДиаСофт, 2001
Книга Язык программирования Python является одной из первых книг на русском языке, посвященных языку программирования Python. Это интерпретируемый, интерактивный, объектно-ориентированный язык высокого уровня с открытым исходным кодом. Python имеет очень простой синтаксис, поэтому считается одним из перспективных средств распространения массовой компьютерной грамотности. При этом Python обладает исключительной мощью, поэтому позволяет ставить и решать задачи с недосягаемой ранее сложностью. Python вполне заслуженно называют языком программирования для школьника и академика. В книге описаны синтаксические конструкции языка программирования Python, перечислены встроенные функции и основные модули, раскрыты особенности применения интерпретатораи средств языка на платформах Unix, Windows и Macintosh. Представлены примеры реализации Internet-технологий.
Описание охватывает наиболее распространенные версии Python - от 1.5.2 до 2.0. |
Год: 2010 Автор: Rytis Sileika / Райтис Силейка Жанр: Программирование Издательство: Apress ISBN: 1430226056, 978-1430226055 Язык: Английский Формат: PDF Качество: Изначально компьютерное (eBook) Количество страниц: 417 Описание: As time goes on, system administrators are presented with increasingly complicated challenges. In the early days, a team of engineers might have had to look after one or two systems. These days, one engineer can administer hundreds or thousands of systems. System administrators are gradually replacing their tools with more advanced and flexible ones. One of the choices is Python. Structurally, Python is a modern, high-level language with a very clean syntax. Python comes with many built-in libraries that can make automation tasks easier. It also has extensive set of third-party libraries and a very active development community. This flexibility makes Python a good choice for a wide variety of tasks, from prototyping science applications to system maintenance and administration jobs. This book explains and shows how to apply Python scripting in practice. Unlike the majority of the Python books, it will show you how to approach and resolve real-world issues that most system administrators will come across in their careers. In this book, you will find several projects in the categories of network administration, web server administration, and monitoring and database management. In each project, we will define the problem, design the solution, and go through the more interesting implementation steps. |
|
|