Re: [BangPypers] Jupyter Support in Django App

2016-08-04 Thread Raghav
Thanks all for the suggestions. I will look at Jupyterhub and temp notebooks. Anand, thanks for pointing out the security issues. best, Raghav On Thu, Aug 4, 2016 at 10:46 PM, Anand Chitipothu wrote: > On Thu, 4 Aug 2016 at 17:21 Raghav wrote: > >

Re: [BangPypers] Remove from the group

2016-08-04 Thread Ramsewak Kushwaha
Ok On Aug 4, 2016 5:26 PM, "Satish Gathole" wrote: > Hi Babgpypers, > > I request you please remove gath...@gmail.com from this group. > ___ > BangPypers mailing list > BangPypers@python.org >

Re: [BangPypers] Python 2.x Vs 3 & Books - Frequently Asked Question but on latest context

2016-08-04 Thread Dr.Bhishma Gajavelli
Thanks for the info...Anand On Aug 4, 2016 8:47 PM, "Anand Chitipothu" wrote: > On Thu, 4 Aug 2016 at 23:49 Dr.Bhishma Gajavelli < > bhishma.gajave...@gmail.com> wrote: > > > Hi All > > > > Coming to the packages that are being used in data science are mainly > from > >

Re: [BangPypers] Python 2.x Vs 3 & Books - Frequently Asked Question but on latest context

2016-08-04 Thread Anand Chitipothu
On Thu, 4 Aug 2016 at 23:49 Dr.Bhishma Gajavelli < bhishma.gajave...@gmail.com> wrote: > Hi All > > Coming to the packages that are being used in data science are mainly from > Python 2.x.x > > Any comments on this friends ? What are the packages that are not yet available on Python 3? I did

Re: [BangPypers] Python 2.x Vs 3 & Books - Frequently Asked Question but on latest context

2016-08-04 Thread Dr.Bhishma Gajavelli
Hi All Coming to the packages that are being used in data science are mainly from Python 2.x.x Any comments on this friends ? Regards Bhishma On Aug 4, 2016 5:19 PM, "Jins Thomas" wrote: > Hello all, > > A frequently asked question, but would like to hear the latest

Re: [BangPypers] Python 2.x Vs 3 & Books - Frequently Asked Question but on latest context

2016-08-04 Thread Harsh Gupta
Many of the scientific libraries including Ipython have declared that they will drop support for Python 3 by 2020, Nikola the statics blogging library will be dropping Python 2 support in their next major release [2]. Personally I feel Python 3 is a cleaner language as it prevents variables

Re: [BangPypers] Python 2.x Vs 3 & Books - Frequently Asked Question but on latest context

2016-08-04 Thread Anand Chitipothu
On Thu, 4 Aug 2016 at 22:24 Noufal Ibrahim KV wrote: > > I think Python 3 has arrived. There are a few libraries that are not > ported and there's legacy code which you might have to work on but apart > from that, 3 is the way to go. > > Learn Python the Hard way is a

Re: [BangPypers] Python 2.x Vs 3 & Books - Frequently Asked Question but on latest context

2016-08-04 Thread Anand Chitipothu
On Thu, 4 Aug 2016 at 20:49 Jins Thomas wrote: > Hello all, > > A frequently asked question, but would like to hear the latest opinion of > Python enthusiasts on this. > > 1) If a person is starting with Python these days can we still recommend > to start with 2.x or it's

Re: [BangPypers] Python 2.x Vs 3 & Books - Frequently Asked Question but on latest context

2016-08-04 Thread Noufal Ibrahim KV
I think Python 3 has arrived. There are a few libraries that are not ported and there's legacy code which you might have to work on but apart from that, 3 is the way to go. Learn Python the Hard way is a good book to start with and the HTML version is available online. -- Cordially, Noufal

Re: [BangPypers] Python 2.x Vs 3 & Books - Frequently Asked Question but on latest context

2016-08-04 Thread Vasudev Ram
Adding my 2c: If you want to use Python 3 in a real life project and need to know if some common libraries are ported to or available for it, google for Python 3 wall of fame and see if it is in the list, and is green or red, or marked in some other appropriate way. I can't say about very

Re: [BangPypers] Python 2.x Vs 3 & Books - Frequently Asked Question but on latest context

2016-08-04 Thread Propadovic Nenad
Hello Jins, I'll give you my perspective as a practitioner, on the first question. You'll need both. In the long run Python 3 will probably eventually completely replace Python 2. However, at the moment there are still far to many tools/libraries/projects written in Python 2 only, that you

Re: [BangPypers] Jupyter Support in Django App

2016-08-04 Thread Harsh Gupta
You might look at the SciPy 2015 and 2016 videos on Jupyter Hub and Jupyter Lab https://www.youtube.com/watch?v=OuhtpxGuboY https://www.youtube.com/watch?v=Ejh0ftSjk6g On 4 August 2016 at 20:36, Chillar Anand wrote: > When you start a notebook from a system, only you

Re: [BangPypers] Jupyter Support in Django App

2016-08-04 Thread Chillar Anand
When you start a notebook from a system, only you will be able to access it. However, you can configure the notebook to allow clients from any IP to connect to it. Once that is done, you can embed them into your site using an iframe. Note that you are giving access to live python shell. Make sure

[BangPypers] Fwd: [Inpycon] Nominations for Kenneth Gonsalves Award 2016

2016-08-04 Thread vijay kumar
-- Forwarded message -- From: Anand B Pillai Date: Sat, Jun 25, 2016 at 8:32 PM Subject: [Inpycon] Nominations for Kenneth Gonsalves Award 2016 To: Mailing list for the PyCon India conference Dear all, We have opened the

Re: [BangPypers] Remove from the group

2016-08-04 Thread Chillar Anand
Hi Satish, Please unsubscribe yourself from this mailing list from here https://mail.python.org/mailman/listinfo/bangpypers Regards, Chillar Anand www.avilpage.com On Thu, Aug 4, 2016 at 5:25 PM, Satish Gathole wrote: > Hi Babgpypers, > > I request you please remove

[BangPypers] Remove from the group

2016-08-04 Thread Satish Gathole
Hi Babgpypers, I request you please remove gath...@gmail.com from this group. ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Jupyter Support in Django App

2016-08-04 Thread Raghav
Hi all- I need some advice on embedding Jupyter Notebook into my Django application. Something similar to Kaggle Notebooks. Kaggle allows you to spin a custom notebook in browser. We too want users to spin their own notebooks for different experiments. I've seen django-extensions and shell_plus