Re: Python programming philosophy

2013-01-05 Thread Sourabh Mhaisekar
The main philosophy behind python (according to me) is rapid application development. The python gives you convinent and powerful tool to develop sophisticated application rapidly. You can find more details on http://www.python.org/about/success/ http://www.python.org/about/success/#rapid-appl

Re: Python programming philosophy

2013-01-05 Thread 88888 Dihedral
issues are handled by the virtual machine. > > > > > > From: Nac Temha > To: pytho...@python.org > Sent: Saturday, January 5, 2013 11:05 PM > Subject: Python programming philosophy > > > Hello, > > > > I want to learn working princi

Re: Python programming philosophy

2013-01-05 Thread chaouche yacine
urday, January 5, 2013 11:05 PM Subject: Python programming philosophy Hello, I want to learn working principle of python as broadly. How to interpret the python?  For example, what is pyc files and when does it occur? Can you explain them? Thanks in advance. -- http://mail.python.org/mailman/lis

Re: Python programming philosophy

2013-01-05 Thread Chris Angelico
On Sun, Jan 6, 2013 at 9:05 AM, Nac Temha wrote: > Hello, > > I want to learn working principle of python as broadly. How to interpret the > python? For example, what is pyc files and when does it occur? > Can you explain them? Thanks in advance. The pyc files aren't really a philosophical point

Python programming philosophy

2013-01-05 Thread Nac Temha
Hello, I want to learn working principle of python as broadly. How to interpret the python? For example, what is pyc files and when does it occur? Can you explain them? Thanks in advance. -- http://mail.python.org/mailman/listinfo/python-list