Tuesday, September 13, 2011

Python and Excel Connectivity

Excel files are easy to work with using Python. The Python packages listed below are best available when you intent to access excel files without Excel installed or even on platforms other than Windows.

They are fast, reliable and open source.

Reading Excel Files :: XLRD
This python package is effective in order to read the content from inside an existing excel file.

Download


Writing Excel Files :: XLWT
This python package allows the writing of a new excel workbook.

Download

Modifying/Updating Existing Excel Files :: XLUTILS
This python package allows the capability to modify the content of an already existing Excel File.
This requires both XLRD and XLWT

Download


Sunday, September 11, 2011

A Head Start on Python Language


PyCon India 2011 - Pune

In association with the Indian Python Software Society, PyCon India organizing committee is hosting the Third Indian Python Conference from 16th -18th September 2011 at Symbiosis Vishwabhavan, S.B. Road, Pune. (Map Location)
 
Click on Register to enroll yourself for the conference. All the details for the mode of payment, is available on the Conference Registration page itself.

To view the Accepted Talks/Tutorials visit PyCon Talks

Please note that the start and stop times for the sessions on September 16th, 17th and 18th will be 09:30 hrs and 18:00 hrs. The first day (16th) shall be reserved for tutorials exclusively. Thus all the talks will be conducted on 17th and 18th.

For any other details contact contact@in.pycon.org

Hope to meet all Python enthusiasts at the Conference.

 

Saturday, September 10, 2011

Introduction to Python Language

A new bee to Python Language..??  let me introduce it.

Python is an interpreted , object-oriented programming language. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. You almost see immediate gains in productivity and lower maintanence cost.

The Language's Author is Guido Van Rossum, a Dutch Programmer currently employed with Google.

"There should be one-- and preferably only one --obvious way to do it"
--- Reference from The Zen of Python

The official website is http://www.python.org/


Python is free to use even commercially as all its releases are Open Source. The licensing is managed by the Python Software Foundation (PSF) a non-profit organization. They hold the intellectual property rights for the language.

DISTRIBUTIONS:-

All python versions are available the official website.

1. http://www.python.org/download/releases/
2. http://www.python.org/getit/

Another popular python distributions (not open Source) for long time  is Active Python