
Автор
Джон Пол Мюллер — книжные серии
- 56 произведений
- 56 изданий на 3 языках
-
Python для чайников Джон Пол Мюллер
ISBN: 978-5-907144-26-2 Год издания: 2019 Издательство: Диалектика Благодаря пошаговым инструкциям, приведенным в книге, вы сможете в краткие сроки освоить основы языка. Работая в среде Jupyter Notebook, вы будете применять принципы грамотного программирования для создания смешанного представления кода, заметок, математических уравнений и графиков. Основные темы книги:
— загрузка и установка Python;
— использование командной строки;
— знакомство со средой Jupyter Notebook;
— основы программирования на Python;
— создание коллекций и списков;
— взаимодействие с пакетами;
— поиск и устранение ошибок. -
Алгоритмы для чайников Джон Пол Мюллер, Лука Массарон
ISBN: 978-5-9909446-2-6, 978-1-119-33049-3 Год издания: 2018 Издательство: Вильямс, Диалектика Не нужно иметь ученую степень, чтобы понять смысл алгоритмов. Это ясное и доступное руководство покажет вам, как алгоритмы влияют на нашу повседневную жизнь. Они вездесущи и сопровождают всю нашу жизнь - от общения с друзьями в сети до принятия важных решений. Если вы хотите знать, как использовать алгоритмы для решения реальных задач - эта книга для вас.
Эта книга - действительно книга для чайников, поскольку основная ее задача не научить программировать реализации тех или иных давно известных алгоритмов, а познакомить вас с тем, что же такое алгоритмы, как они влияют на нашу повседневную жизнь, и каково состояние дел в этой области человеческих знаний сегодня.
В книге рассматривается крайне широкий спектр вопросов, связанных с алгоритмами - это и стандартные сортировка и поиск, и работа с графами (но с уклоном не в стандартные базовые алгоритмы, а в приложении их к таким явлениям сегодняшнего дня, как, например, социальные сети), работа с большими данными и вопросы искусственного интеллекта.
При этом материал книги - не просто отвлеченный рассказ о том или ином аспекте современных алгоритмов, но и демонстрация реализаций алгоритмов с конкретными примерами на языке программирования Python.
Книга будет полезна всем, кто интересуется современным состоянием дел в области программирования и алгоритмов. -
Microsoft Office Visio 2007 для "чайников" Джон Пол Мюллер, Дебби Валковски
ISBN: 978-5-8459-1414-9 Год издания: 2008 Издательство: Вильямс Язык: Русский В книге описывается последняя версия популярной программы для деловой графики - Microsoft Office Visio 2007. Простым и понятным языком рассказывается о том, как создавать чертежи и диаграммы, как хранить данные в фигурах, как генерировать отчеты на основе этих данных, как форматировать рисунки и выводить их на печать. Читатель найдет здесь множество примеров из реальной жизни и советов по оптимизации работы. Особое внимание уделено коллективному использованию Visio 2007 и ее совместимости с другими популярными программными продуктами. -
Artificial Intelligence For Dummies John Paul Mueller, Luca Massaron
Год издания: 2018 Издательство: For Dummies Step into the future with AI
The term "Artificial Intelligence" has been around since the 1950s, but a lot has changed since then. Today, AI is referenced in the news, books, movies, and TV shows, and the exact definition is often misinterpreted. Artificial Intelligence For Dummies provides a clear introduction to AI and how it’s being used today.
Inside, you’ll get a clear overview of the technology, the common misconceptions surrounding it, and a fascinating look at its applications in everything from self-driving cars and drones to its contributions in the medical field.
Learn about what AI has contributed to society
Explore uses for AI in computer applications
Discover the limits of what AI can do
Find out about the history of AI
The world of AI is fascinating―and this hands-on guide makes it more accessible than ever! -
RibbonX for Dummies John Paul Mueller
ISBN: 047016994X Год издания: 2007 Издательство: For Dummies Язык: Русский Includes coding examples and sample conversion programs!
Create VBA, VB.NET, and C# custom applications with this radical new interface.
Are you ready to tackle RibbonX? This friendly, plain-English guide gives you the tips and techniques you need to design and implement Ribbon apps fast, as well as plenty of examples for working in VBA and Visual Studio(r). You'll customize the Ribbon to meet your needs, create new elements, and even find solutions for pre-existing Office apps!
- Create an effective RibbonX design.
- Write RibbonX apps.
- Develop business applications for Office.
- Work with Web services.
- Convert existing toolbars and macros. -
VBA For Dummies John Paul Mueller
ISBN: 978-0-470-04650-0 Год издания: 2007 Издательство: Wiley Publishing Язык: Русский VBA helps you put your computer in its place.
Write programs that automate tasks and make Office 2007 work better for you.
If your computer is becoming your boss instead of your servant, start using VBA to tell it what to do! Here's the latest on the VBA IDE and program containers, debugging and controlling your programs, working with multiple applications using a single program, and the most exciting stuff -- programming for all the Office 2007 applications.
Discover how to: - Customize an application's interface; - Quick-launch a VBA program; - Store and modify information; - Use VBA with the Ribbon; - Understand object-oriented programming; - Avoid runtime errors. -
Functional Programming For Dummies Джон Пол Мюллер
ISBN: 9781119527497 Издательство: John Wiley & Sons Limited Язык: Английский Your guide to the functional programming paradigm Functional programming mainly sees use in math computations, including those used in Artificial Intelligence and gaming. This programming paradigm makes algorithms used for math calculations easier to understand and provides a concise method of coding algorithms by people who aren't developers. Current books on the market have a significant learning curve because they're written for developers, by developers—until now. Functional Programming for Dummies explores the differences between the pure (as represented by the Haskell language) and impure (as represented by the Python language) approaches to functional programming for readers just like you. The pure approach is best suited to researchers who have no desire to create production code but do need to test algorithms fully and demonstrate their usefulness to peers. The impure approach is best suited to production environments because it's possible to mix coding paradigms in a single application to produce a result more quickly. Functional Programming For Dummies uses this two-pronged approach to give you an all-in-one approach to a coding methodology that can otherwise be hard to grasp. Learn pure and impure when it comes to coding Dive into the processes that most functional programmers use to derive, analyze and prove the worth of algorithms Benefit from examples that are provided in both Python and Haskell Glean the expertise of an expert author who has written some of the market-leading programming books to date If you’re ready to massage data to understand how things work in new ways, you’ve come to the right place! -
VBA for Dummies Джон Пол Мюллер
ISBN: 0764539892 Язык: Русский * Gives programmers, software developers, and advanced users of Microsoft Office applications all the key concepts necessary to write VBA programs for the new Office "X" * Fully updated to cover all the changes in the newest release of Office -
Технология COM+ (+ CD-ROM) Джон Пол Мюллер
ISBN: 5-318-00092-4, 0-07-212086-X Год издания: 2001 Издательство: Питер Язык: Русский Эта книга написана для профессиональных программистов. Читателю понадобится хорошее знание Visual C++ и определенный опыт работы с СОМ. Поскольку основным направлением книги является работа с базами данных, то использование SQL Server описано в