4 odpowiedzi
+ 5
Reddit subreddit r/learnpython
Python Crash Course is a good book
Automate the Boring Stuff is good and is free online
Lots of courses on edx, Udemy, etc.
Corey Schafer and sentdex on YouTube.
+ 5
You can also download and use Thonny IDE. Its great for learning python because you can execute the code step by step and see what parts of the code are being executed in every step. Good luck!
edit: Alternatively you can also use DreamPie python shell.
+ 4
I'll try it all. Thank you
+ 3
Documentation - https://docs.python.org/
There is everything.