DownTR » English eBooks » 5 Programming eBooks

5 Programming eBooks

Posted by wblue on 27-11-2017, 21:45 @ English eBooks
5 Programming eBooks
5 Programming eBooks

Scott Selikoff and Jeanne Boyarsky, "OCA / OCP Java SE 8 Programmer Practice Tests"
Allen B. Downey, "Think Data Structures: Algorithms and Information Retrieval in Java"
Python for the Busy Java Developer: The Language, Syntax, and Ecosystem By Deepak Sarda
Daniel Higginbotham, "Clojure for the Brave and True: Learn the Ultimate Language and Become a Better Programmer"
Computer Science: An Interdisciplinary Approach by Robert Sedgewick, Kevin Wayne

Scott Selikoff and Jeanne Boyarsky, "OCA / OCP Java SE 8 Programmer Practice Tests"
English | 2017 | ISBN: 111936339X | 601 Pages | EPUB | 2 MB
Test your knowledge and prepare for the OCA/OCP exams.
OCA/OCP Java SE 8 Programmer Practice Tests complements the Sybex OCA: Oracle Certified Associate Java SE 8 Programmer I Certification Study Guide and the OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide for exams 1Z0-808 and 1ZO-809 by providing last minute review of 100% of exam objectives. Get the advantage of over 1,000 expert crafted questions that not only provide the answer, but also give detailed explanations. You will have access to unique practice questions that cover all 21 objective domains in the OCA/OCP exams in the format you desire–test questions can also be accessed via the Sybex interactive learning environment. Two additional practice exams will ensure that you are ready for exam day. Whether you have studied with Sybex study guides for your OCA/OCP or have used another brand, this is your chance to test your skills.
- Access to all practice questions online with the Sybex interactive learning environment
- Over 1,000 unique practice questions and 2 practice exams include expert explanations
- Covers 100% of all 21 OCA/OCP objective domains for Exams 1Z0-809 and 1Z0-809
Studying the objectives are one thing, but diving deeper and uncovering areas where further attention is needed can increase your chance of exam day success. Full coverage of all domains shows you what to expect on exam day, and accompanying explanations help you pinpoint which objectives deserve another look.

Allen B. Downey, "Think Data Structures: Algorithms and Information Retrieval in Java"
2017 | ISBN-10: 1491972394 | 155 pages | EPUB true | 3 MB
If you’re a student studying computer science or a software developer preparing for technical interviews, this practical book will help you learn and review some of the most important ideas in software engineering—data structures and algorithms—in a way that’s clearer, more concise, and more engaging than other materials.
By emphasizing practical knowledge and skills over theory, author Allen Downey shows you how to use data structures to implement efficient algorithms, and then analyze and measure their performance. You’ll explore the important classes in the Java collections framework (JCF), how they’re implemented, and how they’re expected to perform. Each chapter presents hands-on exercises supported by test code online.
Use data structures such as lists and maps, and understand how they work
Build an application that reads Wikipedia pages, parses the contents, and navigates the resulting data tree
Analyze code to predict how fast it will run and how much memory it will require
Write classes that implement the Map interface, using a hash table and binary search tree
Build a simple web search engine with a crawler, an indexer that stores web page contents, and a retriever that returns user query results
Other books by Allen Downey include Think Java, Think Python, Think Stats, and Think Bayes.

Python for the Busy Java Developer: The Language, Syntax, and Ecosystem By Deepak Sarda
English | PDF,EPUB | 2017 | 79 Pages | ISBN : 148423233X | 1.1 MB
Are you a seasoned Java developer who wishes to learn Python? Perhaps you’ve just joined a project where a chunk of system integration code is written in Python. Or maybe you need to implement a report generation module in the next sprint and your colleague mentioned that Python would be the perfect tool for the job. In any case, if you are in a situation where you have to pick up the Python programming language overnight, this book is just for you!
Hit the ground running and gain a fast-paced overview of what the Python language is all about, the syntax that it uses and the ecosystem of libraries and tools that surround the language. This concise book doesn’t spend time on details from an introductory programming course or document every single Python feature. Instead, Python for the Busy Java Developer is designed for experienced Java developers to obtain sufficient familiarity with the language and dive into coding, quickly.

Daniel Higginbotham, "Clojure for the Brave and True: Learn the Ultimate Language and Become a Better Programmer"

2015 | ISBN: 1593275919 | 328 pages | true EPUB | 20 MB

For weeks, months?—nay!—from the very moment you were born, you've felt it calling to you. At long last you'll be united with the programming language you've been longing for: Clojure!
As a Lisp-style functional programming language, Clojure lets you write robust and elegant code, and because it runs on the Java Virtual Machine, you can take advantage of the vast Java ecosystem. Clojure for the Brave and True offers a "dessert-first" approach: you'll start playing with real programs immediately, as you steadily acclimate to the abstract but powerful features of Lisp and functional programming. Inside you'll find an offbeat, practical guide to Clojure, filled with quirky sample programs that catch cheese thieves and track glittery vampires.
Learn how to:
Wield Clojure's core functions
Use Emacs for Clojure development
Write macros to modify Clojure itself
Use Clojure's tools to simplify concurrency and parallel programming
Clojure for the Brave and True assumes no prior experience with Clojure, the Java Virtual Machine, or functional programming. Are you ready, brave reader, to meet your true destiny? Grab your best pair of parentheses—you're about to embark on an epic journey into the world of Clojure!
Covers Clojure 1.7Requires Java 1.6 or later

Computer Science: An Interdisciplinary Approach by Robert Sedgewick, Kevin Wayne

English | June 25th, 2016 | ISBN: 0134076427 | 936 Pages | EPUB | 64.76 MB

Named a Notable Book in the 21st Annual Best of Computing list by the ACM! Robert Sedgewick and Kevin Wayne's Computer Science: An Interdisciplinary Approach is the ideal modern introduction to computer science with Java programming for both students and professionals.
Taking a broad, applications-based approach, Sedgewick and Wayne teach through important examples from science, mathematics, engineering, finance, and commercial computing. The book demystifies computation, explains its intellectual underpinnings, and covers the essential elements of programming and computational problem solving in today's environments.
The authors begin by introducing basic programming elements such as variables, conditionals, loops, arrays, and I/O. Next, they turn to functions, introducing key modular programming concepts, including components and reuse. They present a modern introduction to object-oriented programming, covering current programming paradigms and approaches to data abstraction. Building on this foundation, Sedgewick and Wayne widen their focus to the broader discipline of computer science. They introduce classical sorting and searching algorithms, fundamental data structures and their application, and scientific techniques for assessing an implementation's performance. Using abstract models, readers learn to answer basic questions about computation, gaining insight for practical application.
Finally, the authors show how machine architecture links the theory of computing to real computers, and to the field's history and evolution. For each concept, the authors present all the information readers need to build confidence, together with examples that solve intriguing problems. Each chapter contains question-and-answer sections, self-study drills, and challenging problems that demand creative solutions.