[Solved] How to quickly learn Python(MongoDB) from a Ruby engineer? [closed]


The best resource on python is docs.python.org, it has the CPython reference, other than that it’s mostly learning the syntax, which is gonna be a little different than ruby, but is pretty simple to master. Any of the online tutorials should give you syntactic examples. If you have specific questions, ask those here. One tip, if you launch python with no arguments, you’ll get the repl, which will let you explore modules and objects interactively. From there, help, vars, and dir are the three most useful functions for seeing how things work.

1

solved How to quickly learn Python(MongoDB) from a Ruby engineer? [closed]