|
|
| | Ask HN: Which book would you recommend for learning Python in detail? | | 174 points by jacoberr on Jan 29, 2023 | hide | past | favorite | 60 comments | | Hi, I know some programming. I know C and some python as well. I have built projects with python but every time I work with python, I feel like python is made on the simple basic structure and I don't know that. I find myself constantly looking for small things as well, I feel like I really don't know the internals of pythons. Which book would you recommend that you go beyond the syntax and shows how things works on a basic level so that I can get build up some intuition while working with python. Forgive me if I failed to express myself. |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
When you're ready to go beyond the basics, I recommend Effective Python [4] and Serious Python [5]. Both go deeper on classes, metaclasses, how objects are represented internally, and Serious Python covers a bit of functional programming, scaling, etc.
[1] https://www.fluentpython.com/
[2] http://www.dabeaz.com/python-distilled/
[3] https://automatetheboringstuff.com/
[4] https://effectivepython.com/
[5] https://nostarch.com/seriouspython