Friday, December 19, 2014

Bottle

On Thursday and Friday I was working on more bottle. I didn't make a lot of progress at first because it just looked weird to me for some reason but now I think I understand it. I know the difference between dynamic and static routes now and I just started reading about filters which don't seem too complicated. The only filter I don't understand is the ":re" but the rest seem simple, like ":int" which I assume only allows a route to be a number.

1 comment:

  1. :re is for regular expressions (http://en.wikipedia.org/wiki/Regular_expression), a very powerful but also very cryptic pattern matching language that you will continue to encounter over and over in your IT studies once you become familiar with it (much like the model of car that you see on the road all over the place once you get one, but never noticed before ;-)

    ReplyDelete