How to build a simple neural network in 9 lines of Python code

Chris Angelico rosuav at gmail.com
Tue Jun 27 23:19:24 EDT 2017


On Wed, Jun 28, 2017 at 12:28 PM, Steve D'Aprano
<steve+python at pearwood.info> wrote:
> E.g. comparing Python to AcmeScript, where you write:
>
>
> program myprogram
> begin program
> load library webbrowser
> new string url copied from 'http://www.example.com'
> with webbrowser
>   begin
>     method = open
>     method.call url
>   end
> end program
>
> (I made that language up, for the record, don't bother googling for it.)

Just to be contrary, I did. And Google suggested that maybe I meant
"acnescript".

Hmmmmmmmmmmmm.

ChrisA



More information about the Python-list mailing list