+ 5
Is there any Python book series that is like the YDKJS series?
If you've read the YDKJS book series by Kyle Simpson, you'd realise how he goes into the details of why "this" or "that" works how it works and the effect. How he explains things in depth regarding the Javascript language. I was wondering if there was such a book series in the Python world for someone wanting to learn Python programming Indepth and not casually.
2 Answers
+ 10
Every pythonistas đ should subscribe:
www.pythonweekly.com
www.pycoders.com
https://pyvideo.org
freely available đ resourcesâŒïžđđ
+ 9
My favourite Pyhton resource is realpython.com
They have a great big article about most topics of Python, for beginner, intermediate and expert levels too.
Some of their content is paid (video courses) but plenty of free stuff, and all I've seen there is excellent quality.
Here is their book recommendations:
https://realpython.com/best-python-books/