On Mon, Mar 30, 2009 at 1:38 AM, Yarko Tymciurak <[email protected]> wrote:
> On Mon, Mar 30, 2009 at 1:28 AM, TheDude <[email protected]> wrote: > >> >> Excellent! I wish there was a video, but I'm sure someone has it >> somewhere on the internet. Good work on the dojo, the only thing I was >> worried about is.. >> >> item = db.news_item[request.args[0]] > > > Yes! - this was a quick introduction to the development idioms and phrases > used in web2py.. > > You will also have noticed a line wrap in one of the view slides, which > when people typed raised a ticket (HTML injection - newline), which lead to > finding the line-wrap in the slides.. > > So this is (intentionally) not a complete solution, but a beginning to the > flavor of developing and writing with web2py. > NOTE that in 2 hours, we downloaded web2py, got an application running, saw tickets, table/controller/view development cycles, came back to add authentication, saw migrations, added services (even found a bug) and got this up and running on appengine (developer sdk). This was a lot in this short time. > > >> >> If the request.args[0] tries to call from a non existant SQLRow then >> it'll throw an error :) Best to apply a try/except method here, but I >> guess for the purpose of the dojo it was OK (anyone trying to learn >> from the dojo on here should take notice of this however). >> >> On Mar 30, 1:39 am, Yarko Tymciurak <[email protected]> wrote: >> > I personally want to thank Massimo for preparing the slides, and >> > Wingware.com for providing a 3-O/S WingIDE-Pro liscense (Jon B. was the >> > winner). >> > The code sprints for PyCon2009 run this week - I'm going to participate >> > after work (since I'm in the Chicago area)... there is a cherrypy >> sprint, >> > and an old bug I've never had the time to finish tracking down - I hope >> to >> > do that, and see if I can help the cherrypy folks w/ port to Python3. >> > >> > If you're in the area, be sure to stop by the Crown Plaza for whatever >> time >> > you can to the sprints. >> > >> > - Yarko >> > >> > On Sun, Mar 29, 2009 at 10:32 PM, mdipierro <[email protected]> >> wrote: >> > >> > > Hi everybody, >> > >> > > this is a very short summary of what happened at PyCon concerning >> > > web2py. >> > >> > > I have a lightening talk on Saturday morning. 5 minutes only but I >> > > managed to give a demo. >> > >> > > There was this panel discussion >> > >http://www.b-list.org/weblog/2009/mar/28/pycon-orm-panel/ >> > > and I think web2py looked good considering that none of the other ORMs >> > > have any short term plan to support GAE. >> > >> > > We had a web2py dojo (http://en.wikipedia.org/wiki/Dojo) in the Open >> > > Space and we went over this exercise: >> > >> > >http://mdp.cti.depaul.edu/examples/static/dojo.pdf >> > >> > > We has a good attendance (13 people) and everybody completed the dojo. >> > > Nobody run away and we all went for a beer to the bar afterwords. We >> > > had very good time. >> > >> > > Yarko was there and contributed to develop the slides. Robin was also >> > > there. Other people where there but would not know how to match their >> > > real names to google usernames (if you attended the dojo, please email >> > > me to help me remember you). Barry Hawkins managed the Open Space and >> > > opened the dojo. >> > >> > > We distributed 102 web2py hats. They are all gone and, believe it not, >> > > many people were wearing them. >> > >> > > I spend most of my time talking to people and patching the >> > > registration software live so I did not have much time to attend >> > > talks. I am hoping to catch up by watching the recordings online. >> > >> > > I had to leave early today for personal reasons. >> > >> > > If you were there feel free to share your opinion with us. >> > >> > > Massimo >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

