Mengu.net - web2py http://www.mengu.net/ mengu on web programming. en-us Sat, 31 Jul 2010 02:40:04 PM +0300 Tue, 10 Jun 2003 09:41:01 GMT Mengu.net mengu@mengu.net mengu@mengu.net Django vs. web2py http://www.mengu.net/post/django-vs-web2py Many people would like to know the differences between Django and web2py. In this short entry, I will make a comparison of two popular Python web frameworks, Django and web2py.

  • Django is an MTV framework, web2py is a MVC framework.

  • Web2py lets you focus on developing your application, Django doesn't. It wants you to do all its stuff...

]]>
2010-02-22 12:27:17 http://www.mengu.net/post/django-vs-web2py
web2py Book http://www.mengu.net/post/web2py-book web2py book was the only big source on web2py. There was a scribd version for free and one could buy the pdf from lulu. Now the big news is this book is available online for free. You can reach the book at web2py.com/book.

]]>
2010-02-12 12:14:54 http://www.mengu.net/post/web2py-book
How To Choose A Web Framework? http://www.mengu.net/post/how-to-choose-a-web-framework I have started my web development journey with PHP. After a long time I heard there is something called web framework and then I wanted to learn the best one for me. I have reviewed and learned many frameworks and because of the fact that I'm a grasping person, I have learnt more than just one. Is this a mistake? A part of me says yes and another part says it's not a mistake. Both have reasons. So in this post, I will try to write a simple and short guide for people who are desperately unstable on choosing a web framework.

]]>
2010-02-04 06:52:39 http://www.mengu.net/post/how-to-choose-a-web-framework
Web2Py Blog Screencast http://www.mengu.net/post/web2py-blog-screencast Hello everyone. It's been a while since my last post. There is nothing much new on my side but I have recorded a screencast explaining how to create a blog application with web2py.

]]>
2009-12-17 07:12:36 http://www.mengu.net/post/web2py-blog-screencast
Web2Py Sources http://www.mengu.net/post/web2py-sources Here you can find a list of web2py sources.

Primary source of help: web2py groups

http://groups.google.com/group/web2py/topics

http://groups.google.com/group/web2py-developers/topics

http://groups.google.com/group/web2py-users-brazil/topics

Tips on searching the users group

The search inside the group does not work very well, use these instead: http://www.google.ca/advanced_search?q=site:groups.google.com/group/web2py&hl=en

http://dir.gmane.org/gmane.comp.python.web2py

]]>
2009-11-10 12:35:31 http://www.mengu.net/post/web2py-sources
Pagination With Web2Py http://www.mengu.net/post/pagination-with-web2py I was developing a web2py blog application to be a teaching one for the web2py beginners. After completing many parts, the next part was pagination. I have thought on how to do it. The normal select statement on web2py is as the following statement..

]]>
2009-11-09 11:49:31 http://www.mengu.net/post/pagination-with-web2py