Hacker News new | ask | show | jobs
Python tutorial for beginners
5 points by techbeamers 2701 days ago
Which Python tutorial is can help to learn Python from elementary to advanced level in simple and easy steps?
4 comments

The official docs were great when I learnt Python more than a decade ago. They still are. After that, maybe pick up Fluent Python to understand the internals in detail.