Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Web2Py Pycon Ireland 2011

Web2Py Pycon Ireland 2011

@gianpaj

Avatar for Gianfranco Palumbo

Gianfranco Palumbo

January 07, 2012
Tweet

More Decks by Gianfranco Palumbo

Other Decks in Programming

Transcript

  1. Introduction to Web2Py + few tips by Gianfranco Palumbo @gianpaj

    DIT Final Year Computer Science Student http://slidesha.re/rcxpZG 1
  2. Introduction to Web2Py (Python Framework) - Gianfranco P. - @gianpaj

    What is a Web-Framework • Software framework provide libraries for database access, templating frameworks and session management 2
  3. Introduction to Web2Py (Python Framework) - Gianfranco P. - @gianpaj

    Model-View-Controller Django prefers to call this MTV (Model-Template-View) http://www.codinghorror.com/blog/2008/05/understanding-model-view- controller.html 3
  4. Introduction to Web2Py (Python Framework) - Gianfranco P. - @gianpaj

    Things we’ll assume that you know • Simple HTML • JavaScript • Basic Python 5
  5. Introduction to Web2Py (Python Framework) - Gianfranco P. - @gianpaj

    Main Features • One Instance - Many Applications • Web Based Integrated Development Environment (IDE) • Web Based Database Administration • Executes SQL for you (thanks to DAL) • Run Everywhere (thanks to Python) • Has no configuration files and no 3rd party dependencies • Always backward compatible (since 2007) • Built-in Internationalization 6
  6. Introduction to Web2Py (Python Framework) - Gianfranco P. - @gianpaj

    Download Web2Py • Windows / Mac • http://web2py.com • OR • http://j.mp/qlNhzw (http://www.web2py.com/demo_admin/default/site) 7
  7. 10

  8. 11

  9. 12

  10. 13

  11. Introduction to Web2Py (Python Framework) - Gianfranco P. - @gianpaj

    Questions or Comments? Useful Links: • http://web2py.com • http://groups.google.com/group/web2py/ • http://web2py.com/book • http://www.web2py.com/examples/static/epydoc/index.html • http://www.web2py.com/examples/static/web2py_cheatsheet.pdf • http://www.vimeo.com/user315328 • GAE SQL Designer - http://gaesql.appspot.com/ • FREE cloud Web2Py hosting: http://fluxflex.com 15