From akshayaurora at gmail.com Thu Jan 7 06:28:59 2016 From: akshayaurora at gmail.com (qua non) Date: Thu, 7 Jan 2016 16:58:59 +0530 Subject: [PyDelhi] Meeting timings & link for todays Hangout session Message-ID: Hey Folks, We will be delaying out hangouts sessions for today by about half a hour to 9:30pm instead of 9pm https://goo.gl/LJtWZG Catch you folks at 9:30 pm tonight -------------- next part -------------- An HTML attachment was scrubbed... URL: From satyaakam at gmail.com Mon Jan 11 03:37:16 2016 From: satyaakam at gmail.com (satyaakam goswami) Date: Mon, 11 Jan 2016 14:07:16 +0530 Subject: [PyDelhi] Call for proposals PyDelhi Conference Message-ID: Hi, We are happy to announce the opening of call for proposals for Talks in the PyDelhi Conference happening on March 5 th.Rush your proposals before 31st of January. https://cfp.pydelhi.org cheers -Satya Satyaakam.net | fossevents.in | -------------- next part -------------- An HTML attachment was scrubbed... URL: From satyaakam at gmail.com Mon Jan 11 03:29:57 2016 From: satyaakam at gmail.com (satyaakam goswami) Date: Mon, 11 Jan 2016 13:59:57 +0530 Subject: [PyDelhi] PyDelhiConf Tickets now available Message-ID: Hi, We are happy to open tickets for PyDelhi Conference book your tickets now https://in.explara.com/e/pydelhi-conference before they are gone. The ticketing policy is 1.No discounts for anyone. 2.Everyone pays. 3.Tickets are transferable just in case you drop in the last moment. -Satya Satyaakam.net | fossevents.in | -------------- next part -------------- An HTML attachment was scrubbed... URL: From ashish.makani at gmail.com Tue Jan 12 04:13:03 2016 From: ashish.makani at gmail.com (ashish makani) Date: Tue, 12 Jan 2016 14:43:03 +0530 Subject: [PyDelhi] Tools/libraries to determine the call graph(call flow) of an python program (module/package) Message-ID: Hi Folks, I am trying to do the following. I have a moderately complex python module/application X, whose source code i have access to. I run X with the following command python x.py ... Internally, x.py callls y.py, which in turn calls z.py, etc etc x.py ---> y.py ---> z.py ---> u.py ---> v.py Is there a python library/tool/module , to which i give input the start point of X, x.py and the input arguments, arg1, arg2, ..., argn and which can come up with the call graph of X I have tried looking at pycallgraph[0], but havent had much luck with it. 0. https://pypi.python.org/pypi/pycallgraph Any suggestions,advice, pointers welcome. Thanks a ton, ashish *"Talk is cheap. Show me the code." - Linus Torvalds [* * https://lkml.org/lkml/2000/8/25/132* * ]* -------------- next part -------------- An HTML attachment was scrubbed... URL: From arsh840 at gmail.com Tue Jan 12 09:18:11 2016 From: arsh840 at gmail.com (Arshpreet Singh) Date: Tue, 12 Jan 2016 19:48:11 +0530 Subject: [PyDelhi] Tools/libraries to determine the call graph(call flow) of an python program (module/package) In-Reply-To: References: Message-ID: On Tue, Jan 12, 2016 at 2:43 PM, ashish makani wrote: > Hi Folks, > x.py ---> y.py ---> z.py ---> u.py ---> v.py For working of arguments you need "import sys" sys.argv[0], sys.argv[1], sys.argv[2] as per the number of arguments. I am sure there might be other options available for such tasks. -- Thanks Arshpreet Singh I am Sikh boy, Learning by doing and Learning by teaching is my religion. ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ From maniacalace at gmail.com Wed Jan 13 00:43:29 2016 From: maniacalace at gmail.com (Aravinda Rao) Date: Wed, 13 Jan 2016 11:13:29 +0530 Subject: [PyDelhi] Ncr-Python.in Digest, Vol 59, Issue 3 In-Reply-To: References: Message-ID: RunSnakeRun is something I've had on my list to try. Haven't used it myself yet, but maybe you can see if it does what you want? It's based on cProfile. Link: http://www.vrplumber.com/programming/runsnakerun/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From dtu.amit at gmail.com Wed Jan 13 13:04:13 2016 From: dtu.amit at gmail.com (AMiT) Date: Wed, 13 Jan 2016 23:34:13 +0530 Subject: [PyDelhi] Workshop Proposal: Symbolic Computation with Python using SymPy Message-ID: Hi! I have proposed a workshop for PyDelhi's Upcoming Meetup. Since the workshop slot for 16 Jan is already taken, the day of next meetup would be good for this workshop. Slides: http://iamit.in/talks/slides/sympy-tutorial-intro.pdf IPython-Notebooks: http://iamit.in/sympy-tutorial/tutorial_exercises.zip Let me know your opinion on this. Cheers! -- Amit Kumar http://iamit.in ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Jan 14 14:35:50 2016 From: akshayaurora at gmail.com (qua non) Date: Fri, 15 Jan 2016 01:05:50 +0530 Subject: [PyDelhi] Workshop Proposal: Symbolic Computation with Python using SymPy In-Reply-To: References: Message-ID: @AMit you need to add the proposal on http://github.com/pydelhi/talks/issues best of luck. On Wed, Jan 13, 2016 at 11:34 PM, AMiT wrote: > Hi! > > I have proposed a workshop > for PyDelhi's Upcoming Meetup. Since the workshop slot for 16 Jan is > already taken, the day of next meetup would be good for this workshop. > > Slides: http://iamit.in/talks/slides/sympy-tutorial-intro.pdf > > IPython-Notebooks: http://iamit.in/sympy-tutorial/tutorial_exercises.zip > > Let me know your opinion on this. > > > Cheers! > -- > Amit Kumar > http://iamit.in > > ? > > _______________________________________________ > https://mail.python.org/mailman/listinfo/ncr-python.in > http://bit.ly/pydelhi-mailinglist-guidelines > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dtu.amit at gmail.com Thu Jan 14 14:38:59 2016 From: dtu.amit at gmail.com (AMiT Kumar) Date: Fri, 15 Jan 2016 01:08:59 +0530 Subject: [PyDelhi] Workshop Proposal: Symbolic Computation with Python using SymPy In-Reply-To: References: Message-ID: Hi! I added it there earlier, now I have reopen the issue: https://github.com/pydelhi/talks/issues/13 Thanks! ? On Fri, Jan 15, 2016 at 1:05 AM, qua non wrote: > @AMit you need to add the proposal on > http://github.com/pydelhi/talks/issues best of luck. > > On Wed, Jan 13, 2016 at 11:34 PM, AMiT wrote: > >> Hi! >> >> I have proposed a workshop >> for PyDelhi's Upcoming >> Meetup. Since the workshop slot for 16 Jan is already taken, the day of >> next meetup would be good for this workshop. >> >> Slides: http://iamit.in/talks/slides/sympy-tutorial-intro.pdf >> >> IPython-Notebooks: http://iamit.in/sympy-tutorial/tutorial_exercises.zip >> >> Let me know your opinion on this. >> >> >> Cheers! >> -- >> Amit Kumar >> http://iamit.in >> >> ? >> >> _______________________________________________ >> https://mail.python.org/mailman/listinfo/ncr-python.in >> http://bit.ly/pydelhi-mailinglist-guidelines >> > > > _______________________________________________ > https://mail.python.org/mailman/listinfo/ncr-python.in > http://bit.ly/pydelhi-mailinglist-guidelines > -- *Amit Kumar* -------------- next part -------------- An HTML attachment was scrubbed... URL: From gora at mimirtech.com Sat Jan 16 01:34:26 2016 From: gora at mimirtech.com (Gora Mohanty) Date: Sat, 16 Jan 2016 12:04:26 +0530 Subject: [PyDelhi] Presentation for today's workshop: Jan. 16th, 2016 Message-ID: Hello all, Sorry that this is at the last minute, but the code, and the presentation for today's workshop can be cloned via Mercurial from https://gora-mohanty at bitbucket.org/gora-mohanty/pydelhi-workshop-20160116 . While Internet access should be available at the venue, you might want to handle the installation part on page 2 of the presentation: * Install mercurial, and Python virtualenv. For Debian/Ubuntu systems: sudo apt-get install mercurial python-virtualenv * Clone project from Bitbucket repository hg clone https://gora-mohanty at bitbucket.org/gora-mohanty/pydelhi-workshop-20160116 - A PDF for the presentation will be available at pydelhi-workshop-20160116/docs/talk_pydelhi_20160116/talk.pdf * Set up the virtual environment, and from within it do: pip install -r install/requirements.txt Regards, Gora -------------- next part -------------- An HTML attachment was scrubbed... URL: From chandankumar.093047 at gmail.com Sat Jan 16 12:53:23 2016 From: chandankumar.093047 at gmail.com (chandan kumar) Date: Sat, 16 Jan 2016 23:23:23 +0530 Subject: [PyDelhi] [OT] LibreOffice India Meetup on 17th Jan, 2016 at SocialCops, Delhi Message-ID: Hello, First LibreOffice India Meetup is happening on 17th jan, 2016 at SocialCops, Delhi. Agenda ======= - Importance of LibreOffice - What is new in LibreOffice? - Try LibreOffice Online - LibreOffice and Localization - Ideas to improve LibreOffice - How to Contribute in LibreOffice? Timing ======= 03:00 P.M. to 06:00 P.M. Venue ====== SocialCops, Building No. 1, Lane No. 1, 2nd Floor, Saidulajab, Westend Marg, Saket, New Delhi, Delhi 110030 Event is Open for all. Thanks, Chandan Kumar -------------- next part -------------- An HTML attachment was scrubbed... URL: From 0601rishabh at gmail.com Tue Jan 19 10:22:28 2016 From: 0601rishabh at gmail.com (Rishabh Singh) Date: Tue, 19 Jan 2016 20:52:28 +0530 Subject: [PyDelhi] PyDelhi pamphlet Message-ID: Folks spread the word around your college campus, company and around your tech circle, use the pamphlet below. Print it, photostat it and spread the word for PyDelhi. >http://postimg.org/image/q6wohkwn1/ If you can give a talk or a workshop then send a proposal to cfp.pydelhi.org cheers -Rishabh -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Jan 21 06:31:05 2016 From: akshayaurora at gmail.com (qua non) Date: Thu, 21 Jan 2016 17:01:05 +0530 Subject: [PyDelhi] Be ready for our Thursday hangouts meet folks Message-ID: https://goo.gl/LJtWZG -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Jan 21 06:31:50 2016 From: akshayaurora at gmail.com (qua non) Date: Thu, 21 Jan 2016 17:01:50 +0530 Subject: [PyDelhi] Be ready for our Thursday hangouts meet folks In-Reply-To: References: Message-ID: Sry forgot to mention the timing, it's at 9 pm. On Thu, Jan 21, 2016 at 5:01 PM, qua non wrote: > https://goo.gl/LJtWZG > -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Wed Jan 27 15:37:23 2016 From: akshayaurora at gmail.com (qua non) Date: Thu, 28 Jan 2016 02:07:23 +0530 Subject: [PyDelhi] Design drafts for the PyCon India 2016 Website Message-ID: Hi folks, Following http://demo.webchirpy.com/py16/ is the demo site from the webchirpy guys for this years website. Looking for your input, insights. Kind Regards Akkshay -------------- next part -------------- An HTML attachment was scrubbed... URL: From noufal at nibrahim.net.in Thu Jan 28 00:26:56 2016 From: noufal at nibrahim.net.in (Noufal Ibrahim KV) Date: Thu, 28 Jan 2016 10:56:56 +0530 Subject: [PyDelhi] [Inpycon] Design drafts for the PyCon India 2016 Website In-Reply-To: (qua non's message of "Thu, 28 Jan 2016 02:07:23 +0530") References: Message-ID: <871t92b7fj.fsf@nibrahim.net.in> On Thu, Jan 28 2016, qua non wrote: > Hi folks, > > Following http://demo.webchirpy.com/py16/ is the demo site from the > webchirpy guys for this years website. > > Looking for your input, insights. Looks nice. A few minor comments - The devangari style header font is a little kitsch. - The general body font looks a little small and pedestrian. - When a large page is scrolled to the bottom, the clouds and skyline fade in at the bottom. That's a little off putting. Some bugs also although they might disappear when you move this to an actual site. - If I send someone a link to the sponsorship page (e.g. http://demo.webchirpy.com/py16/sponsorship.php) and then if the recipient clicks on a link like "schedule", it won't work. [...] -- Cordially, Noufal http://nibrahim.net.in From akshayaurora at gmail.com Thu Jan 28 02:36:22 2016 From: akshayaurora at gmail.com (qua non) Date: Thu, 28 Jan 2016 13:06:22 +0530 Subject: [PyDelhi] [Inpycon] Design drafts for the PyCon India 2016 Website In-Reply-To: <871t92b7fj.fsf@nibrahim.net.in> References: <871t92b7fj.fsf@nibrahim.net.in> Message-ID: Thanks Nounal, Will forward these queries to the webchirpy folks. On Thu, Jan 28, 2016 at 10:56 AM, Noufal Ibrahim KV wrote: > On Thu, Jan 28 2016, qua non wrote: > > > Hi folks, > > > > Following http://demo.webchirpy.com/py16/ is the demo site from the > > webchirpy guys for this years website. > > > > Looking for your input, insights. > > Looks nice. A few minor comments > - The devangari style header font is a little kitsch. > - The general body font looks a little small and pedestrian. > - When a large page is scrolled to the bottom, the clouds and > skyline fade in at the bottom. That's a little off putting. > > Some bugs also although they might disappear when you move this to an > actual site. > - If I send someone a link to the sponsorship page > (e.g. http://demo.webchirpy.com/py16/sponsorship.php) and then > if the recipient clicks on a link like "schedule", it won't > work. > > [...] > > > -- > Cordially, > Noufal > http://nibrahim.net.in > _______________________________________________ > Inpycon mailing list > Inpycon at python.org > https://mail.python.org/mailman/listinfo/inpycon > -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Jan 28 03:11:18 2016 From: akshayaurora at gmail.com (qua non) Date: Thu, 28 Jan 2016 13:41:18 +0530 Subject: [PyDelhi] Hangout session on 9:00pm meet today Message-ID: Hey folks, Hangout link for today 9:00 pm meet https://goo.gl/LJtWZG Catch you tonight. -------------- next part -------------- An HTML attachment was scrubbed... URL: From arulalant at gmail.com Thu Jan 28 05:12:02 2016 From: arulalant at gmail.com (Arulalan T) Date: Thu, 28 Jan 2016 15:42:02 +0530 Subject: [PyDelhi] [Inpycon] Design drafts for the PyCon India 2016 Website In-Reply-To: References: <871t92b7fj.fsf@nibrahim.net.in> Message-ID: On 28 January 2016 at 13:06, qua non wrote: > Thanks Nounal, > > Will forward these queries to the webchirpy folks. > > > > On Thu, Jan 28, 2016 at 10:56 AM, Noufal Ibrahim KV < > noufal at nibrahim.net.in> wrote: > >> On Thu, Jan 28 2016, qua non wrote: >> >> > Hi folks, >> > >> > Following http://demo.webchirpy.com/py16/ is the demo site from the >> > webchirpy guys for this years website. >> > >> > Looking for your input, insights. >> >> Looks nice. A few minor comments >> - The devangari style header font is a little kitsch. >> - The general body font looks a little small and pedestrian. >> - When a large page is scrolled to the bottom, the clouds and >> skyline fade in at the bottom. That's a little off putting. >> >> Some bugs also although they might disappear when you move this to an >> actual site. >> - If I send someone a link to the sponsorship page >> (e.g. http://demo.webchirpy.com/py16/sponsorship.php) and then >> if the recipient clicks on a link like "schedule", it won't >> work. >> >> Also blog link is not working! And you may be interested to update the venue (New Delhi instead of Bangalore). Cheers ! > [...] >> >> >> -- >> Cordially, >> Noufal >> http://nibrahim.net.in >> _______________________________________________ >> Inpycon mailing list >> Inpycon at python.org >> https://mail.python.org/mailman/listinfo/inpycon >> > > > _______________________________________________ > https://mail.python.org/mailman/listinfo/ncr-python.in > http://bit.ly/pydelhi-mailinglist-guidelines > -- Regards, Arulalan.T Project Scientist - C National Centre for Medium Range Weather Forecasting MoES, India My Experiments In Gnu/Linux ! : http://tuxcoder.wordpress.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Jan 28 06:13:41 2016 From: akshayaurora at gmail.com (qua non) Date: Thu, 28 Jan 2016 16:43:41 +0530 Subject: [PyDelhi] [Inpycon] Design drafts for the PyCon India 2016 Website In-Reply-To: References: <871t92b7fj.fsf@nibrahim.net.in> Message-ID: On 28 January 2016 at 13:06, qua non wrote: > >> Thanks Nounal, >> > @Noufal sry for the mixup on the name in previous post. Also blog link is not working! > And you may be interested to update the venue (New Delhi instead of > Bangalore). > Cheers ! > @arulalan yes the details need to be fixed(still using data from last year) and links don't all work right now which will be fixed just before we go online. -------------- next part -------------- An HTML attachment was scrubbed... URL: From deshpande.jaidev at gmail.com Sat Jan 30 03:05:49 2016 From: deshpande.jaidev at gmail.com (Jaidev Deshpande) Date: Sat, 30 Jan 2016 13:35:49 +0530 Subject: [PyDelhi] Wrong Twitter Handle on Proposals Page Message-ID: Hey folks, I just noticed that after submitting a proposal on the CFP page, the Twitter button automatically generates a tweet that contains the @pyconindia handle, not @pydelhi as it should. Thanks -- JD -------------- next part -------------- An HTML attachment was scrubbed... URL: From maithani.aniket at gmail.com Sat Jan 30 04:00:11 2016 From: maithani.aniket at gmail.com (Aniket Maithani) Date: Sat, 30 Jan 2016 14:30:11 +0530 Subject: [PyDelhi] Wrong Twitter Handle on Proposals Page In-Reply-To: References: Message-ID: Also sorry to put this up in the same thread. It appears that Facebook Share option is also not working properly. On Sat, Jan 30, 2016 at 1:35 PM, Jaidev Deshpande < deshpande.jaidev at gmail.com> wrote: > Hey folks, > > I just noticed that after submitting a proposal on the CFP page, the > Twitter button automatically generates a tweet that contains the > @pyconindia handle, not @pydelhi as it should. > > Thanks > > -- > JD > > _______________________________________________ > https://mail.python.org/mailman/listinfo/ncr-python.in > http://bit.ly/pydelhi-mailinglist-guidelines > -- Aniket Maithani www.aniketmaithani.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From maithani.aniket at gmail.com Sat Jan 30 04:02:53 2016 From: maithani.aniket at gmail.com (Aniket Maithani) Date: Sat, 30 Jan 2016 14:32:53 +0530 Subject: [PyDelhi] Wrong Twitter Handle on Proposals Page In-Reply-To: References: Message-ID: Here is the error of the pic : http://picpaste.com/Screen_Shot_2016-01-30_at_2.30.52_PM-8xN7MylZ.png On Sat, Jan 30, 2016 at 2:30 PM, Aniket Maithani wrote: > Also sorry to put this up in the same thread. It appears that Facebook > Share option is also not working properly. > > On Sat, Jan 30, 2016 at 1:35 PM, Jaidev Deshpande < > deshpande.jaidev at gmail.com> wrote: > >> Hey folks, >> >> I just noticed that after submitting a proposal on the CFP page, the >> Twitter button automatically generates a tweet that contains the >> @pyconindia handle, not @pydelhi as it should. >> >> Thanks >> >> -- >> JD >> >> _______________________________________________ >> https://mail.python.org/mailman/listinfo/ncr-python.in >> http://bit.ly/pydelhi-mailinglist-guidelines >> > > > > -- > Aniket Maithani > www.aniketmaithani.net > -- Aniket Maithani www.aniketmaithani.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From maithani.aniket at gmail.com Sat Jan 30 04:03:43 2016 From: maithani.aniket at gmail.com (Aniket Maithani) Date: Sat, 30 Jan 2016 14:33:43 +0530 Subject: [PyDelhi] Wrong Twitter Handle on Proposals Page In-Reply-To: References: Message-ID: Correction: On Sat, Jan 30, 2016 at 2:32 PM, Aniket Maithani wrote: > Here is the pic of the error : > http://picpaste.com/Screen_Shot_2016-01-30_at_2.30.52_PM-8xN7MylZ.png :P > >> >>> Aniket Maithani > www.aniketmaithani.net > -- Aniket Maithani www.aniketmaithani.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From thes.kumar at gmail.com Sun Jan 31 09:07:00 2016 From: thes.kumar at gmail.com (Saurabh Kumar) Date: Sun, 31 Jan 2016 19:37:00 +0530 Subject: [PyDelhi] Wrong Twitter Handle on Proposals Page In-Reply-To: References: Message-ID: <56AE1504.7050908@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 30/01/16 2:30 PM, Aniket Maithani wrote: > Also sorry to put this up in the same thread. It appears that > Facebook Share option is also not working properly. > > On Sat, Jan 30, 2016 at 1:35 PM, Jaidev Deshpande > > > wrote: > > Hey folks, > > I just noticed that after submitting a proposal on the CFP page, > the Twitter button automatically generates a tweet that contains > the @pyconindia handle, not @pydelhi as it should. > Thanks guys for reporting the bugs, these should be resolved now. If anything else looks out of place, please *do* report. - -- Saurabh Kumar https://saurabh-kumar.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWrhUEAAoJEF8hQ/mK1J+0zVwP/iSYpDUb0s+um/ABj/AyNWrd RZfZzC6lqc+W6sGrX0m1x25uAT+AHAu25jfUJithtwLJYo1dcKzaKUrvaHefIUm3 u7H2dt+cfqpAdipTCkJbPz0F5TVdnU9LpZTUayk2gIlLsSMbwi1nXELCqbRdaXcO MPqzhy66qr6HXFQdH0srY83qSDMuIFlrTcQfESrEk3iW1aqLX+DF5UNePJsF8iq/ abMDqmukkfW8mcURtO/aor9afKa5DaymwuOafwpa7HXTntpxFPX6OskP4iaTGkkc Bo5NuIcl+I0qv1rM7HMB7tvtz+7KCL8P7S0LArJXfDxu1tWxtRw+x8K+Mh8JRGvB 7PlK8l7KTmn/BVuYSJsz8bAdfqUKcM3LSXL/Np18twElmjwnPGsOj+fMV9zrzlh5 /z02t9HJnNFDyYlWY2o4Tvm32DrLrGr+WHDPxgAtWxzCCElq7/y0IvwDrRBKZca6 jo3ufdsSEDEjDE0VO9Q+nI/vO6zuZlR5qd0TtrBzScJP0j6/XpS+HX5fGhl9bb5W 0Kf1TUA5vyKoocOQXJ2cUmvZ4RvxWVA9k/9smUO/QCkA1fiLZts2uOUwnnato+z8 09T+RnsbbMDuvrS9ub1T5HJwxMhf+3bYPBu7FxFUEw2/6hA7knVCSVRCpPLPS7nq 9Z4l/l3YbhQo9XEoURRU =TcV/ -----END PGP SIGNATURE-----