Lisa Hasler Waters writes:
> Thanks to everyone for such great tips/advice!
Feel free to write about your actual experience with choosing and
teaching your students a tool, and let the Python forum know it
https://www.python.org/community/lists/#comp-lang-python>.
I for one would be very intere
* Alan Gauld [2016-03-03 11:02]:
> On 03/03/16 09:31, Thomas C. Hicks wrote:
> > On 03/03/2016 02:26 AM, Lisa Hasler Waters wrote:
> >> Could you please recommend the best Python tools for writing and running
> >> our code for the long term? Also, we are hoping to find free tools!
> >>
> > Most pe
Some code comments: The solution you have depends very much on mutation
and side effects: I recommend you try to stay as functional as you can in
this situation.
By mixing mutation into the solution, there are certain things that the
program is doing that isn't part of the traditional behavior of
Thanks to everyone for such great tips/advice!
Lisa
On Thu, Mar 3, 2016 at 6:02 AM, Alan Gauld
wrote:
> On 03/03/16 09:31, Thomas C. Hicks wrote:
> > On 03/03/2016 02:26 AM, Lisa Hasler Waters wrote:
> >> Could you please recommend the best Python tools for writing and running
> >> our code for
On 03/03/16 09:31, Thomas C. Hicks wrote:
> On 03/03/2016 02:26 AM, Lisa Hasler Waters wrote:
>> Could you please recommend the best Python tools for writing and running
>> our code for the long term? Also, we are hoping to find free tools!
>>
> Most people on this list are a lot smarter than me so
On 03/03/2016 02:26 AM, Lisa Hasler Waters wrote:
Could you please recommend the best Python tools for writing and running
our code for the long term? Also, we are hoping to find free tools!
Most people on this list are a lot smarter than me so there are probably
good reasons for it but I have
Matt,
As a physician myself just getting into the world of teaching computer
programming I would be very interested to know what you teach to the
doctors. Feel free to reply off list, would love to discuss this!
===
Thomas C. Hicks, MD, MPH
Training Manager
Gansu Gateway, Lanzhou
Lisa Hasler Waters wrote:
> I am new to Python, as are my middle school students. We are using Python
> 3.5.1 IDLE to write and run our (simple) code. However, this tool does not
> seem to be the best way to write longer code or to be able to re-edit code
> that has been saved/closed/reopened.
Hi