Ask HN: Quick and high-level tutorials for Python – or any other language?

  • Not quite sure why you want short, Dive Into Python is a very good book and you can read it free online: https://diveintopython3.problemsolving.io/

    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.

  • Have you seen Learn X in Y minutes?

    https://learnxinyminutes.com/

    It gives you a concise syntax and feature overview of many programming languages, including Python.