Do we need to be on time? Well ... if I go to the station at 07:20 - that's a minute late for the 07:19 - there's a good chance that I'll have missed the train and have to make alternative arrangements to get where I need to be. Even a few seconds and "sorry, mate - I've already closed the doors; ....
A public train service is one which is available for anyone to travel on; a private one only takes limited passengers as invites / made available by the operator. And there could be intermediate levels too - I understand that at times the British Transport Police protect the last train from Weymout ....
This year, some small decisions will be made on future rail services. But they'll be big, big decisions as far a the TransWilts rail line is concerned. They'll have the most profound effect - for years to come - on the communities of the TransWilts corridor. Will the road from Trowbridge to the M ....
This is the third section on Django - the Python based web framework. See first Step 1 and Step 2.
Let's add another view of our data to our Django app - using DRY techniques, this will be a short piece of coding but I'll take the opportunity to add in and explain a few more features that you'll p ....
With our modular courses that we write ourselves, we've well placed to move forward with technology; more often than not, what's needed is a series of gentle changes, adding in the occasional module for private courses where a particular new subject is needed, with it being introduced into public co ....
Django is a web framework in Python using DRY (Do not repeat yourself) principles. It usually uses data held in a database such as SQLite or MySQL, which is maintained separately from the look and feel of the web site.
This is the second article in a series. For the first article in this series - ....
Background. We provide training courses in IT subjects - we specialize in "Open Source" programming languages such as Python, Lua, Perl and PHP, but also offer some associated topics such as SQL, and some Linux including administration training for server configuration and deployment. All of our co ....
What is Django and what do I need to be able to use it?
Django is a framework - a tool that lets you create, customise, run and maintain web sites in which the data is stored in database tables. It uses the DRY (Don't Repeat Yourself) philospohy of design - quite the opposite of early web sites, wh ....
I don't like asking for things. And when I ask for something - especially something that someone else is going to have to work at or pay for, I've a natutal tendency to ask for a minimum. Many of us are like that - and so it's been that, in our striving for an appropriate train service, we've com ....
What's important about the weather to you? For us, it's whether it's going to be wet or dry, sunny or cloudy, hot or cold, windy or calm over the next two or three days. That information's available on the BBC web site, and a host of others - but I want to have it to hand, as a graphic picking o ....