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: Quick and high-level tutorials for Python – or any other language?

2 pointsby zarakshRalmost 4 years ago
I&#x27;m thinking of learning Python but all the tutorials that I can find are cookie-cutter SEO&#x27;d tutorials on Google.<p>The main issue I have with these is that they are more geared towards beginners and focus on things like what ints&#x2F;floats&#x2F;strings are and what functions are etc,etc,, Is there a place where I can get a quick-and-dirty overview of the language that are geared towards people who are familiar with at least the basics preferable something that&#x27;s short-ish (not book-length).<p>Come to think of it, is there any good way to find such tutorials for other languages&#x2F;frameworks, preferably some central repo&#x2F;collection (like Github &quot;Awesome&quot; lists) where I can find tutorials specific to my experience level in that language&#x2F;framework?

2 comments

dglalmost 4 years ago
Not quite sure why you want short, Dive Into Python is a very good book and you can read it free online: <a href="https:&#x2F;&#x2F;diveintopython3.problemsolving.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;diveintopython3.problemsolving.io&#x2F;</a><p>I think trying to come up with a short tutorial that meets just your level of experience is going to be hard. If you are already familiar with something just skip that section.
open-source-uxalmost 4 years ago
Have you seen <i>Learn X in Y minutes</i>?<p><a href="https:&#x2F;&#x2F;learnxinyminutes.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;learnxinyminutes.com&#x2F;</a><p>It gives you a concise syntax and feature overview of many programming languages, including Python.
评论 #27668422 未加载