airstrike 1 day ago

I don't think that argument holds. If you're going to pick anything in Tech to teach the masses, Python is a pretty good candidate.

There is no perfect solution, but most imperfect attempts are superior to doing nothing.

1
whywhywhywhy 1 day ago

I'd argue it's a bad candidate because it doesn't run in a normal person computing environment. I can't write a Python application and give it to another normie and have them able to run it, it doesn't run on a Phone, it doesn't run on a web browser.

So it's teaching them a language they can't use to augment their work between or pass their work to other non-techies.

airstrike 1 day ago

I'm not sure that's what we're solving for. There is no silver bullet. No single language runs on every phone.

If we're teaching everyone some language, we could very much decide that this language ought to be installed in the "normal person computing environment".

I definitely don't want people to learn to write code from JavaScript as it has way too many issues to be deemed representative of the coding experience.

harvey9 18 hours ago

What normal person computing environment has tools to program? Only thing I can think of is spreadsheet functions.

jimbokun 1 day ago

Javascript addresses most of your concerns, if you also teach how to deploy it.

(I'm guessing that's what you were hinting at.)

anonym29 1 day ago

Yes, you can, actually.

Pyinstaller will produce PE, ELF, and Mach-O executables, and

Py2wasm will produce wasm modules that will run in just about any modern browser.

whywhywhywhy 1 day ago

How is someone just learning coding expected to understand half the words you just typed.