• Programming: Principles and Practice Using C++

    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 intr... [Read More]

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

  • 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

  • best Programming language


    • ASIN: B07K14G5BN
    • ASIN: B07K14G5BN
    • Brand: Ishan Tyagi
    • Manufacturer: Ishan Tyagi

  • Swift Programming: The Big Nerd Ranch Guide (2nd Edition) (Big Nerd Ranch Guides)

    Through the authors' carefully constructed explanations and examples, you will develop an understanding of Swift grammar and the elements of effective Swift style. This book is written for Swift 3.0 and will also show you how to navigate Xcode 8 and get the most out of Apple's documentation.  Throughout the book, the authors share their insights into Swift to ensure that you understand the hows and whys of Swift and can put that understanding to use in different contexts. After working through the book, you will have the knowledge and confidence  to develop your own solutions to a wid... [Read More]

    • ASIN: 013461061X
    • UPC: 781349364748
    • ASIN: 013461061X
    • ISBN: 013461061X
    • Brand: Big Nerd Ranch Guides
    • Manufacturer: Big Nerd Ranch Guides

  • Kids for YouTube


    • ASIN: B07C1SNQFD
    • ASIN: B07C1SNQFD
    • Brand: Apps for YouTube Kids
    • Manufacturer: Apps for YouTube Kids

  • Learning Core Audio: A Hands-On Guide to Audio Programming for Mac and iOS

    Audio can affect the human brain in the most powerful and profound ways. Using Apple’s Core Audio, you can leverage all that power in your own Mac and iOS software, implementing features ranging from audio capture to real-time effects, MP3 playback to virtual instruments, web radio to VoIP support. The most sophisticated audio programming system ever created, Core Audio is not simple. In Learning Core Audio , top Mac programming author Chris Adamson and legendary Core Audio expert Kevin Avila fully explain this challenging framework, enabling experienced Mac or iOS programmers to make the m... [Read More]

    • ASIN: 0321636848
    • ASIN: 0321636848
    • ISBN: 9780321636843
    • Brand: Lee, Mike/ Avila, Kevin
    • Manufacturer: Addison-Wesley Professional

  • The Best Software Writing I: Selected and Introduced by Joel Spolsky

    It's nice having a collection of high-quality writing related to software and the business in one place instead of trawling the Web for it. Meryl K. Evans, meryl. ...an entertaining read with a number of enlightening insights into what I do for a living... The whole book is fantastic though, and you should absolutely pick it up...in dead tree form. This is a book worth checking out, even if you're not a software developer. With a nod to both the serious and funny sides of technical writing, The Best Software Writing I: Selected and Introduced by Joel Spolsky is an entertaining read and a guide... [Read More]

    • ASIN: 1590595009
    • UPC: 689253595008
    • ASIN: 1590595009
    • ISBN: 1590595009
    • Manufacturer: Apress

  • Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations

    Accelerate your organization to win in the marketplace.How can we apply technology to drive business value? For years, we've been told that the performance of software delivery teams doesn't matter―that it can't provide a competitive advantage to our companies. Through four years of groundbreaking research to include data collected from the State of DevOps reports conducted with Puppet, Dr. Nicole Forsgren, Jez Humble, and Gene Kim set out to find a way to measure software delivery performance―and what drives it―using rigorous statistical methods. This book presents both the findings and... [Read More]

    • ASIN: B07B9F83WM
    • ASIN: B07B9F83WM
    • Manufacturer: IT Revolution Press

  • The Book of R: A First Course in Programming and Statistics

    The Book of R is a comprehensive, beginner-friendly guide to R, the world’s most popular programming language for statistical analysis. Even if you have no programming experience and little more than a grounding in the basics of mathematics, you’ll find everything you need to begin using R effectively for statistical analysis.You’ll start with the basics, like how to handle data and write simple programs, before moving on to more advanced topics, like producing statistical summaries of your data and performing statistical tests and modeling. You’ll even learn how to create impressive d... [Read More]

    • ASIN: 1593276516
    • ASIN: 1593276516
    • ISBN: 9781593276515
    • Brand: No Starch Press
    • Manufacturer: No Starch Press

  • Telemundo


    • ASIN: B01MS4IDD0
    • ASIN: B01MS4IDD0
    • Brand: NBCUniversal Media, LLC
    • Manufacturer: NBCUniversal Media, LLC

  • The SQL Programming Language

    Ideal as a stand-alone primer or when used in conjunction with another introductory computer science text, SQL: The Programming Language will prepare students for core SQL programming courses offered in CS and CIS. With a clear, concise, and descriptive writing style, students will see real-world examples and cases of SQL functionality in database management. Screen shots and figures throughout the text allow readers to visualize important concepts discussed and student exercises urge them to explore problems on their own.

    • ASIN: 0763766747
    • ASIN: 0763766747
    • ISBN: 0763766747
    • Brand: Brand: Jones Bartlett Publishers
    • Manufacturer: Jones & Bartlett Learning

  • The Linux Programming Interface: A Linux and UNIX System Programming Handbook

    The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface—the interface employed by nearly every application that runs on a Linux or UNIX system.In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 1... [Read More]

    • ASIN: 1593272200
    • ASIN: 1593272200
    • ISBN: 1593272200
    • Brand: imusti
    • Manufacturer: No Starch Press

  • React Design Patterns and Best Practices: Design, build and deploy production-ready web applications using standard industry practices, 2nd Edition

    Build modular React web apps that are scalable, maintainable and powerful using design patterns and insightful practices Key Features Get familiar with design patterns in React like Render props and Controlled/uncontrolled inputs Learn about class/ functional, style and high order components with React Work through examples that can be used to create reusable code and extensible designs Book Description React is an adaptable JavaScript library for building complex UIs from small, detached bits called components. This book is designed to take you through the most valuable design patterns in... [Read More]

    • ASIN: 1789530172
    • ASIN: 1789530172
    • ISBN: 1789530172
    • Manufacturer: Packt Publishing

  • Python programming language


    • ASIN: B01LWO35R6
    • ASIN: B01LWO35R6
    • Brand: Knowledge Community
    • Manufacturer: Knowledge Community

  • Programming and Coding Shirt for Software Engineer Dog Lover

    If you're a software developer who works on a team with programmers and coders, this t-shirt is for you. A fun gift for IT computer science majors who develop applications in languages like Ruby, C#, C++, R, Java, PHP, Python, and Javascript. Featuring text saying I Write Code So My Dog Can Have A Better Life. A perfect shirt for software engineers to wear while debugging, and computer geeks interested in machine learning, data analysis, data science, artificial intelligence, and deep learning.

    • ASIN: B07NLND5BH
    • ASIN: B07NLND5BH
    • Brand: Software Development and Programming Apparel
    • Size: Male Small
    • Manufacturer: Software Development and Programming Apparel

  • Introduction to Computation and Programming Using Python : With Application to Understanding Data

    The new edition of an introductory text that teaches students the art of computational problem solving, covering topics ranging from simple algorithms to information

    • UPC: 52611791

  • 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

  • Learning React : A Hands-On Guide to Building Web Applications Using React and Redux

    Learning React A hands-on guide to building web applications using React and Redux As far as new web frameworks and libraries go, React is quite the runaway success. It not only deals with the most

    • UPC: 56133733

  • Four Programming Languages Creating a Complete Website Scraper Application - eBook

    Four Programming Languages Creating a Complete Website Scraper ApplicationAfter finishing these pages you will have a complete application which will work for either console or desktop platform. You will be utilizing three languages - C#,VB.Net

    • UPC: 226175315

  • 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

  • Numerical Python: Scientific Computing and Data Science Applications with Numpy, Scipy and Matplotlib (Paperback)

    Leverage the numerical and mathematical modules in Python and its standard library as well as popular open source numerical Python packages like NumPy, SciPy, FiPy, matplotlib and more. This fully revised edition, updated with the

    • UPC: 885993520

  • 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

  • Xamarin Mobile Application Development : Cross-Platform C# and Xamarin.Forms Fundamentals

    Xamarin Mobile Application Development is a hands-on Xamarin.Forms primer and a cross-platform reference for building native Android, iOS, and Windows Phone apps using C# and .NET. This book explains how to use Xamarin.Forms, Xamarin.Android, and

    • UPC: 50848071

  • Building Web Applications with Visual Studio 2017 : Using .Net Core and Modern JavaScript Frameworks

    "Learn how to build web applications from three Microsoft MVPs. You will be able to compare and contrast several frameworks and select the best one for your needs. With the release of .NET Core and

    • UPC: 56074951

  • 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

  • Top 4 Programming Languages to Learn In 2019

    Top 5 Programming Languages to Learn to Get a Job at Google, Facebook, Microsoft, etc.

    What is the Best Programming Language to Learn First?