You can often guess which course I'm giving by the topic of the my daily writing ....
"How do I list out the contents of all variables with names starting v-a-r ... a question from yesterday.
The immediate answer:
# print all variables starting with "var"
sum = 9
var3 = 78
var6 = 99
varsity = 56 ....
What's the difference between a function and a method? A function is a named piece of code that performs an operation, and a method is a function with an extra parameter which is the object that it's to run on.
Example:
class hotel:
def __init__(self,name,nightly):
self.name ....
In Python, you can extend a list and you can append to it as well.
What's the difference? If you append a list to another list, you add the new list as a single extra list to the original, thus makingthe original list just one longer with an item that is itself a list. But if you extend a lis ....
As from the start of this week, all of our public courses are running at Well House Manor.
Larger courses (that's up to a maximum of 7 on the public courses) run in "The Wilts" room giving all the delegates plenty of space. Smaller courses, private tuition, breakouts in "The Berks" for a more inti ....
Yesterday was the day that the National Trust with other organisations designated to be a typical day, and they encouraged everyone to write a blog to be archived for posterity to show typical life in October, 2006. Good idea, yes; I wrote mine, but came to find on submission that there's a 4k lim ....
With PHP, it's very easy to knock together a page with a couple of radio buttons and a small application just be taking the "bull at a gate" approach - but if you develop code like this, and without planning, you end up with a very long application that's hard to follow and maintain and - unless you ....
Monday morning saw me at 'The Manor' before 6 O'clock ... to welcome Martin onto our team. We met Martin soon after we started the process of puchasing "The Old Manor" as it then was ... he had just moved to the Melksham area a month or two earlier and was settling into his first job here. But you ....
We've tried to buy locally where we can in our refit of Well House Manor - and that's meant first Melksham, then Wiltshire before looking further afield. Some excellent suppliers have come through, but there's some bare faced cheekiness in some suppliers.
"Where quality costs less" said the tag on ....
"Problem finding your hotel's website" says an email in my box this morning, and it's offering to sell me marketing services to help fill rooms. Funnily enough, it doesn't look like it was too big a problem for the senders of the email to find us, even though we've only been open for five nights a ....
I just spent 1.12 on a couple of bits and bobs (yes, I've been out early!) and handed over a fiver.
Q What was notable about my change?
A I received one of each coin in common circulation - 2 pounds, 1 pound, 50p, 20p, 10p, 5p, 2p and 1p.
Supplimentary comment Do you realise that in the UK, w ....