RI Christmas Lectures…

I don’t really watch TV now but I used to love the annual Royal Institution Christmas Lectures on the BBC. Each year a different professional scientist is asked to present three one hour lectures on their particular area of expertise. It is aimed at children but doesn’t talk down to its audience teaches about real science. …
Continue reading RI Christmas Lectures…

Ghost Of Christmas Past…

This entry is part 3 of 3 in the series Archive Story

I have tried various Christmas themed posts over the years. The first Blog Christmas was 2009 when I wrote Bright Paper Packages – it has a video in it that has my voice, something that currently only occurs in one other place on the blog. In 2011 I produced successive posts entitled Gold, Frankincense and …
Continue reading Ghost Of Christmas Past…

Test…

__author__ = ‘theoretical physicist 42’ profession = input(“What do you want to study at university”) if profession == “physics”: print(“you are a student at Stanford training to be a physicist.”) myvar1 = input(“do you want to study or party?”) if myvar1 == “study”: print(“you got a first degree”) myvar2 = input(“do you want to go …
Continue reading Test…