The November PYPTUG meeting was very nice, and we had a nice location. The conference room was full of antique furniture (chairs, couches, desks, libraries). The laptops and projector didn't even feel out of place, strangely enough.
webpy presentation
|
web.py - the antiframework framework |
The code for this month's PYPTUG meeting (
Monday, the 26th of November), is available on bitbucket. More specifically, the code for the web.py talk. This is good background information for those who will attend PyHack Workshop #03 in January.
Solid Hg
Assuming you already have mercurial:
$ hg clone https://bitbucket.org/fdion/pyptug
It is in the webpy directory.
The presentation is under
pyptug/webpy/diapos (from diapositive, the original word describing what are now known as slides). The file is: presentation.html
Diapositive
In case somebody wants to generate similar slide shows:
It is generated from the file
slides.md, which is markdown:
http://daringfireball.net/projects/markdown/ and then you run it through landslide (
http://adamzap.com/random/landslide.html ) and it'll generate an html file for you. There are other, more advanced programs that do more fancy animations, but this will run pretty much on any browser, and any computer (in other words, it runs on a Raspberry Pi, no problem).
More
When / if screencasts are available, I'll post them to the blog. I'll check with David if the iPython notebook is on bitbucket, and if so I'll post that link too.
No comments:
Post a Comment