Bruce Eckel, a well known Java and Flex author, in an interview with InfoQ talks of why he prefers to work with companies that use Python. He says… Continue reading »
May 052009
Bruce Eckel, a well known Java and Flex author, in an interview with InfoQ talks of why he prefers to work with companies that use Python. He says… Continue reading »

My primary compliment to “Beginning Python” is that it makes learning Python seem easy. .
The book covers a lot of Python basics like strings, numbers, operators, variables. It also covers advanced topics like network programming, extending Python through C/C++, threading, GUI programming and Python with XML. In the end it discusses about the new features of Python release 2.4. Last Chapter “Integrating Java with Python†covers – scripting with java applications, Jython, integrating Java and Jython, J2EE servlets in Jython. I find it useful for both python and java programmer.