• Programming: Principles and Practice Using C++ (2nd Edition)

    An Introduction to Programming by the Inventor of C++   Preparation for Programming in the Real World The book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field.   Focus on Fundamental Concepts and Techniques The book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code.   Programming with Today’s C++ (C++11 and C++14) The book is an introduction t... [Read More]

    • ASIN: 0321992784
    • UPC: 884926202607
    • ASIN: 0321992784
    • ISBN: 0321992784
    • Manufacturer: Addison-Wesley Professional

  • Programming Arduino: Getting Started with Sketches, Second Edition (Tab)

    A fully updated guide to quickly and easily programming Arduino Thoroughly revised for the new Arduino Uno R3, this bestselling guide explains how to write well-crafted sketches using Arduino’s modified C language. You will learn how to configure hardware and software, develop your own sketches, work with built-in and custom Arduino libraries, and explore the Internet of Things—all with no prior programming experience required! Electronics guru Simon Monk gets you up to speed quickly, teaching all concepts and syntax through simple language and clear instruction designed for absolute begin... [Read More]

    • ASIN: B01FJ24SZG
    • ASIN: B01FJ24SZG
    • Manufacturer: McGraw-Hill Education TAB

  • Professional C++

    Get up to date quickly on the new changes coming with C++17 Professional C++ is the advanced manual for C++ programming. Designed to help experienced developers get more out of the latest release, this book skims over the basics and dives right in to exploiting the full capabilities of C++17. Each feature is explained by example, each including actual code snippets that you can plug into your own applications. Case studies include extensive, working code that has been tested on Windows and Linux, and the author's expert tips, tricks, and workarounds can dramatically enhance your workflow. Even... [Read More]

    • ASIN: B07BDFW4PN
    • ASIN: B07BDFW4PN
    • Manufacturer: Wrox

  • The C++ Programming Language (hardcover) (4th Edition)

    The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C++ most effectively.   The C++ Programming Language, Fourth Edition, delivers meticulous, richly explained, and integrated coverage of the entire language—its facilities, abstraction mechanisms, standard libraries, and key design techniques. Throughout, Stroustrup pr... [Read More]

    • ASIN: 0321958322
    • ASIN: 0321958322
    • ISBN: 0321958322
    • Brand: imusti
    • Manufacturer: Addison-Wesley Professional

  • Python Tricks: A Buffet of Awesome Python Features

    “I don’t even feel like I’ve scratched the surface of what I can do with Python”With Python Tricks: The Book you’ll discover Python’s best practices and the power of beautiful & Pythonic code with simple examples and a step-by-step narrative.You'll get one step closer to mastering Python, so you can write beautiful and idiomatic code that comes to you naturally.Learning the ins and outs of Python is difficult—and with this book you'll be able to focus on the practical skills that really matter. Discover the “hidden gold” in Python’s standard library and start writing clea... [Read More]

    • ASIN: 1775093301
    • ASIN: 1775093301
    • ISBN: 1775093301
    • Manufacturer: Dan Bader

  • The Go Programming Language (Addison-Wesley Professional Computing Series)

    The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior knowledge of Go nor experience with any specific language, so you’ll find it accessible whether you’re most comfortable with JavaScript, Ruby, Python, Java, or C++. The first chapter is a tutorial on the basic concepts of Go, introduced through programs for file I/O and text processing, simple graphics, and web clients and servers. Early chapters cover the structural elements of... [Read More]

    • ASIN: 0134190440
    • ASIN: 0134190440
    • ISBN: 9780134190440
    • Manufacturer: Addison-Wesley Professional

  • The Pragmatic Programmer: From Journeyman to Master


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

  • The Tcl Programming Language: A Comprehensive Guide

    The Tcl Programming Language is a comprehensive guide to the current version (8.6) of this immensely flexible and versatile language. Starting with the basic features, it expands its scope to include the more advanced concepts, facilities and programming idioms from which the language derives its power. Begin with the basics of Tcl syntax and commands for operating on data. Get acquainted with the flexible and uniform execution model that enables metaprogramming, custom control structures etc. Learn to modularize your code with namespaces, object-oriented design and packages. See how intrin... [Read More]

    • ASIN: 154867964X
    • ASIN: 154867964X
    • ISBN: 154867964X
    • Manufacturer: CreateSpace Independent Publishing Platform

  • Programming in Scala: A Comprehensive Step-by-Step Guide, Third Edition

    Scala is an object-oriented programming language for the Java Virtual Machine. In addition to being object-oriented, Scala is also a functional language, and combines the best approaches to OO and functional programming.In Italian, Scala means a stairway, or steps. Indeed, Scala lets you step up to a programming environment that incorporates some of the best recent thinking in programming language design while also letting you use all your existing Java code.Artima is very pleased to publish a new edition of the best-selling book on Scala, written by the designer of the language, Martin Odersk... [Read More]

    • ASIN: B01EX49FOU
    • ASIN: B01EX49FOU
    • Manufacturer: Artima Press

  • PYTHON PROGRAMMING: The ultimate guide from a beginner to expert, all you need to know about python, tools, tricks, best practices, and advanced features

    Do you want to increase your knowledge of Python or are you a total beginner? In both cases this book is for you.Python programming: the ultimate guide from a beginner to expert is the right book for the reader that is new to python programming and at the same time wants to learn all the necessary tools to use python in a professional and effective way.The most exciting parts of the book are:Basics of Python Programming LanguageTypes of VariablesMethods/Functions in PythonFlow Control in PythonData Processing, Analysis, and VisualizationApplications of Machine LearningInheritance and Polymorph... [Read More]

    • ASIN: B07WJBJNGB
    • ASIN: B07WJBJNGB

  • R in 24 Hours, Sams Teach Yourself

    In just 24 lessons of one hour or less, Sams Teach Yourself R in 24 Hours helps you learn all the R skills you need to solve a wide spectrum of real-world data analysis problems. You’ll master the entire data analysis workflow, learning to build code that’s efficient, reproducible, and suitable for sharing with others. This book’s straightforward, step-by-step approach teaches you how to import, manipulate, summarize, model, and plot data with R; formalize your analytical code; and build powerful R packages using current best practices.   Practical, hands-on examples show you how t... [Read More]

    • ASIN: B019G7U25U
    • ASIN: B019G7U25U
    • Manufacturer: Sams Publishing

  • Starting out with Visual C# (4th Edition)

    For courses in Introductory C# Programming. Clear, Friendly, and Approachable Introduction to Visual C# Programming Clear, friendly, and approachable, this Fourth Edition of Starting Out With Visual C# is an ideal beginning text for readers with no programming experience. Detailed walk-throughs and a readable, comprehensible style make the text inviting to new programmers, while numerous practical example programs highlight the most important programming topics. Gaddis’s detailed, step-by-step instructions teach a GUI-based approach that motivates readers with familiar graphical eleme... [Read More]

    • ASIN: 0134382609
    • ASIN: 0134382609
    • ISBN: 0134382609
    • Manufacturer: Pearson

  • Getting Clojure: Build Your Functional Skills One Idea at a Time

    Behind every programming language lies a vision of how programs should be built. The vision behind Clojure is of a radically simple language framework holding together a sophisticated collection of programming features. Learning Clojure involves much more than just learning the mechanics of the language. To really get Clojure you need to understand the ideas underlying this structure of framework and features. You need this book: an accessible introduction to Clojure that focuses on the ideas behind the language as well as the practical details of writing code. Clojure attracts developers on t... [Read More]

    • ASIN: 1680503006
    • ASIN: 1680503006
    • ISBN: 1680503006
    • Manufacturer: Pragmatic Bookshelf

  • C++ High Performance: Boost and optimize the performance of your C++17 code

    Write code that scales across CPU registers, multi-core, and machine clustersKey FeaturesExplore concurrent programming in C++Identify memory management problemsUse SIMD and STL containers for performance improvementBook DescriptionC++ is a highly portable language and can be used to write both large-scale applications and performance-critical code. It has evolved over the last few years to become a modern and expressive language. This book will guide you through optimizing the performance of your C++ apps by allowing them to run faster and consume fewer resources on the device they're running... [Read More]

    • ASIN: 1787120953
    • ASIN: 1787120953
    • ISBN: 1787120953
    • Manufacturer: Packt Publishing

  • SQL in 10 Minutes, Sams Teach Yourself: Sams Teac Your SQL 10 Minu _4

    Sams Teach Yourself SQL in 10 Minutes, Fourth Edition New full-color code examples help you see how SQL statements are structured Whether you're an application developer, database administrator, web application designer, mobile app developer, or Microsoft Office users, a good working knowledge of SQL is an important part of interacting with databases. And Sams Teach Yourself SQL in 10 Minutes offers the straightforward, practical answers you need to help you do your job. Expert trainer and popular author Ben Forta teaches you just the parts of SQL you need to know–starting with simple data r... [Read More]

    • ASIN: B009XDGF2C
    • ASIN: B009XDGF2C
    • Manufacturer: Sams Publishing

  • CUDA Fortran for Scientists and Engineers : Best Practices for Efficient CUDA Fortran Programming

    CUDA Fortran for Scientists and Engineers shows how high-performance application developers can leverage the power of GPUs using Fortran, the familiar language of scientific computing and supercomputer performance benchmarking. The authors presume no prior parallel

    • UPC: 27548723

  • Python Crash Course : Python Programming Is The Ultimate Crash Course To Programming With Python Coding Language Ideal To Learn Faster Computer Programming. the best Approach With Practical Exercises

    BUY IN PAPERBACK AND RECEIVE THE KINDLE VERSION FREE!Do you know all the reasons to learn Python?It's widely usedIt's an official Google programming languageIt works on the three major operating systemsIt is being used more

    • UPC: 908871750

  • Python Tricks : A Buffet of Awesome Python Features

    "I don't even feel like I've scratched the surface of what I can do with Python" With Python Tricks: The Book you'll discover Python's best practices and the power of beautiful & Pythonic code with

    • UPC: 477236668

  • JavaScript: Best Practices to Programming Code with JavaScript - eBook

    Learn how to write effective and efficient JavaScript code for programming success and continue your progress towards JavaScript programming mastery!In this Definitive JavaScript Guide on Best Practices, you're about to discover how to...Code more efficiently

    • UPC: 760976654

  • Hello App Inventor! : Android Programming for Kids and the Rest of Us

    A guide to using App Inventor to create Android applications, including the App Inventor setup; designing the user interface; and creating animated characters, games, and experiments; with step-by-step instructions for more than thirty

    • UPC: 34069671
    • Rating: 4.0

  • Python: Best Practices to Programming Code with Python - eBook

    Are you tired of your Python code turning out wrong? Are you forever finding it difficult to read your code, to spot where the problems are because it is, quite frankly, a mess? Are you

    • UPC: 882253107

  • Java: Best Practices to Programming Code with Java - eBook

    **Are you tired of constantly finding errors in your Java code? Fed up with not being able to understand what you have written, making it difficult to identify those errors? And how many times has

    • UPC: 420349233

  • Powerful Python : The Most Impactful Patterns, Features, and Development Strategies Modern Python Provides

    There are many books for those new to Python, new to programming, or both. Powerful Python is different. Written for experienced developers like you, its carefully crafted chapters teach intermediate and advanced strategies, patterns, and

    • UPC: 693838076

  • Core Java, Volume II--Advanced Features

    The #1 Guide to Advanced Java Programming, Fully Updated for Java 11 Core Java has long been recognized as the leading, no-nonsense tutorial and reference for experienced programmers who want to write robust Java code

    • UPC: 313561659

  • Powershell : 2 Books in 1: The Comprehensive Beginners Guide to Taking Control of the Powershell Command Line & Best Practices to Excel While Learning Powershell Programming

    Powershell: 2 Books in 1: The Comprehensive Beginners Guide to Taking Control of the Powershell Command Line & Best Practices to

    • UPC: 364447043

  • Features Of C Programming Language

    Best Programming Language to learn in 2019

    Programming Basics: Statements & Functions: Crash Course Computer Science #12