| Author |
Python
|
Neerav Narielwala
Ranch Hand
Joined: Dec 08, 2006
Posts: 106
|
|
|
Can anybody tell me about Python?
|
<a href="http://www.java-tips.org/java-tutorials/tutorials/" target="_blank" rel="nofollow">Java Tutorials</a> | <a href="http://www.planet-java.org" target="_blank" rel="nofollow">Java Weblog</a> | <a href="http://computer-engineering.science-tips.org" target="_blank" rel="nofollow">Computing Articles</a>
|
 |
Gregg Bolinger
Sheriff
Joined: Jul 11, 2001
Posts: 15020
|
|
|
What would you like to know?
|
My Blog | DZone Articles
|
 |
Steve Fahlbusch
Ranch Hand
Joined: Sep 18, 2000
Posts: 366
|
|
|
It's named for the British acting group not the snake.
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4925
|
|
You should check out the official Python website. From the landing page at www.python.org:
Python� is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code.
The official website is a great reference. There are also some great books out there on Python if you're looking for more information. If you're new to programming Python, I totally recommend the following book: Python Programming for the Absolute Beginner by Michael Dawson If you're going to be doing alot with python, I'd also recommend picking up a copy of Core Python, along with the Python Reference Book: Core Python Programming by Wesley J. Chun Python Essential Reference by David M. Beazley Learning Python gets excellent reviews as well. Happy Python!!! -Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
 |
|
|
subject: Python
|
|
|