I set up bottle and I started reading the tutorial. I made the Hello World example which you saw on Jack's computer. I kept rereading a lot of the tutorial, like I didn't understand what routes are. I kind of understand some of the concepts but a lot of it I don't fully get.
In technology there usually isn't any "kind of understand". The material is dense, and the concepts are tightly coupled. You either grasp each piece and the relationships between them or the whole thing becomes a mush.
ReplyDeleteRoutes are URLs. @route(/) matches the root address of the site, @route(/addthis) matches the base root address plus /addthis
I think we discussed this already, so you may already have this by now.