Python ~ - Friday, March 20, 2009
Python is a programming language good for novice programmers.
It is easy to learn and it is well best for first time programmers.
Moreover, it can extend to advance software/web development for
serious programmers. There are now many libraries and framework
for you to use which saves you lots of time.
Development in python definitely is much faster than other programming
languages. However, it is an interpreted language which is generaly slower
than compiled language. However, interpreted language has it advantages too.
You need not recompile to keep testing on a software.
Testing becomes much faster.Not to forget python is OO(Object Oriented).
In fact, everything in pythonis an object! Even functions!
It is dynamically typed so you need not declareany variable before using it!
Save time again xD! But be warn that it is strongly typed. What are you waiting for?
Go grab a python!
Read this if you have knowledge of Java to compare it with python
http://brizzled.clapper.org/id/75
Labels: IT
11:51 AM -