On 07/30/2014 02:20 PM, guirec.cor...@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. -- https://mail.python.org/mailman/listinfo/python-list