Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Easy Date   Improve your ranking, submit to directories   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 08-14-2004, 04:21 PM   #1 (permalink)
Inactive
 
Join Date: 12-19-03
Location: Charlotte
Posts: 41
iTrader: 0 / 0%
Latest Blog:
None

nbkzka8 is liked by many
Send a message via MSN to nbkzka8
Python Review

Generic Explanation from Python.org
Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java.

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface.

The Python implementation is portable: it runs on many brands of UNIX, on Windows, OS/2, Mac, Amiga, and many other platforms. If your favorite system isn't listed here, it may still be supported, if there's a C compiler for it. Ask around on news:comp.lang.python -- or just try compiling Python yourself.

The Python implementation is copyrighted but freely usable and distributable, even for commercial use.

My Experience
I found Python to be a very strange animal indeed. Python allows you to write code very concise, short, just like a scripting language. In fact, I wrote the script also in Vbscript to compare and it both contained roughly the same set of lines.

Easy file system access, easy everything except for the indentations. For those who have not written Python, there are no curly braces but actual whitespace indentations are required. Which for most people find a strange hurdle, but I found it just made it easier to read, forced you not to be sloppy.

The cons, I did not find a robust GUI solution. Don't get me wrong, Python has several choices but not comparable to VB etc. Distribution I think bothered me the most which is that when you compile using Py2exe to make a native python script into an .exe which can then be distributed to other machines, it created a "dist" folder with all kinds of co-reqs to make the file run.

I did not like that all. Let's say you work in a enterprise environment a someone needs a scripto to solve a problem. You can either provide them a vbscript in one file that they can run natively or you can provide them a directory like 8 MB full all kinds of files. For the non techie, that would not fly to well.

So. If you have an application which is going to be on a server or workstation where you know python can be installed, you should be fine. If you are looking to distribute some code to mutiple machines, stick with scripting languages like VBscript.

All in all, I give Python a B+.
nbkzka8 is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Review : hostgator-hosting-review.com charlesgan Website Review 7 05-31-2007 05:15 PM
Review : nokia-review.com aletheides Website Review 5 02-15-2007 02:24 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 04:44 AM.
© Copyright 2008 V7 Inc