TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to build mastery in Python?

2 pointsby grandimamabout 1 year ago

2 comments

JohnFenabout 1 year ago
The same way you build mastery in anything: practice.<p>Write lots of Python (or whatever language you want to be proficient in) code. Every so often, go back to what you wrote before and review it.<p>Read lots of Python code. Tinker with it, add features, change things, see how what you do affects the program.<p>And study -- read lots about coding in Python. Interact with Python devs. That sort of thing.
togusa2017about 1 year ago
The following links have helped me upgrade my python skills. Also i do spaced repetition with new python skills i have acquired which has done wonders to retaining new concepts. * <a href="https:&#x2F;&#x2F;www.pythonmorsels.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pythonmorsels.com&#x2F;</a> * <a href="https:&#x2F;&#x2F;github.com&#x2F;norvig&#x2F;pytudes">https:&#x2F;&#x2F;github.com&#x2F;norvig&#x2F;pytudes</a>