DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Programming python quick intro for schools

1. Computing and programming workshop Dan Bowen Carine Jacquel 2. What is a computer program? A computer program is simply a set of instructions to tell a computer how to…

Software Python meetup 2

1. Python meetup -2 Vic Yang 2. How to run a program? Python Virtual Machine 3. Program Execution In interactive shell: print ‘hello world’ # hello world print 2 ** 100…