<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 3, 2018 at 12:45 PM, Andre Roberge <span dir="ltr"><<a href="mailto:andre.roberge@gmail.com" target="_blank">andre.roberge@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><br><div class="gmail_quote"><span class="gmail-"><div dir="ltr">On Tue, Jul 3, 2018 at 3:59 PM kirby urner <<a href="mailto:kirby.urner@gmail.com" target="_blank">kirby.urner@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">I use Spyder in my adult beginner Python classes. I like the integrated REPL (not just a window to Terminal) and the I-Python console.</div></div></blockquote><div><br></div><div><br></div></span><div style="font-family:arial,helvetica,sans-serif;font-size:small">Looking at some old emails, about 3 years ago I had concluded that Spyder would have been my first choice too, because of what you mentioned. I also liked the integrated help. However, I would not describe it as an editor (or IDE) whose primary purpose was for teaching, but rather designed with data scientists in mind. I think it might be a good choice for CS 101 students (to use the terminology I used previously) or for a motivated teacher who can be physically present to help students with it.</div><span class="gmail-"><div style="font-family:arial,helvetica,sans-serif;font-size:small"></div></span></div></div></blockquote><div><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Yes I agree that Spyder is not primarily for teaching. In making the job of coding easier, I good IDE inevitably serves a teaching function. </div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">I teach Python in two ways: BYOD (students have their own computers) and spin up a desktop in the cloud somewhere.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">The Anaconda distro suggests itself for BYOD because of its support of grabbing additional packages as well as integrating lots of tools.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">In the spin up a desktop courses, I've used Eclipse (O'Reilly School) and more recently Wing (ONLC).</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">What I tell all my students is choice of IDE can be personal, a matter of taste, and they my want to jump around. I mention a bunch of them and demonstrate at least a couple near the start of my course, but then settle into using one most of all. That's been Spyder for the last few years. </div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">I'm enjoying Atom these days. I'm planning on sharing it tonight in fact (a 7th meetup of 10 for SAISOFT).</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">What I like about Spyder is it's no cost and continues to improve. I like being able to clear the REPL at any time, also to %reset (wipe memory). In terms of students watching my screen in real time, I've become most comfortable with Spyder, but who knows if this will change.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">I have the programming window and REPL side-by-side vertically. I've got some Youtubes about it. E.g.:</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default"><font face="arial, helvetica, sans-serif"><a href="https://youtu.be/yK0LrfQFdQY">https://youtu.be/yK0LrfQFdQY</a></font><br></div><div class="gmail_default"><font face="arial, helvetica, sans-serif"><br></font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif">(10 minute video about going from Codesters to Spyder, doesn't get to Spyder until around 3:52).</font></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">I do not think my content, style, choice of tools, is in any sense "best" as circumstances and client needs vary, not to mention instructor capabilities.<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><span class="gmail-"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">Also, I'm a fan of the Anaconda distro of Python which makes it easy to jump into Jupyter Notebooks, an introductory topic in my courses.</div></div></blockquote><div><br></div></span><div style="font-family:arial,helvetica,sans-serif;font-size:small">I also like Jupyter Notebooks, but I see them more as a tool for producing teaching (or research) material, than for a platform for students to learn Python. I consider the ability to save a program as a .py file something essential in an editor for students.</div></div></div></blockquote><div><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Yes, many ways to slice through the material. I just finished a summer camp in a computer lab where my primary objective was to walk them through cloning a git repo on a mac (git already installed) and then experimenting with Markdown in the Jupyter Notebooks they found therein. Add some pictures from Flickr. Add a few links.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">I did draw their attention to the Python code cells and encouraged them to experiment by making changes to existing code. One of the campers tried to get a Wolfram Alpha API working through his Notebook however that required dependencies we didn't have permission to install apparently. These desktops were provided by the college hosting the summer camp (Reed in Portland). I talked them into putting Anaconda on.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">FYI, the repo in question:</div><div class="gmail_default"><font face="arial, helvetica, sans-serif"><a href="https://github.com/4dsolutions/MartianMath">https://github.com/4dsolutions/MartianMath</a></font><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">These were middle schoolers, about 15. I had an assistant instructor but he was mostly involved with C6XTY projects (unplugged).</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">The last time I wanted to do a major update to my Anaconda distro on Windows, I was shocked to learn that the recommended way was not going to work (I believe it was due to the way that Anaconda was stuffing too much stuff on the PATH environment variable which made it not possible to do an upgrade to include a newer Python version). I may have got the details wrong, but I do remember being severely disappointed by the way it worked - as I had gotten really fond of its super-battery included philosophy which made it so much easier to install some packages on Windows...</div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div></div></div></blockquote><div><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Anaconda is a moving target and the experience on Windows / Mac / Linux varies some. Still, it's a viable alternative to the canonical Python.org distro.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Jupyter Notebooks represents a kind of "literate programming" (Knuth) where what you're showing with code may indeed not so much be about teaching the language itself. We're more surveying the contemporary workplace, looking at tools that might already be used, or might be soon introduced.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">In this summer school use case, we were looking at spatial geometry as a primary topic, and were learning a cross-section of skills that would not really characterize a contemporary computer science or computer programming class, even through Anaconda was on every desktop.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Most my Python teaching is more conventional in terms of content, not so alien. With kids I've been using Codesters, which compiles Python to Javascript in the browser (doesn't fit the bill regarding IDEs we've mentioned). However must my work is with adults (I focus on andragogy more than pedagogy).<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">What I find useful as a teacher is to keep tackling related challenges at which I'm definitely a beginner. For instance, I've been studying the language Rust quite a bit (recent Pycons have mentioned it, plus I'm about to go to OSCON).</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Kirby</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div style="font-family:arial,helvetica,sans-serif;font-size:small"></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">= = =</div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">Looking back at my old notes, I see that Ninja IDE (<a href="http://ninja-ide.org/" target="_blank">http://ninja-ide.org/</a>) was also recommended by some people.</div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">I have much to think about ...</div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">André</div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small"></div></div></div>
</blockquote></div><br></div></div>