[Canberra-PUG] Meeting 6th of March
Padarn Wilson
padarn at gmail.com
Mon Feb 24 23:21:41 CET 2014
Hi all,
The next Canberra PUG meeting will take place on the 6th of March, 6pm in
John Dedman G35 (the Neumann room), ANU.
Gavin Jackson has diligently been keeping our social media up to date, and
details about the meeting can be found on the G+ event here:
https://plus.google.com/u/0/events/c3v4m916ptobuceiq6b89g11lu8?authkey=COX57rayk43JvwE
I've also copied the details of the talk to the bottom of this email. Looks
like a good talk, I hope everyone can make it!
Padarn
------------------ TALK DETAILS ------------------------
*Presentation Topic*
"Sorry for the convenience" An introduction to the Pyramid web application
framework
*Presenter*
Gavin Jackson (www.gavinj.net) - a local software engineer who has written
several Pyramid web applications for his employer.
*Abstract*
Jump in and start building high quality, scalable web applications using
the Pyramid micro-framework - in this presentation Gavin will discuss the
history of Pyramid, create a demonstration web application that uses
pyramid project scaffolding, web templating libraries, the use of deform
and bootstrap to produce responsive web interfaces.
*Homework*
If you would like to follow along with the tutorial, run the following
before rocking up (assuming python 2.7 with virtualenv installed):
virtualenv --no-site-packages pyramid-env
. pyramid-env/bin/activate
pip install pyramid
pip install deform
pip install deform-bootstrap
wget
https://github.com/twbs/bootstrap/releases/download/v3.1.1/bootstrap-3.1.1-dist.zip
pcreate -t starter test_project
This will create a test project using the starter scaffold. Fire it up by
running:
pserve test_project/development.ini
We will proceed to turn this into something pretty.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/canberra-pug/attachments/20140225/2f2ab23c/attachment.html>
More information about the Canberra-PUG
mailing list