DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Coder dojo Limerick - introduction to programming languages

1. Programming Languages Coder Dojo - LimerickMark Cahill – MBA, BEng 2. Problem: I need to cross a river 3. Bridge 4. Bridge 5. Possible solutions? 6. Possible solutions•…

Education Python! An Introduction

1. Variables 2. Variables Calculate a value: >>> 12 * 12 144 How can you save that value, 144? Assign a name to a value: >>> donuts…