• Effective Python: 59 Specific Ways to Write Better Python (Effective Software Development Series)

    “Each item in Slatkin’s Effective Python teaches a self-contained lesson with its own source code. This makes the book random-access: Items are easy to browse and study in whatever order the reader needs. I will be recommending Effective Python to students as an admirably compact source of mainstream advice on a very broad range of topics for the intermediate Python programmer.” —Brandon Rhodes, software engineer at Dropbox and chair of PyCon 2016-2017   It’s easy to start coding with Python, which is why the language is so popular. However, Python’s unique strengths, charms,... [Read More]

    • ASIN: B00TKGY0GU
    • ASIN: B00TKGY0GU
    • Manufacturer: Addison-Wesley Professional

  • Java Concurrency in Practice: JAVA CONCURRENCY PRACT _p1

    Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice , the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patter... [Read More]

    • ASIN: B004V9OA84
    • ASIN: B004V9OA84
    • Manufacturer: Addison-Wesley Professional

  • Java: The Complete Reference, Eleventh Edition

    Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.The Definitive Java Programming GuideFully updated for Java SE 11, Java: The Complete Reference, Eleventh Edition explains how to develop, compile, debug, and run Java programs. Best-selling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and fundamental programming principles. You’ll also find information on key portions of the Java API library, such as I/O... [Read More]

    • ASIN: 1260440230
    • ASIN: 1260440230
    • ISBN: 1260440230
    • Manufacturer: McGraw-Hill Education

  • Java: The Complete Reference, Tenth Edition (Complete Reference Series)

    The Definitive Java Programming Guide Supplement for key JDK 10 new features available from book's Downloads & Resources page at OraclePressBooks.com. Fully updated for Java SE 9, Java: The Complete Reference, Tenth Edition explains how to develop, compile, debug, and run Java programs. Bestselling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and fundamental programming principles. You'll also find information on key portions of the Java API library, such as I/O, the Collections Framework, the stream library, and the concurrency utilities. Sw... [Read More]

    • ASIN: B076CVBN3T
    • ASIN: B076CVBN3T
    • Manufacturer: McGraw-Hill Education

  • C#: Advanced Features and Programming Techniques (Step-By-Step C# Book 3)

    ★★ Get the Kindle version FREE when purchasing the Paperback! ★★Take Your Skills to the Next Level with 70+ ExamplesThis third instalment in the Step-By-Step C# Series is geared towards seasoned developers and novices alike. This guide explores slightly more advanced C# techniques, while being presented in our popular, easy to understand format. The topics in this book will prove invaluable to anyone currently using C#, no matter your skill level. With numerous examples and step by step descriptions, you will be able to master this wonderful language in no time.What This Book Offers79 ... [Read More]

    • ASIN: B0797DNJYX
    • ASIN: B0797DNJYX
    • Manufacturer: Nathan Clark

  • Concurrent Patterns and Best Practices: Build scalable apps with patterns in multithreading, synchronization, and functional programming

    A definitive guide to mastering and implementing concurrency patterns in your applicationsKey FeaturesBuild scalable apps with patterns in multithreading, synchronization, and functional programmingExplore the parallel programming and multithreading techniques to make the code run fasterEfficiently use the techniques outlined to build reliable applicationsBook DescriptionSelecting the correct concurrency architecture has a significant impact on the design and performance of your applications. This book explains how to leverage the different characteristics of parallel architecture to make your... [Read More]

    • ASIN: B07FDB9748
    • ASIN: B07FDB9748
    • Manufacturer: Packt Publishing

  • Operating System Concepts

    Operating System Concepts, now in its ninth edition, continues to provide a solid theoretical foundation for understanding operating systems. The ninth edition has been thoroughly updated to include contemporary examples of how operating systems function. The text includes content to bridge the gap between concepts and actual implementations. End-of-chapter problems, exercises, review questions, and programming exercises help to further reinforce important concepts.  A new Virtual Machine provides interactive exercises to help engage students with the material.

    • ASIN: 1118063333
    • ASIN: 1118063333
    • ISBN: 1118063333
    • Manufacturer: Wiley

  • Hacker's Delight (2nd Edition)

    In Hacker’s Delight, Second Edition, Hank Warren once again compiles an irresistible collection of programming hacks: timesaving techniques, algorithms, and tricks that help programmers build more elegant and efficient software, while also gaining deeper insights into their craft. Warren’s hacks are eminently practical, but they’re also intrinsically interesting, and sometimes unexpected, much like the solution to a great puzzle. They are, in a word, a delight to any programmer who is excited by the opportunity to improve. Extensive additions in this edition include A new chapt... [Read More]

    • ASIN: 0321842685
    • ASIN: 0321842685
    • ISBN: 0321842685
    • Manufacturer: Addison-Wesley Professional

  • Murach's Java Programming (5th Edition)

    This is the 5th edition of Murach's classic Java book that's trained thousands of developers in the last 15 years. Now fully updated to Java 9, this book helps any programmer learn Java faster and better than ever before:It's the one Java book that presents object-oriented features like inheritance, interfaces, and polymorphism in a way that's both understandable and useful in the real world.It offers new coverage of JavaFX, the date/time API, lambdas, and working with SQLite databases.It uses a self-paced approach that works whether you're a beginner or have years of programming experience.It... [Read More]

    • ASIN: 1943872074
    • ASIN: 1943872074
    • ISBN: 1943872074
    • Manufacturer: Mike Murach & Associates

  • C in a Nutshell: The Definitive Reference

    The new edition of this classic O’Reilly reference provides clear, detailed explanations of every feature in the C language and runtime library, including multithreading, type-generic macros, and library functions that are new in the 2011 C standard (C11). If you want to understand the effects of an unfamiliar function, and how the standard library requires it to behave, you’ll find it here, along with a typical example.Ideal for experienced C and C++ programmers, this book also includes popular tools in the GNU software collection. You’ll learn how to build C programs with GNU Make, com... [Read More]

    • ASIN: 1491904755
    • ASIN: 1491904755
    • ISBN: 1491904755
    • Brand: O Reilly Media
    • Manufacturer: O'Reilly Media

  • High Performance Python: Practical Performant Programming for Humans

    Your Python code may run correctly, but you need it to run faster. By exploring the fundamental theory behind design choices, this practical guide helps you gain a deeper understanding of Python’s implementation. You’ll learn how to locate performance bottlenecks and significantly speed up your code in high-data-volume programs.How can you take advantage of multi-core architectures or clusters? Or build a system that can scale up and down without losing reliability? Experienced Python programmers will learn concrete solutions to these and other issues, along with war stories from companies... [Read More]

    • ASIN: 1449361595
    • UPC: 884593279872
    • ASIN: 1449361595
    • ISBN: 1449361595
    • Manufacturer: O'Reilly Media

  • Real-Time Embedded Multithreading: Using ThreadX and ARM

    Use the industry's most popular RTOS/processor combination to develop embedded applications that are small, fast, reliable, and deterministic. Beginning with a discussion of embedded and real-time concepts and terminology, this book uses a specific demon

    • ASIN: 1578201349
    • ASIN: 1578201349
    • ISBN: 1578201349
    • Brand: Brand: CMP
    • Manufacturer: CRC Press

  • Murach's Visual Basic 2015

    This core Visual Basic .NET book has been a favorite of developers ever since the 1st edition came out in 2002. So you can be sure that this 6th edition will deliver the professional skills you re looking for. To be specific:It s a self-paced book that shows you how to use Visual Studio 2015, VB 2015, and the .NET 4.6 classes to develop Windows Forms applications...whether you re new to programming or not.It s a data programming book that shows you how to create professional database applications using data sources, ADO.NET code, and the Entity Framework, as well as how to use LINQ to query da... [Read More]

    • ASIN: 1890774987
    • ASIN: 1890774987
    • ISBN: 1890774987
    • Manufacturer: Mike Murach & Associates

  • Modern Multithreading : Implementing, Testing, and Debugging Multithreaded Java and C++/Pthreads/Win32 Programs

    Master the essentials of concurrent programming,including testing and debugging This textbook examines languages and libraries for multithreaded programming. Readers learn how to create threads in Java and C++, and develop essential concurrent programming and problem-solving skills. Moreover, the textbook sets itself apart from other comparable works by helping readers to become proficient in key testing and debugging techniques. Among the topics covered, readers are introduced to the relevant aspects of Java, the POSIX Pthreads library, and the Windows Win32 Applications Programming Interfac... [Read More]

    • ASIN: 0471725048
    • ASIN: 0471725048
    • ISBN: 0471725048
    • Manufacturer: Wiley-Interscience

  • More Effective C#: 50 Specific Ways to Improve Your C# (Effective Software Development Series)

    In More Effective C#, Second Edition, world-renowned .NET expert Bill Wagner identifies and illuminates 50 intermediate-to-advanced techniques for writing exceptionally robust and well-performing C# 7.0 code. Reflecting the growing sophistication of the C# language and its development community, Wagner presents powerful new solutions to problems you’re likely to encounter every day.   Through three editions of Effective C#, Wagner’s clear explanations, expert tips, and realistic code examples have proven invaluable to hundreds of thousands of developers. With the publication of this tit... [Read More]

    • ASIN: 0672337886
    • ASIN: 0672337886
    • ISBN: 0672337886
    • Manufacturer: Addison-Wesley Professional

  • Myths and Realities, Second Edition : Best Practices for English Language Learners

    A lot has changed since the first edition of Myths and Realities, yet the trends in education are as undeniable as they were then: English language learners (ELLs) constitute the fastest growing population in U.S.

    • UPC: 5411050
    • Rating: 5.0

  • The Best Young Adult Books Contest : A Simulation for the Language Arts Classroom

    Details Coming Soon

    • UPC: 29511577
    • Rating: 3.571

  • The Language Lens for Content Classrooms : A Guide for K-12 Teachers of English and Academic Language Learners

    The Language Lens For Content

    • UPC: 690030423

  • 5 LOVE LANGUAGES, THE

    - Over 11 million copies sold- #1 New York Times Bestseller for 8 years running- Now celebrating its 25th anniversary Simple ideas, lasting loveFalling in love is easy. Staying in love--that's the challenge. How can

    • UPC: 107399901
    • Rating: 5.0

  • Nonviolent Communication: A Language of Life, 3rd Edition : Life-Changing Tools for Healthy Relationships

    What is Violent Communication? If "violent" means acting in ways that result in hurt or harm, then much of how we communicate--judging others, bullying, having racial bias, blaming, finger pointing, discriminating, speaking without listening, criticizing

    • UPC: 45756646
    • Rating: 4.0

  • English Language Learning with Super Support : Beginners - Book 1: A WORKBOOK For ESL / ESOL / EFL / ELL Students

    ESL Workbook for Beginners. Here at last is a classroom-ready workbook for beginning ESL, ESOL, EFL, and ELL students. All lessons are NO-PREP to LOW-PREP activities that have been classroom-tested and honed to perfection with

    • UPC: 815198813

  • Bilingual Bingo : Easy-To-Make Reproducible Games-- In English and Spanish--That Reinforce Key Vocabulary

    A bilingual spin to the classic

    • UPC: 9718995
    • Model: SC-9780439700672
    • Color: Multicolor

  • Teach Your Baby to Sign : An Illustrated Guide to Simple Sign Language for Babies

    Teach Your Baby to Sign is filled with full color photos and 200 of the most useful signs. Communicating with infants has never been easier! Every parent knows how frustrated babies become when they can't

    • UPC: 55566004

  • Portuguese Language for Foreigners: The Complete Beginner’s Guide to Learning Portuguese and Traveling in Portugal as Presented by the World’s Best Universities - eBook

    This book is a compilation of texts, exercises, and a vast amount resources as used in the best universities to teach Portuguese to Foreigners. It includes the most effective methods to learn the Portuguese Language,

    • UPC: 558651576

  • English Language Learning with Super Support : Beginners - Book 2: A Workbook for ESL / ESOL / Efl / Ell Students

    ESL Workbook 2 is CLASSROOM-READY and EASY-to-USE. All lessons are NO-PREP to LOW-PREP and are designed for beginning ESL / ESOL / EFL / ELL students who speak little or no English. The developmental lessons

    • UPC: 553419776

  • 13.2 Multithreading in Java Practical

    Rust Concurrency Explained

    Difference between Multiprocessing and Multithreading