Обратная связь В избранное
Как скачать книги бесплатно Если вы нашли ошибки, сообщите нам.

Поиск по сайту

По Вашему запросу найдено 79 ответов (Результаты запроса 1 - 18) :

#1: Core Python Programming бесплатно

АвторАвтор: lbooks  Опубликовано: 6-06-2009, 11:56  Комментариев: 0
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, it's 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!

#2: Core PHP Programming бесплатно

АвторАвтор: lbooks  Опубликовано: 19-07-2008, 16:45  Комментариев: 0
Core PHP Programming, Third Edition is the authoritative guide to the new PHP 5 for experienced developers. Top PHP developer Leon Atkinson and PHP 5 contributor/Zend Engine 2 co-creator Zeev Suraski cover every facet of real-world PHP 5 development, from basic syntax to advanced object--oriented development-even design patterns!

It's all here: networking, data structures, regular expressions, math, configuration, graphics, MySQL/PostgreSQL support, XML, algorithms, debugging, optimization...and 650 downloadable code examples.

#3: Python 2.1 Bible бесплатно

АвторАвтор: lbooks  Опубликовано: 21-10-2008, 14:25  Комментариев: 0
The Python 2.1 Bible provides the only complete Python language reference on the market and includes all the information and software that developers need to use Python as a rapid application development tool. The Python 2.1 Bible fills a critical void in the Python reference market. Although it includes a complete Python language reference section, it is still geared towards those of you who already have some programming experience. This book explains each piece of technology in depth and shows through clear examples why each feature is useful. This is the manual you've been waiting for -- the one that covers all major Python components without glossing over how the various pieces fit together.

#4: Python Cookbook бесплатно

АвторАвтор: lbooks  Опубликовано: 22-10-2008, 03:21  Комментариев: 0
This book is a treasure trove of useful code for all Python programmers, from novices to advanced practitioners, with contributions from such Python luminaries as Guido Van Rossum, David Ascher, Tim Peters, Paul Prescod, Mark Hammond, and Alex Martelli, as well as over 100 other Python programmers. The recipes highlight Python best practices and can be used directly in day-to-day programming tasks, as a source of ideas, or as a way to learn more about Python.

#5: Red Hat Fedora Core 6 Unleashed бесплатно

АвторАвтор: lbooks  Опубликовано: 13-04-2007, 06:11  Комментариев: 0
Red Hat® Fedora™ Core 6 Unleashed presents comprehensive coverage of Fedora Core 6, the popular Linux distribution developed by the Red Hat-sponsored Fedora Project. This book provides detailed information on installing, using, and administering Fedora. You’ll learn how to set up a desktop workstation or a high-powered server, and you’ll find complete details on Yum, Fedora’s easy-to-use desktop and productivity software.

#6: Python глазами хакера (2009) бесплатно

АвторАвтор: didl3  Опубликовано: 10-04-2017, 15:47  Комментариев: 0
Я изучил Python конкретно для хакинга - и я осмелюсь сказать, что это утверждение правдиво для многих других так же. Я провел достаточно много времени в изучении языка, который хорошо приспособлен для хакинга и реверс инженерии,

#7: Программирование на Python бесплатно

АвторАвтор: lbooks  Опубликовано: 27-08-2008, 17:18  Комментариев: 0
Второе издание самого известного бестселлера по Python служит наиболее полным на сегодняшний день источником для тех, кто серьезно программирует на Python. Издание прорецензировано и одобрено Гвидо ван Россумом, создателем Python. Во втором издании внимание сосредоточено на применении Python в практических задачах. Читатель обнаружит, что одна эта книга фактически содержит в себе четыре, которые глубоко освещают создание сценариев для Интернета, системное программирование, программирование GUI с использованием Tkinter и интеграцию с C.

#8: Python и машинное обучение (2017) бесплатно

АвторАвтор: didl3  Опубликовано: 11-08-2017, 16:30  Комментариев: 0
Книга предоставит вам доступ в мир прогнозной аналитики и продемонстрирует, почему Python является одним из лидирующих языков науки о данных. Охватывая широкий круг мощных библиотек Python,

#9: Programming.ASP.NET бесплатно

АвторАвтор: lbooks  Опубликовано: 8-06-2009, 21:54  Комментариев: 0
In Programming ASP.NET, Second Edition authors Jesse Liberty and Dan Hurwitz cover everything you need to know to be effective with ASP.NET. The book includes a comprehensive tutorial on Web Forms, which, in conjunction with Visual Studio .NET 2003, allow you to apply Rapid Application Development techniques (including drag-and-drop control placement) to web development. Programming ASP.NET includes extensive coverage of each type of server control, including Web server controls, HTML server controls, and custom controls. New material covers creating ASP.NET pages for mobile devices.

#10: Visual Basic .NET Black Book бесплатно

АвторАвтор: lbooks  Опубликовано: 30-03-2007, 12:10  Комментариев: 0
Visual Basic .NET Black Book is a comprehensive reference and problem-solving guide for Visual Basic programmers. It covers Visual Basic .NET tips, examples, and how-to’s on everything from programming to managing Visual Basic applications. It provides in-depth material on the new object-oriented features of Visual Basic .NET. Plus readers will learn the crucial Visual Basic tool set in detail including best Visual Basic programming practices, from design tools to flowcharts. Using the popular Black Book format, this book provides in-depth analyses of VB.NET technologies and hundreds of immediate programming solutions making it an invaluable desktop companion.

#11: Python and XML бесплатно

АвторАвтор: lbooks  Опубликовано: 5-06-2009, 15:37  Комментариев: 0
As an object-oriented language with powerful text processing capabilities, Python is an ideal language for manipulating XML. Python & XML provides you with a solid foundation for using these two languages together. Loaded with practical examples, the book highlights common application tasks, so that you can learn by doing. The book starts with the basics then quickly progresses to complex topics, like transforming XML with XSLT, querying XML with XPath, and working with XML dialects and validation. It also covers the more advanced issues, such as SOAP and distributed web services, and explores the use of Python to create scalable XML streams between distributed applications. If you are a Python programmer who wants to incorporate XML into your skill set, this is the book for you.

#12: Programming with GNU software бесплатно

АвторАвтор: lbooks  Опубликовано: 2-06-2009, 21:49  Комментариев: 0
One of the great benefits of Unix is the vast array of free and inexpensive software tools that are available for the platform. Programming with GNU Software provides an overview of how C and C++ programmers can use some of these tools: the source-code editor Emacs, the gcc compiler, gdb debugger, gprof profiler, and the RCS version-control system. The book offers a quick-paced tutorial that, unlike some introductions to Unix tools, is particularly focused on the needs of C programmers. 

#13: VHDL: Programming by examples бесплатно

АвторАвтор: lbooks  Опубликовано: 9-05-2009, 19:00  Комментариев: 0
This is the fourth version of the book and this version now not only provides VHDL language coverage but design methodology information as well. This version will guide the reader through the process of creating a VHDL design, simulating the design, synthesizing the design, placing and routing the design, using VITAL simulation to verify the final result.

#14: Язык программирования Python бесплатно

АвторАвтор: lbooks  Опубликовано: 22-10-2008, 01:05  Комментариев: 0
Книга познакомит с популярным языком программирования Python, его наиболее распространенными модулями и приложениями, стилями и приемами программирования. Python изначально разрабатывался как объектно-ориентированный язык программирования, который позволяет использовать методы быстрой разработки приложений, легко создавать прототипы программных систем и интегрировать различные программные системы. Кроме базовых вопросов (язык, стандартная библиотека, функциональное и объектно-ориентированное программирование, обработка текстов) рассмотрены наиболее часто встречающиеся применения языка Python - от матричных вычислений до программ с графическим интерфейсом. Изучение курса, представленного в книге, позволит существенно повысить производительность труда при использовании Python и, следовательно, расширить круг доверенных этой технологии задач.

#15: More programming pearls бесплатно

АвторАвтор: lbooks  Опубликовано: 6-06-2009, 20:51  Комментариев: 0
What do topics ranging from organic chemistry to Napoleon's campaigns have to do with computer programming? This collection of essays demonstrates the many varied aspects of programming, showing how programming can be both a fun and elegant science.
Some of the essays cover programming techniques, like how profilers can provide insight into the dynamic behavior of programs, and methods for making data files self-describing. These techniques deal with real programs and they are realistically illustrated, using the C and Awk languages. Bentley also provides the reader with some tricks of the programmer's trade, like a collection of rules of thumb and hints for finding simple solutions to hard problems.
These essays also originally appeared in the author's column in Communication of the ACM, and have been substantially revised, incorporating new sections, problems, and reader comments.

#16: Язык программирования Python бесплатно

АвторАвтор: lbooks  Опубликовано: 19-11-2008, 18:58  Комментариев: 0
Python является простым и, в то же время, мощным интерпретируемым объектно-ориентированным языком программирования. Он предоставляет структуры данных высокого уровня, имеет изящный синтаксис и использует динамический контроль типов, что делает его идеальным языком для написания различных приложений, работающих на большинстве распространённых платформ. Книга содержит вводное руководство, которое может служить учебником для начинающих, и справочный материал с подробным описанием грамматики языка, встроенных возможностей и возможностей, предоставляемых модулями стандартной библиотеки. Описание охватывает наиболее распространённые версии Python: от 1.5.2 до 2.0.

#17: Programming Video Games for the Evil Genius бесплатно

АвторАвтор: lbooks  Опубликовано: 4-06-2009, 15:18  Комментариев: 0
In Programming Video Games for the Evil Genius, programming wunderkind Ian Cinnamon gives you everything you need to create and control 57 gaming projects. You'll find easy-to-follow plans featuring Java, the most universal programming language, that run on any PC, Mac, or Linux computer.
Illustrated instructions and plans for an awesome mix of racing, board, shoot 'em up, strategy, retro, and puzzle games

#18: Game Programming Gems бесплатно

АвторАвтор: lbooks  Опубликовано: 23-05-2009, 19:00  Комментариев: 0
Aimed at the working (or aspiring) Visual C/C++ game programmer, Game Programming Gems contains over 60 programming tips that have been gathered from more than 40 working game gurus. It you want to build your own games or are interested simply in how games work, this text provides an intriguing glimpse into how the pros create state-of-the-art 3-D animation.

Навигация по сайту

Опрос пользователей

Как вам новый дизайн [?]

Супер
Хорошо
Неплохо
Было лучше
Плохо
Ужасно

Лучшее за неделю

Новинки