Python 2.x is the status quo, Python 3.x is the present and future of the language (http://wiki.python.org/moin/Python2orPython3)
i followed the instruction from vogella, however instead of installing python 2.7 directly from official python web page, i installed from enthought academic version which includes the numpy, Scipy and matplotlib. These modules will be useful when we start programming,
i do not give details for now.
Academic versions of Enthought:
Students or employees from degree-granting institutions may use these installations for an extended period free of cost.
Some experiments to be sure that everything works smoothly:
1-First (little) Python module (from vogella)
2- First (little)NumPy module
3-Scipy and Matplotlib module
Code is from oneau
Ok. then i'm ready for Night 1 for tomorrow:
1. → Translations
2. → Preface
3. → Introduction
4. → Installation
5. → First Steps
6. → Basics
7. → Operators and Expressions
8. → Control Flow
9. → Functions