What is best way to learn Python for advanced developer?

Michael Torrie torriem at gmail.com
Thu Jul 31 21:13:17 EDT 2014


On 07/30/2014 02:20 PM, guirec.corbel at gmail.com wrote:
> Hello,
> 
> I am a Ruby developer and I want to program in Python. I know how to
> do simple things like create classes, methods, variables and all the
> basics. I want to know more. I want to know what is the Python
> philosophy, how to test, how to create maintenable software, etc.
> 
> I'm looking for online courses and any ressources I can have on the
> subject.
> 
> Can you help me?

If you're an advanced programmer, I'd say you learn Python the same way
as you would learn any other language.  See the official docs, read the
basic official tutorial, and just start coding.  As you go along you can
ask specific questions about how to code certain things in a Pythonic way.



More information about the Python-list mailing list