8 ms·
What is a good book for learning Python when you already now some/many other languages?
by febeling 3y ago
What is a good book for learning Python when you already now some/many other languages?
- d0mine 3y agoJust follow the tutorial (yes, really) https://docs.python.org/3/tutorial/index.html https://docs.python.org/3/tutorial/index.html
- autoexec 3y agoIt's what I started with, but honestly it's not great. It also heavily overemphasizes the interactive interpreter
- d0mine 3y agoREPL is kind of the point: did you try to type and run any of the examples in the tutorial? Just skimming it would be less useful (for the very basics). If you already know everything in the tutorial, then try a project in Python that you did previously (familiar project, new language—Python).
- sn9 3y agoProbably Python Crash Course.