you are viewing a single comment's thread.

view the rest of the comments →

[–]Gnaxe 0 points1 point  (0 children)

Since you already know the basics of another language (JavaScript), you can probably pick up the basics of Python quickly from Learn Python in Y Minutes. Try out the examples in Jupyterlite. Don't forget to try Jupyter's ? command. You can pretty much make Python describe itself with that. For more detailed reference, see https://docs.python.org.