Java for Developers Pocket Primer

Java for Developers Pocket Primer
Title Java for Developers Pocket Primer PDF eBook
Author Oswald Campesato
Publisher Mercury Learning and Information
Pages 298
Release 2022-11-30
Genre Computers
ISBN 1683925483

Download Java for Developers Pocket Primer Book in PDF, Epub and Kindle

As part of the best-selling Pocket Primer series, this book is designed to provide a thorough introduction to Java development for people who are relatively new to the Java programming language. It is intended to be a fast-paced introduction to the core concepts of Java and Java APIs, illustrated with code samples using primarily Java 8. Companion files with source code are available. FEATURES: Covers Boolean logic, loops, arrays, recursion, OOP concepts, data structures, streams, SQL, and more Lists new features in Java 9 through Java 13 Features numerous code samples throughout Includes companion files with source code

C Programming Pocket Primer

C Programming Pocket Primer
Title C Programming Pocket Primer PDF eBook
Author Oswald Campesato
Publisher Pocket Primer
Pages 0
Release 2019
Genre Computers
ISBN 9781683923886

Download C Programming Pocket Primer Book in PDF, Epub and Kindle

As part of the Pocket Primer series, this book provides an overviewof the major concepts to program in the language of C. Companion files withsource code from the book and figures are included. FEATURES: Provides an overview of the most important Cprogramming techniques Covers up-to-dateinformation regarding the C11 standard Includes two chapters on pointers Contains companion files with source code fromthe book eBook Customers: Companion files are available for downloading with order number/proof of purchase by writing to the publisher at [email protected].

Data Science Fundamentals Pocket Primer

Data Science Fundamentals Pocket Primer
Title Data Science Fundamentals Pocket Primer PDF eBook
Author Oswald Campesato
Publisher Mercury Learning and Information
Pages 428
Release 2021-05-12
Genre Computers
ISBN 1683927311

Download Data Science Fundamentals Pocket Primer Book in PDF, Epub and Kindle

As part of the best-selling Pocket Primer series, this book is designed to introduce the reader to the basic concepts of data science using Python 3 and other computer applications. It is intended to be a fast-paced introduction to some basic features of data analytics and also covers statistics, data visualization, linear algebra, and regular expressions. The book includes numerous code samples using Python, NumPy, R, SQL, NoSQL, and Pandas. Companion files with source code and color figures are available. FEATURES: Includes a concise introduction to Python 3 and linear algebra Provides a thorough introduction to data visualization and regular expressions Covers NumPy, Pandas, R, and SQL Introduces probability and statistical concepts Features numerous code samples throughout Companion files with source code and figures

Angular and Machine Learning Pocket Primer

Angular and Machine Learning Pocket Primer
Title Angular and Machine Learning Pocket Primer PDF eBook
Author Oswald Campesato
Publisher Mercury Learning and Information
Pages 261
Release 2020-03-27
Genre Computers
ISBN 168392469X

Download Angular and Machine Learning Pocket Primer Book in PDF, Epub and Kindle

As part of the best-selling Pocket Primer series, this book is designed to introduce the reader to basic machine learning concepts and incorporate that knowledge into Angular applications. The book is intended to be a fast-paced introduction to some basic features of machine learning and an overview of several popular machine learning classifiers. It includes code samples and numerous figures and covers topics such as Angular functionality, basic machine learning concepts, classification algorithms, TensorFlow and Keras. The files with code and color figures are on the companion disc with the book or available from the publisher. Features: Introduces the basic machine learning concepts and Angular applications Includes source code and full color figures

Python

Python
Title Python PDF eBook
Author Oswald Campesato
Publisher Mercury Learning and Information
Pages 344
Release 2012-12-15
Genre Computers
ISBN 1937585492

Download Python Book in PDF, Epub and Kindle

As part of the new Pocket Primer series, this book provides an overview of the major aspects and the source code to use Python 2. It covers the latest Python developments, built-in functions and custom classes, data visualization, graphics, databases, and more. It includes a companion disc with appendices, source code, and figures. This Pocket Primer is primarily for self-directed learners who want to learn Python 2 and it serves as a starting point for deeper exploration of Python programming. Features: +Includes a companion disc with appendices, source code, and figures +Contains material devoted to Raspberry Pi, Roomba, JSON, and Jython +Includes latest Python 2 developments, built-in functions and custom classes, data visualization, graphics, databases, and more +Provides a solid introduction to Python 2 via complete code samples On the CD-ROM: +Appendices (HTML5 and JavaScript Toolkits, Jython, SPA) +Source code samples +All images from the text (including 4-color) +Solutions to Odd-Numbered Exercises

Data Structures and Algorithms in C++

Data Structures and Algorithms in C++
Title Data Structures and Algorithms in C++ PDF eBook
Author Lee Wittenberg
Publisher Mercury Learning and Information
Pages 267
Release 2017-03-30
Genre Computers
ISBN 1683920856

Download Data Structures and Algorithms in C++ Book in PDF, Epub and Kindle

This book takes a minimalist approach to the traditional data structures course. It covers only those topics that are absolutely essential; the more esoteric structures and algorithms are left for later study. Suitable for an introductory data structures course or self-study, this book is written from the ground up in C++ (not translated from a Java-based text), and uses features of the C++ Standard Template Library to illustrate important concepts. A unique feature of the text is its use of literate programming techniques (originally developed by Donald Knuth) to present the sample code in a way that keeps the code from overwhelming the accompanying explanations. This book is suitable for an undergraduate data structures course using C++ or for developers needing review. Features • Takes a “minimalist” approach to the material that presents only essential concepts. This enables readers to focus on (and remember) just what they’ll need. • Uses select features of the C++11 standard to simplify the sample code and make it easier to understand. • Connects the concepts directly to the classes provided the Standard Template Library (STL), and shows how these classes can be implemented in C++. • Uses “literate programming” techniques that allow the presentation of the sample code to more clearly show the details of the code as well as how the pieces fit together.

Regular Expressions

Regular Expressions
Title Regular Expressions PDF eBook
Author Oswald Campesato
Publisher Mercury Learning and Information
Pages 306
Release 2018-06-04
Genre Computers
ISBN 168392228X

Download Regular Expressions Book in PDF, Epub and Kindle

As part of the bestselling Pocket Primer series, the goal of this book is to introduce readers to regular expressions in several technologies. It is intended for data scientists, data analysts, and others who want to understand regular expressions to perform various tasks. You will acquire an understanding of how to create an assortment of regular expressions, such as filtering data for strings containing uppercase or lowercase letters; matching integers, decimals, hexadecimal, and scientific numbers; and context-dependent pattern matching expressions. It includes REs with Python, R, bash, Perl, Java, and more. Companion files with source code are available for downloading from the publisher. Features: • Uses REs with Python, R, bash, Java, and more • Packed with realistic examples and numerous commands • Assumes the reader has no prior experience, but the topic is covered comprehensively enough to teach a pro some new tricks • Includes companion files with all of the source code examples (download from the publisher) ON THE COMPANION FILES (available from the publisher for downloading) • Source code samples