On 4/16/12 at 4:17 PM, [email protected] (mastergberry) pronounced:
1) Does anyone have a recommended book for a programmer who knows the
basics and want's to briefly look @ them such as variables, loops,
functions, classes, etc (I know C, C++, PHP)
http://www.readwriteweb.com/hack/2011/03/python-is-an-increasingly-popu.php
http://www.python.org/about/gettingstarted/
http://wiki.python.org/moin/IntroductoryBooks
There seem to be more new books for Python 3 than 2. Either
version is good to get started learning Python. Just be aware
that there are differences (the Python 3 books are much more
likely to indicate that there are changes from 2).
If your work depends on a library that is only in 2, and no
replacement has been ported to 3, then you may need to start
with 2.
As far as Pyramid itself, it runs on 2.6, 2.7, and 3.2.
--steve
--steve
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.