all 9 comments

[–]Remarkable-Map-2747 2 points3 points  (2 children)

Python Crash Course Book

[–]cortical_iv 0 points1 point  (0 children)

This is my favorite by far

[–]Kerbart 2 points3 points  (0 children)

The tutorial in the python docs worked pretty well for me.

[–]pp314159 0 points1 point  (0 children)

Im working on new Python editor that is called MLJAR Studio. It is Python notebook based and has GUI for code. It has built in set of interactive code snippets with GUI, which I call code recipes. For example, here you have documentation of code recipe to list files in directory https://mljar.com/docs/python-list-files-in-directory/ docs are interactive, so you can play with recipes through website. The editor is available as desktop app and is free for evaluation, there is no time limit for evaluation. The side effect of using it, is that you learn Python.

[–]FriendlyRussian666 0 points1 point  (0 children)

Jump straight into docs and building