10 Best Python Projects of 2018

Best Open Source Programming Language on March 2024 Shopping Deals at Bestonio.com

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

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

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

  • High Performance Spark: Best Practices for Scaling and Optimizing Apache Spark

    • ASIN: 1491943203
    • ISBN: 9781491943205
    • Manufacturer: O'Reilly Media

    Apache Spark is amazing when everything clicks. But if you haven’t seen the performance improvements you expected, or still don’t feel confident enough to use Spark in production, this practical book is for you. Authors Holden Karau and Rachel Warren demonstrate performance optimizations to help your Spark queries run faster and handle larger d... [Read More]

  • Natural Language Processing Recipes: Unlocking Text Data with Machine Learning and Deep Learning using Python

    • ASIN: 1484242661
    • ISBN: 1484242661
    • Manufacturer: Apress

    Implement natural language processing applications with Python using a problem-solution approach. This book has numerous coding exercises that will help you to quickly deploy natural language processing techniques, such as text classification, parts of speech identification, topic modeling, text summarization, text generation, entity extraction, an... [Read More]

  • Programming in Scala: Updated for Scala 2.12

    • ASIN: 0981531687
    • ISBN: 0981531687
    • Brand: imusti
    • Manufacturer: Artima Press

    Programming in Scala

  • The Rust Programming Language

    • ASIN: 1593278284
    • ISBN: 1593278284
    • Manufacturer: No Starch Press

    The Rust Programming Language is the official book on Rust, an open-source, community-developed systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. This is the undisputed go-to guide to Rust, written by two members of the Rust core team, with feedback and contributions from 42 members of the comm... [Read More]

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

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

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

  • Murach's C++ Programming

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

    C++ was first released in 1985, and it was a hard language to learn. That's because it required programmers to master low-level techniques to work with memory. Over the years, C++ has evolved to provide many higher-level techniques that make it much easier to write effective C++17 code. But most C++ books haven't evolved with the language. Now, Mur... [Read More]

  • Getting Started with Arduino: The Open Source Electronics Prototyping Platform (Make)

    • ASIN: 1449363334
    • ISBN: 9781449363338
    • Brand: O'Reilly Media
    • Manufacturer: Maker Media, Inc

    Arduino is the open source electronics prototyping platform that has taken the Maker Movement by storm. This thorough introduction, updated for the latest Arduino release, helps you start prototyping right away. From obtaining the required components to putting the final touches on your project, all the information you need is here! Getting started... [Read More]

  • Fluent Python: Clear, Concise, and Effective Programming

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

    Python’s simplicity lets you become productive quickly, but this often means you aren’t using everything it has to offer. With this hands-on guide, you’ll learn how to write effective, idiomatic Python code by leveraging its best—and possibly most neglected—features. Author Luciano Ramalho takes you through Python’s core language featur... [Read More]

  • Programming Python: Powerful Object-Oriented Programming

    • ASIN: 0596158106
    • ISBN: 0596158106
    • Brand: imusti
    • Manufacturer: O'Reilly Media

    If you've mastered Python's fundamentals, you're ready to start using it to get real work done. Programming Python will show you how, with in-depth tutorials on the language's primary application domains: system administration, GUIs, and the Web. You'll also explore how Python is used in databases, networking, front-end scripting layers, text proce... [Read More]

  • Programming Robots with ROS: A Practical Introduction to the Robot Operating System

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

    Want to develop novel robot applications, but don’t know how to write a mapping or object-recognition system? You’re not alone, but you’re certainly not without help. By combining real-world examples with valuable knowledge from the Robot Operating System (ROS) community, this practical book provides a set of motivating recipes for solving sp... [Read More]

  • C Programming Absolute Beginner's Guide

    • ASIN: 0789751984
    • ISBN: 0789751984
    • Brand: Que
    • Manufacturer: Que Publishing

    Updated for C11 Write powerful C programs…without becoming a technical expert! This book is the fastest way to get comfortable with C, one incredibly clear and easy step at a time. You’ll learn all the basics: how to organize programs, store and display data, work with variables, operators, I/O, pointers, arrays, functions, and much more... [Read More]

  • Programming Rust: Fast, Safe Systems Development

    • ASIN: 1491927283
    • ISBN: 9781491927281
    • Manufacturer: O'Reilly Media

    Rust is a new systems programming language that combines the performance and low-level control of C and C++ with memory safety and thread safety. Rust’s modern, flexible types ensure your program is free of null pointer dereferences, double frees, dangling pointers, and similar bugs, all at compile time, without runtime overhead. In multi-threade... [Read More]

  • AMPL: A Modeling Language for Mathematical Programming

    • ASIN: 0534388094
    • ISBN: 0534388094
    • Brand: Cengage Learning
    • Manufacturer: Cengage Learning

    AMPL is a language for large-scale optimization and mathematical programming problems in production, distribution, blending, scheduling, and many other applications. Combining familiar algebraic notation and a powerful interactive command environment, AMPL makes it easy to create models, use a wide variety of solvers, and examine solutions. Though ... [Read More]

  • Learning Python, 5th Edition

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

    Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz’s popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with Python. It’s an ideal way to begin, whether you’re new to programming or a professional developer versed i... [Read More]

  • Django Design Patterns and Best Practices: Industry-standard web development techniques and solutions using Python, 2nd Edition

    • ASIN: 1788831349
    • ISBN: 1788831349
    • Manufacturer: Packt Publishing - ebooks Account

    Build maintainable websites with elegant Django design patterns and modern best practicesKey FeaturesExplore aspects of Django from Models and Views to testing and deploymentUnderstand the nuances of web development such as browser attack and data designWalk through various asynchronous tools such as Celery and ChannelsBook DescriptionBuilding secu... [Read More]

  • More About Software Requirements: Thorny Issues and Practical Advice (Developer Best Practices)

    • UPC: 790145226716
    • ASIN: 0735622671
    • ISBN: 0735622671
    • Manufacturer: Microsoft Press

    No matter how much instruction you've had on managing software requirements, there's no substitute for experience. Too often, lessons about requirements engineering processes lack the no-nonsense guidance that supports real-world solutions. Complementing the best practices presented in his book, Software Requirements, Second Edition, requirements ... [Read More]

  • Head First JavaScript Programming: A Brain-Friendly Guide

    • ASIN: 144934013X
    • ISBN: 9781449340131
    • Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

    What will you learn from this book?This brain-friendly guide teaches you everything from JavaScript language fundamentals to advanced topics, including objects, functions, and the browser’s document object model. You won’t just be reading—you’ll be playing games, solving puzzles, pondering mysteries, and interacting with JavaScript in ways ... [Read More]

  • Clojure Programming: Practical Lisp for the Java World

    • ASIN: 1449394701
    • ISBN: 9781449394707
    • Brand: Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

    Clojure is a practical, general-purpose language that offers expressivity rivaling other dynamic languages like Ruby and Python, while seamlessly taking advantage of Java libraries, services, and all of the resources of the JVM ecosystem. This book helps you learn the fundamentals of Clojure with examples relating it to the languages you know alrea... [Read More]

  • Concurrency in Go: Tools and Techniques for Developers

    • ASIN: 1491941197
    • ISBN: 1491941197
    • Manufacturer: O'Reilly Media

    Concurrency can be notoriously difficult to get right, but fortunately, the Go open source programming language makes working with concurrency tractable and even easy. If you’re a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems.Author Katherine Cox-Buda... [Read More]

  • 10 Best Python Projects of 2018

    Best Open Source Game Engines in 2019

    The 11 Best Code Editors Available in 2018