[Edu-sig] Edu-sig Digest, Vol 152, Issue 5

Peter Farrell funcalculus at gmail.com
Wed Mar 9 09:47:14 EST 2016


Hi, Tim,

Python's online IDEs are a mixed bunch all right. Cloud 9 <https://c9.io>
hosts a pretty professional-looking environment.

For people learning Python I highly recommend Trinket <https://trinket.io>,
not least of all because it's the only one I've found so far on which you
can use Python's "turtle" module, my teaching tool of choice. Being able to
use turtles and Visual Python make creating 2D and 3D graphics pretty easy.

You can also embed the "trinkets" into a webpage, as I've done on mine:
http://www.farrellpolymath.com/code

Hope this helps!

Peter Farrell

On Tue, Mar 8, 2016 at 9:00 AM, <edu-sig-request at python.org> wrote:

> Send Edu-sig mailing list submissions to
>         edu-sig at python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mail.python.org/mailman/listinfo/edu-sig
> or, via email, send a message with subject or body 'help' to
>         edu-sig-request at python.org
>
> You can reach the person managing the list at
>         edu-sig-owner at python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Edu-sig digest..."
>
>
> Today's Topics:
>
>    1. Python in Schools in the UK (Brady, Tim)
>    2. Re: Python in Schools in the UK (kirby urner)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 8 Mar 2016 12:39:08 +0000
> From: "Brady, Tim" <tim.brady at pearson.com>
> To: edu-sig at python.org
> Subject: [Edu-sig] Python in Schools in the UK
> Message-ID:
>         <
> CAEU9HMT4oN0Q-kSVgkZq73LftpektYT1iX1sT8VYVpMPx59s_A at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi People
>
> I hope you can help. I am interested in the many schools in the UK who are
> looking at or have already adopted a cloud hosted environment for
> delivering applications to their students.
>
> Python is being used in many schools/colleges in the country - but I do not
> know how it can be delivered other than a local install on a students
> machine so that students can run it and debug it locally.
>
> Is there an equivalent of a web-App that allows for python code development
> and debug on a chrome book for example?
> Or any cloud derivative.
>
> I hope my question is understandable - sorry for my poor description.
>
> Thank you for your help.
>
> Regards
>
> Tim Brady
> *Subject Advisor **Computing & ICT *
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.python.org/pipermail/edu-sig/attachments/20160308/be40c2c5/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Tue, 8 Mar 2016 08:56:07 -0800
> From: kirby urner <kirby.urner at gmail.com>
> To: "Brady, Tim" <tim.brady at pearson.com>
> Cc: "edu-sig at python.org" <edu-sig at python.org>
> Subject: Re: [Edu-sig] Python in Schools in the UK
> Message-ID:
>         <CAPJgG3T4e7vTC=
> tm8n9GH2p6Dk9eefSXjTS32FeawkuDK5nFAA at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> On Tue, Mar 8, 2016 at 4:39 AM, Brady, Tim <tim.brady at pearson.com> wrote:
>
> > Hi People
> >
> > I hope you can help. I am interested in the many schools in the UK who
> are
> > looking at or have already adopted a cloud hosted environment for
> > delivering applications to their students.
> >
> > Python is being used in many schools/colleges in the country - but I do
> > not know how it can be delivered other than a local install on a students
> > machine so that students can run it and debug it locally.
> >
> >
> Hi Tim --
>
> Kirby here.
>
> I recommend PythonAnywhere.com and use it with my students.  It gives them
> the ability to create a free account in the cloud and to send files to it
> from a local machine.  There's even the ability to deploy a single
> public-facing web app.
>
> My demo app is at thekirbster.pythonanywhere.com with source code
> available
> here:
>
> https://github.com/4dsolutions/Python5/blob/master/mfg.py
>
> In addition, PythonAnywhere allows students to choose a mentor, who will be
> able to look over their shoulder in the sense of sharing files.
>
> There's even real time console sharing.  I'm quite excited by the
> technology and use it for code school work.
>
>
> > Is there an equivalent of a web-App that allows for python code
> > development and debug on a chrome book for example?
> > Or any cloud derivative.
> >
>
> As long the the local machine has Internet access, there should be no
> problem using PythonAnywhere, as it shows up in your browser.
>
>
> >
> > I hope my question is understandable - sorry for my poor description.
> >
> >
> I think the goal at least for code school students is to the laptop be a
> local development environment, with a cloud stack for remote deployment of
> the world-readable version.
>
> That's if it's to be a running web app that they're working on (our code
> schoolers wanna be web devs).
>
> If the goal is to share source code, not necessarily a running web app,
> then a github account may be sufficient.
>
> PythonAnywhere makes it easy to tie your cloud account to your public git
> repository.
>
> Kirby
>
>
>
> > Thank you for your help.
> >
> > Regards
> >
> > Tim Brady
> > *Subject Advisor **Computing & ICT *
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.python.org/pipermail/edu-sig/attachments/20160308/840a5a1c/attachment-0001.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Edu-sig mailing list
> Edu-sig at python.org
> https://mail.python.org/mailman/listinfo/edu-sig
>
>
> ------------------------------
>
> End of Edu-sig Digest, Vol 152, Issue 5
> ***************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/edu-sig/attachments/20160309/9b9c5e25/attachment.html>


More information about the Edu-sig mailing list