In Code

In Code
Author: Sarah Flannery
Publsiher: Algonquin Books
Total Pages: 364
Release: 2002-01-01
Genre: Biography & Autobiography
ISBN: 1565123778

Download In Code Book in PDF, Epub and Kindle

Originally published in England and cowritten with her father, "In Code" is "a wonderfully moving story about the thrill of the mathematical chase" ("Nature") and "a paean to intellectual adventure" ("Times Educational Supplement"). A memoir in mathematics, it is all about how a girl next door became an award-winning mathematician. photo insert.

Dreaming in Code

Dreaming in Code
Author: Scott Rosenberg
Publsiher: Crown Currency
Total Pages: 415
Release: 2008-02-26
Genre: Business & Economics
ISBN: 9781400082476

Download Dreaming in Code Book in PDF, Epub and Kindle

Our civilization runs on software. Yet the art of creating it continues to be a dark mystery, even to the experts. To find out why it’s so hard to bend computers to our will, Scott Rosenberg spent three years following a team of maverick software developers—led by Lotus 1-2-3 creator Mitch Kapor—designing a novel personal information manager meant to challenge market leader Microsoft Outlook. Their story takes us through a maze of abrupt dead ends and exhilarating breakthroughs as they wrestle not only with the abstraction of code, but with the unpredictability of human behavior— especially their own.

A Day in Code Python

A Day in Code  Python
Author: Shari Eskenas
Publsiher: Unknown
Total Pages: 50
Release: 2021-07-27
Genre: Electronic Book
ISBN: 1735907944

Download A Day in Code Python Book in PDF, Epub and Kindle

For kids and beginners of all ages, this picture book teaches you how to code in the Python programming language through an illustrated story. Learning Python has never been this fun...or fast!

Life in Code

Life in Code
Author: Ellen Ullman
Publsiher: MCD
Total Pages: 320
Release: 2017-08-08
Genre: Biography & Autobiography
ISBN: 9780374711412

Download Life in Code Book in PDF, Epub and Kindle

The never-more-necessary return of one of our most vital and eloquent voices on technology and culture, the author of the seminal Close to the Machine The last twenty years have brought us the rise of the internet, the development of artificial intelligence, the ubiquity of once unimaginably powerful computers, and the thorough transformation of our economy and society. Through it all, Ellen Ullman lived and worked inside that rising culture of technology, and in Life in Code she tells the continuing story of the changes it wrought with a unique, expert perspective. When Ellen Ullman moved to San Francisco in the early 1970s and went on to become a computer programmer, she was joining a small, idealistic, and almost exclusively male cadre that aspired to genuinely change the world. In 1997 Ullman wrote Close to the Machine, the now classic and still definitive account of life as a coder at the birth of what would be a sweeping technological, cultural, and financial revolution. Twenty years later, the story Ullman recounts is neither one of unbridled triumph nor a nostalgic denial of progress. It is necessarily the story of digital technology’s loss of innocence as it entered the cultural mainstream, and it is a personal reckoning with all that has changed, and so much that hasn’t. Life in Code is an essential text toward our understanding of the last twenty years—and the next twenty.

The Code Book The Secrets Behind Codebreaking

The Code Book  The Secrets Behind Codebreaking
Author: Simon Singh
Publsiher: Delacorte Press
Total Pages: 272
Release: 2002-05-14
Genre: Young Adult Nonfiction
ISBN: 9780375890123

Download The Code Book The Secrets Behind Codebreaking Book in PDF, Epub and Kindle

"As gripping as a good thriller." --The Washington Post Unpack the science of secrecy and discover the methods behind cryptography--the encoding and decoding of information--in this clear and easy-to-understand young adult adaptation of the national bestseller that's perfect for this age of WikiLeaks, the Sony hack, and other events that reveal the extent to which our technology is never quite as secure as we want to believe. Coders and codebreakers alike will be fascinated by history's most mesmerizing stories of intrigue and cunning--from Julius Caesar and his Caeser cipher to the Allies' use of the Enigma machine to decode German messages during World War II. Accessible, compelling, and timely, The Code Book is sure to make readers see the past--and the future--in a whole new way. "Singh's power of explaining complex ideas is as dazzling as ever." --The Guardian

The Nature of Code

The Nature of Code
Author: Daniel Shiffman
Publsiher: No Starch Press
Total Pages: 0
Release: 2024-09-03
Genre: Computers
ISBN: 9781718503717

Download The Nature of Code Book in PDF, Epub and Kindle

All aboard The Coding Train! This beginner-friendly creative coding tutorial is designed to grow your skills in a fun, hands-on way as you build simulations of real-world phenomena with “The Coding Train” YouTube star Daniel Shiffman. How can we use code to capture the unpredictable properties of nature? How can understanding the mathematical principles behind our physical world help us create interesting digital environments? Written by “The Coding Train” YouTube star Daniel Shiffman, The Nature of Code is a beginner-friendly creative coding tutorial that explores a range of programming strategies for developing computer simulations of natural systems—from elementary concepts in math and physics to sophisticated machine-learning algorithms. Using the same enthusiastic style on display in Shiffman’s popular YT channel, this book makes learning to program fun, empowering you to generate fascinating graphical output while refining your problem-solving and algorithmic-thinking skills. You’ll progress from building a basic physics engine that simulates the effects of forces like gravity and wind resistance, to creating evolving systems of intelligent autonomous agents that can learn from their mistakes and adapt to their environment. The Nature of Code introduces important topics such as: Randomness Forces and vectors Trigonometry Cellular automata and fractals Genetic algorithms Neural networks Learn from an expert how to transform your beginner-level skills into writing well-organized, thoughtful programs that set the stage for further experiments in generative design. NOTE: All examples are written with p5.js, a JavaScript library for creative coding, and are available on the book's website.

Clean Code

Clean Code
Author: Robert C. Martin
Publsiher: Pearson Education
Total Pages: 464
Release: 2008-08-01
Genre: Computers
ISBN: 9780136083252

Download Clean Code Book in PDF, Epub and Kindle

Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn’t have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship. Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code “on the fly” into a book that will instill within you the values of a software craftsman and make you a better programmer–but only if you work at it. What kind of work will you be doing? You’ll be reading code–lots of code. And you will be challenged to think about what’s right about that code, and what’s wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft. Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code–of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and “smells” gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code. Readers will come away from this book understanding How to tell the difference between good and bad code How to write good code and how to transform bad code into good code How to create good names, good functions, good objects, and good classes How to format code for maximum readability How to implement complete error handling without obscuring code logic How to unit test and practice test-driven development This book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.

Bodies in Code

Bodies in Code
Author: Mark B. N. Hansen
Publsiher: Routledge
Total Pages: 331
Release: 2012-10-02
Genre: Social Science
ISBN: 9781135878863

Download Bodies in Code Book in PDF, Epub and Kindle

Bodies in Code explores how our bodies experience and adapt to digital environments. Cyberculture theorists have tended to overlook biological reality when talking about virtual reality, and Mark B. N. Hansen's book shows what they've been missing. Cyberspace is anchored in the body, he argues, and it's the body--not high-tech computer graphics--that allows a person to feel like they are really "moving" through virtual reality. Of course these virtual experiences are also profoundly affecting our very understanding of what it means to live as embodied beings. Hansen draws upon recent work in visual culture, cognitive science, and new media studies, as well as examples of computer graphics, websites, and new media art, to show how our bodies are in some ways already becoming virtual.