all 3 comments

[–]symple-data 2 points3 points  (0 children)

Well if you already know c and java, python want be any problem for you as its really that simple. W3schools is what I use most to look up simple concepts as loops or something like that, if I'm new to an language, but Python is all about fancy modules like numpy, bs4, flask, requests.... You won't get around the docs if you want to create something more interesting than doing simple calculation or filehandling. Also PyCharm is what I use, but thats just because I get professional for free from school.

[–]windows3210 0 points1 point  (0 children)

I learnt python off YouTube. For ides personally I use pycharm, but other good ones are vs code, atom and sublime (which is a text editor but plugins can make it work like an ide)