![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2006
Posts: 9
Rep Power: 0
![]() |
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
__________________
Programming Tutorial for Absolute Beginners |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I didn't go through your tutoriak, Kakao, but kudos for the appearance. Really nice looking.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 | |
|
Programmer
Join Date: Mar 2006
Posts: 60
Rep Power: 3
![]() |
Quote:
|
|
|
|
|
|
|
#4 |
|
Newbie
Join Date: Aug 2005
Location: Austin, TX
Posts: 15
Rep Power: 0
![]() |
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. |
|
|
|
|
|
#5 |
|
Programmer
|
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)
|
|
|
|
|
|
#6 |
|
Newbie
Join Date: Feb 2006
Posts: 9
Rep Power: 0
![]() |
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.
__________________
Programming Tutorial for Absolute Beginners |
|
|
|
|
|
#7 |
|
Programmer
|
modwsgi ? Thanks for linking it, that rocks . I myself mostly use WSGI in combination with FastCGI (via flup) and lighttpd..
|
|
|
|
|
|
#8 |
|
Programming Guru
![]() ![]() ![]() |
Are you using WordPress for the tutorial?
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#9 |
|
Newbie
Join Date: Feb 2006
Posts: 9
Rep Power: 0
![]() |
The tutorial uses Drupal.
__________________
Programming Tutorial for Absolute Beginners |
|
|
|
|
|
#10 |
|
Programming Guru
![]() ![]() ![]() |
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.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Php Tutorial 3 | bulio | PHP | 4 | Jul 16th, 2006 4:00 AM |
| [tutorial] Python for programming beginners | coldDeath | Python | 30 | Dec 14th, 2005 11:35 AM |
| [tutorial] Simple G++ compiler tutorial | coldDeath | C++ | 7 | Nov 27th, 2005 12:33 PM |
| Advanced Python Tricks | Arevos | Python | 19 | Sep 24th, 2005 7:39 AM |
| Python - A Programmers Introduction | coldDeath | Python | 17 | Aug 19th, 2005 12:41 PM |