Complete Logo Programming
Title | Complete Logo Programming PDF eBook |
Author | Steven L. Mandell |
Publisher | |
Pages | 456 |
Release | 1986 |
Genre | LOGO (Computer program language) |
ISBN | 9780314962348 |
Computer Science Logo Style
Title | Computer Science Logo Style PDF eBook |
Author | Brian Harvey |
Publisher | |
Pages | 388 |
Release | 1997 |
Genre | Computer programming |
ISBN |
Turtle Geometry
Title | Turtle Geometry PDF eBook |
Author | Harold Abelson |
Publisher | MIT Press |
Pages | 502 |
Release | 1986-07-09 |
Genre | Computers |
ISBN | 9780262510370 |
Turtle Geometry presents an innovative program of mathematical discovery that demonstrates how the effective use of personal computers can profoundly change the nature of a student's contact with mathematics. Using this book and a few simple computer programs, students can explore the properties of space by following an imaginary turtle across the screen. The concept of turtle geometry grew out of the Logo Group at MIT. Directed by Seymour Papert, author of Mindstorms, this group has done extensive work with preschool children, high school students and university undergraduates.
Code Complete
Title | Code Complete PDF eBook |
Author | Steve McConnell |
Publisher | Pearson Education |
Pages | 952 |
Release | 2004-06-09 |
Genre | Computers |
ISBN | 0735636974 |
Widely considered one of the best practical guides to programming, Steve McConnell’s original CODE COMPLETE has been helping developers write better software for more than a decade. Now this classic book has been fully updated and revised with leading-edge practices—and hundreds of new code samples—illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your experience level, development environment, or project size, this book will inform and stimulate your thinking—and help you build the highest quality code. Discover the timeless techniques and strategies that help you: Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor—or evolve—code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project
Fixing Broken Windows
Title | Fixing Broken Windows PDF eBook |
Author | George L. Kelling |
Publisher | Simon and Schuster |
Pages | 340 |
Release | 1997 |
Genre | Political Science |
ISBN | 0684837382 |
Cites successful examples of community-based policing.
Beginner's Step-by-Step Coding Course
Title | Beginner's Step-by-Step Coding Course PDF eBook |
Author | DK |
Publisher | Penguin |
Pages | 360 |
Release | 2020-01-07 |
Genre | Computers |
ISBN | 074402031X |
With this visual guide to computer programming for beginners, it has never been easier to learn how to code. Coding skills are in high demand and the need for programmers is still growing. Covering three of the most popular languages for new coders, this book uses a graphic method to break complex subjects into user-friendly chunks, bringing essential skills within easy reach. Each chapter contains tutorials on practical projects designed to teach you the main applications of each language, such as building websites, creating games, and designing apps. The book also looks at many of the main coding languages that are out there, outlining the key applications of each language, so you can choose the right language for you. You'll learn to think like a programmer by breaking a problem down into parts, before turning those parts into lines of code. Short, easy-to-follow steps then show you, piece by piece, how to build a complete program. There are challenges for you to tackle to build your confidence before moving on. Written by a team of expert coders and coding teachers, Beginner's Step-by-Step Coding Course is the ideal way to get to set you on the road to code.
The Rust Programming Language (Covers Rust 2018)
Title | The Rust Programming Language (Covers Rust 2018) PDF eBook |
Author | Steve Klabnik |
Publisher | No Starch Press |
Pages | 561 |
Release | 2019-09-03 |
Genre | Computers |
ISBN | 1718500459 |
The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018. The Rust Programming Language is the official book on Rust: an open source systems programming language that helps you write faster, more reliable software. Rust offers control over low-level details (such as memory usage) in combination with high-level ergonomics, eliminating the hassle traditionally associated with low-level languages. The authors of The Rust Programming Language, members of the Rust Core Team, share their knowledge and experience to show you how to take full advantage of Rust's features--from installation to creating robust and scalable programs. You'll begin with basics like creating functions, choosing data types, and binding variables and then move on to more advanced concepts, such as: Ownership and borrowing, lifetimes, and traits Using Rust's memory safety guarantees to build fast, safe programs Testing, error handling, and effective refactoring Generics, smart pointers, multithreading, trait objects, and advanced pattern matching Using Cargo, Rust's built-in package manager, to build, test, and document your code and manage dependencies How best to use Rust's advanced compiler with compiler-led programming techniques You'll find plenty of code examples throughout the book, as well as three chapters dedicated to building complete projects to test your learning: a number guessing game, a Rust implementation of a command line tool, and a multithreaded server. New to this edition: An extended section on Rust macros, an expanded chapter on modules, and appendixes on Rust development tools and editions.