Ebook
Showing 43–46 of 46 results
Sort by:
Static program analysis is the art of reasoning about the behavior of computer programs without actually running them. This is useful not only in optimizing compilers for producing efficient code but also for automatic error detection and other tools that can help programmers. A static program analyzer is a program ...
$16.78
Contents The way of the program Variables, expressions and statements Functions Case study: interface design Conditionals and recursion Fruitful functions Iteration Strings Case study: word play Lists Dictionaries Tuples Case study: data structure selection Classes and objects …etc
$14.28
This tutorial is an early draft. It is likely that you will quickly be blocked by an incomplete section (like “XXX”) or a missing section. Don’t hesistate to complain, ask for help, and report issues! Getting Help Getting Started Python Community Run tests Write your first Python fix Write your first ...
$14.00
This book explains how Rust achieves this combination via a sophisticated and flexible type system, working together with a novel “borrow checker.” Rust promises: No null pointer dereferences. Programs won’t crash because you forgot to check whether a pointer was null. No dangling pointers, no leaks. Every value will live as ...
$10.99