Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93476 > unrolled thread
| Started by | Sayth Renshaw <flebber.crue@gmail.com> |
|---|---|
| First post | 2015-07-03 19:01 -0700 |
| Last post | 2015-07-04 17:08 -0700 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.python
Should iPython Notebook replace Idle Sayth Renshaw <flebber.crue@gmail.com> - 2015-07-03 19:01 -0700
Re: Should iPython Notebook replace Idle Sturla Molden <sturla.molden@gmail.com> - 2015-07-04 19:15 +0000
Re: Should iPython Notebook replace Idle Sayth Renshaw <flebber.crue@gmail.com> - 2015-07-04 17:08 -0700
| From | Sayth Renshaw <flebber.crue@gmail.com> |
|---|---|
| Date | 2015-07-03 19:01 -0700 |
| Subject | Should iPython Notebook replace Idle |
| Message-ID | <6a451676-8487-4482-a903-4ad21b3f2470@googlegroups.com> |
In future releases of Python should ipython Notebooks replace idle as the default tool for new users to learn python? This would as I see it have many benefits? 1. A nicer more usual web interface for new users. 2. Would allow the python documentation and tutorials to be distributed as ipython notebooks which would allow new users to play and interact with the tutorials as they proceed. No download separate code retyping just edit run and play. 3. Would allow teachers to setup notebooks knowing that all users have the same default environment, no need for setting up virtualenvs etc. 4. Strengthen the learning base and for new python developers as a whole. Thoughts? Sayth
[toc] | [next] | [standalone]
| From | Sturla Molden <sturla.molden@gmail.com> |
|---|---|
| Date | 2015-07-04 19:15 +0000 |
| Message-ID | <mailman.291.1436037347.3674.python-list@python.org> |
| In reply to | #93476 |
Jason Swails <jason.swails@gmail.com> wrote: > Everything gets swallowed into Python. I can't imagine this ever happening. IPython's successor Jupyter is also an REPL environment for Julia and R, and many other languages will also be supported (e.g. Java and C++). Having this swallowed into Python is probably never going to happen. IIRC, the current release is the last to be named IPython. Sturla
[toc] | [prev] | [next] | [standalone]
| From | Sayth Renshaw <flebber.crue@gmail.com> |
|---|---|
| Date | 2015-07-04 17:08 -0700 |
| Message-ID | <4cb71077-97e8-4248-b9c0-0039b7c337fb@googlegroups.com> |
| In reply to | #93492 |
On Sunday, 5 July 2015 05:16:04 UTC+10, Sturla Molden wrote: > Jason Swails <jason.swails@gmail.com> wrote: > > > Everything gets swallowed into Python. I can't imagine this ever happening. > > IPython's successor Jupyter is also an REPL environment for Julia and R, > and many other languages will also be supported (e.g. Java and C++). > Having this swallowed into Python is probably never going to happen. IIRC, > the current release is the last to be named IPython. > > Sturla Yeah I listened to the recent podcast talk python I believe and the creators of ipython & notebooks were on there and they were putting further improvements into it as they are using it in education for python and wanted to address some of the pain points so that it would be an improved environment for python. It will probably be that the learning environment for python but just not by default. sayth
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web