I thought of writing about the she-bang line but thought it might be confusing for an absolute beginner. When I started out, things like that always made me ask "Why?" and got me side-tracked.
On Saturday, 28 November 2015 10:45:34 UTC+1, Christopher Stone wrote: > > On Nov 26, 2015, at 18:24, Achim Siebert <[email protected] > <javascript:>> wrote: > > You can just type your python program into BBEdit, save it as myapp.py > or some such, and press Cmd+R to run it. BBEdit will open a window with the > output. > > ______________________________________________________________________ > > No need to save the document. > > Paste: > > #! /usr/bin/env python > print "Am I nuts for learning a new language?"; > > Type: > > Cmd-R > > -- > Best Regards, > Chris > > -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
