Python is cool!!

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Thu Mar 25 11:01:51 EDT 2010


Jose Manuel a écrit :
> I have been learning Python, and it is amazing .... I am using the
> tutorial that comes with the official distribution.
> 
> At the end my goal is to develop applied mathematic in engineering
> applications to be published on the Web, specially on app. oriented to
> simulations and control systems, I was about to start learning Java
> but I found Python which seems easier to learn that Java.

Python is indeed quite lightweight when compared to Java. But it has 
it's share of non-obvious features, dark corners, gotchas, and plain 
warts too.

> Would it be easy to integrate Python in Web pages with HTML? I have
> read many info on Internet saying it is, and I hope so ....

If you think of some server-page PHP-like solution, you won't find much 
usable stuff. There are quite a few Python web development toolkits / 
frameworks, but Django is becoming the de facto standard. Arguably not 
the "best" framework (depending on your definition of "best"), but 
certainly one of the most pythonic and well documented around.



More information about the Python-list mailing list