How to learn python if I'm very familar with C++

P

PengYu.UT

Hi,

I've been using C++ for a few years and have developed a few projects
in C++. And I'm familar with OO and template metaprogramming.

There are some book like "Learning Perl". It is a little bit tedious
for me, because more material in that book seems obvious for me. I want
some book describe the difference between C++ and python such that I
could grasp python quickly. Would you please give me some infomation on
this?

Thanks,
Peng
 
D

danmcleran

The book "Learning Python" worked for me (a long time C++ person).

Me too. I programmed in nothing but C++ for years, but this book made
learning Python easy.
 
B

bill pursell

Hi,

I've been using C++ for a few years and have developed a few projects
in C++. And I'm familar with OO and template metaprogramming.

There are some book like "Learning Perl". It is a little bit tedious
for me, because more material in that book seems obvious for me. I want
some book describe the difference between C++ and python such that I
could grasp python quickly. Would you please give me some infomation on
this?

Take a few hours to read through the tutorial at
http://docs.python.org/tut/tut.html

Then spend some time browsing the rest of the documentation.

After you have a basic understanding of the syntax, browse the Python
Cookbook.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,291
Messages
2,571,453
Members
48,134
Latest member
JavierIlif

Latest Threads

Top