Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Python (http://www.programmingforums.org/forum43.html)
-   -   Web Python CGI Tutorial (http://www.programmingforums.org/showthread.php?t=11467)

Kakao Oct 3rd, 2006 11:57 AM

Web Python CGI Tutorial
 
I'm just building a Python CGI tutorial and i would appreciate any feedback from the many experts in this forum.

Regards, Kakao

DaWei Oct 3rd, 2006 12:14 PM

I didn't go through your tutoriak, Kakao, but kudos for the appearance. Really nice looking.

Xyhm Feb 18th, 2007 6:44 AM

Quote:

Originally Posted by Kakao (Post 115673)
I'm just building a Python CGI tutorial and i would appreciate any feedback from the many experts in this forum.

Exactly what I need right now, thx. (Okay, that's not the experty feedback you were looking for, but I'm just a simple beginner with Python and web programming.)

ptmcg Feb 18th, 2007 10:43 AM

I felt a little disoriented at the beginning, maybe you need a clearer intro on what you are about to tutor and to whom. Once you got going, the meat of your tutorial looks very clear and helpful. I've never used the cookie material before, and I'll refer to your examples in the future.

I found this decorator to be useful in helping me deal with all the HTML header and trailer boilerplate you find littered about in CGI scripts - http://wiki.python.org/moin/PythonDe...2405a283d6759b. I don't know if you necessarily want to include it in the tutorial, but it may be helpful in your own CGI work.

free-zombie Mar 12th, 2007 3:27 PM

you're really missingt WSGI there - it's undoubtedly the way to build python web apps now and in future (can be run with fastcgi, cgi, mod_python, alone, etc etc)

Kakao Jun 11th, 2007 5:27 PM

I already have CGI and mod_python (publisher and PSP). WSGI is my next goal. I'm just waiting for modwsgi to stabilize to build a tutorial on it.

modwsgi will be the WSGI for the masses as it will probably be adopted by the ISPs because it is safe, easy to setup and light on resources. Thus it has the potential to make Python a real challenge for PHP.

free-zombie Jun 14th, 2007 12:32 PM

modwsgi ? Thanks for linking it, that rocks . I myself mostly use WSGI in combination with FastCGI (via flup) and lighttpd..

Infinite Recursion Jun 14th, 2007 3:02 PM

Are you using WordPress for the tutorial?

Kakao Jun 14th, 2007 3:17 PM

The tutorial uses Drupal.

Infinite Recursion Jun 14th, 2007 4:12 PM

Cool. Thought it looked familiar. I'll give the content a check soon... been wanting to play around with Python in the web, etc. Thanks.


All times are GMT -5. The time now is 2:58 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC