Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Super Simple Intro to Python (gist.github.com)
1 point by brunovcosta on Aug 26, 2022 | hide | past | favorite | 3 comments


Hey everyone, I'm creating a Python tutorial aimed to be super practical.

This version is still a draft, but it exemplify how I will approach the final version.

Any feedbacks are valuable!


You use two external dependencies that I've never heard of: Abstra and hackerforms. I guess you want to simplify getting to a REPL, and thus the Abstra, but I think it would be better to explain something about the options one has for accessing a python interpreter.

As far as the hackerforms library, I'm assuming that's something inside Abstra. Unless it's actually some part or standard python I've just never heard of, there is no excuse for teaching using something nonstandard like that. It adds nothing, it shows a wrong/nonstandard way of doing stuff, and it requirs people to use that library. That has to go for it to have any credibility.


I see. The main goal of this tutorial (and the tool itself) is to allow people to have quick results more than showing best practices

Abstra is just a quick way to allow people building interfaces without having to understand HTML or more advanced programming concepts




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: