Thursday, June 7, 2012

Resources for web development beginner and/or Pyramid beginner

For web development basics:
1. http://jimmy-li.net/blog/programming/how-to-get-started-in-web-development/
This blog provides a roadmap and lists useful resources on how to start developing webs.

2. As mentioned in the blog, it is important to leart HTML and CSS, no matter what frame work you choose.
http://htmldog.com/ provides step by step tutorial.

For Pyramid beginner:
1. Start with the documentation: http://docs.pylonsproject.org/en/latest/docs/pyramid.html. Install Pyramid and learn how to write the simplest application.

2. Read more on creating Pyramid project, and follow the tutorials: SQLAlchemy + URL Dispatch Wiki Tutorial, and ZODB + Traversal Wiki Tutorial.


No comments:

Post a Comment