From shreya2105 at gmail.com Tue Dec 1 19:43:51 2015 From: shreya2105 at gmail.com (Shreya Agarwal) Date: Tue, 1 Dec 2015 19:43:51 -0500 Subject: [PyDelhi] how to run for loop in xlsv file Message-ID: Hi, I have a excel on US airports, I need to get their zip codes in the adjacent column. Using Google geocoding, I could read their zip codes individually. But now I need to run the FOR loop to read all the entries. My excel file has only 1600 rows with names of Airports in a single column. This is my code: data = get_data("/Users/shreyaagarwal/Desktop/Airport and zipcodes.xlsx") import json print(json.dumps(data)) for element in row: g= geocoder.google(element) print (g.postal) This code reads until 5 rows and then stops This is result: None None None None 54015 None Which is not correct! Please help. I need to get the zip codes adjacent to the airports in the excel. Is it possible? -- Regards, Shreya Agarwal "A setback is nothing but a setup for a comeback!" -------------- next part -------------- An HTML attachment was scrubbed... URL: From gora at mimirtech.com Wed Dec 2 01:52:26 2015 From: gora at mimirtech.com (Gora Mohanty) Date: Wed, 2 Dec 2015 12:22:26 +0530 Subject: [PyDelhi] how to run for loop in xlsv file In-Reply-To: References: Message-ID: On 2 December 2015 at 06:13, Shreya Agarwal wrote: > > Hi, > > I have a excel on US airports, I need to get their zip codes in the adjacent column. Using Google geocoding, I could read their zip codes individually. But now I need to run the FOR loop to read all the entries. My excel file has only 1600 rows with names of Airports in a single column. > > This is my code: > > data = get_data("/Users/shreyaagarwal/Desktop/Airport and zipcodes.xlsx") import json print(json.dumps(data)) > > for element in row: > > g= geocoder.google(element) > > print (g.postal) > > This code reads until 5 rows and then stops This is result: None None None None 54015 None > > Which is not correct! Please help. I need to get the zip codes adjacent to the airports in the excel. Is it possible? You need to ask better questions if you expect people to help you. The code that you shared: * Will not work as it stands: row is not defined, geocoder is not imported, etc. * There is a magic function called get_data which we have no idea about, but which is likely to be where the problem lies. What is "row"? What is its length: Maybe it only has 5 entries, maybe geocoder is throwing an exception. We have no basis on which to proceed. Regards, Gora From shreya2105 at gmail.com Wed Dec 2 02:03:32 2015 From: shreya2105 at gmail.com (Shreya Agarwal) Date: Wed, 2 Dec 2015 02:03:32 -0500 Subject: [PyDelhi] how to run for loop in xlsv file In-Reply-To: References: Message-ID: Wow, love your tone, Gora. Keep it up! On Wed, Dec 2, 2015 at 1:52 AM, Gora Mohanty wrote: > On 2 December 2015 at 06:13, Shreya Agarwal wrote: > > > > Hi, > > > > I have a excel on US airports, I need to get their zip codes in the > adjacent column. Using Google geocoding, I could read their zip codes > individually. But now I need to run the FOR loop to read all the entries. > My excel file has only 1600 rows with names of Airports in a single column. > > > > This is my code: > > > > data = get_data("/Users/shreyaagarwal/Desktop/Airport and > zipcodes.xlsx") import json print(json.dumps(data)) > > > > for element in row: > > > > g= geocoder.google(element) > > > > print (g.postal) > > > > This code reads until 5 rows and then stops This is result: None None > None None 54015 None > > > > Which is not correct! Please help. I need to get the zip codes adjacent > to the airports in the excel. Is it possible? > > You need to ask better questions if you expect people to help you. The > code that you shared: > * Will not work as it stands: row is not defined, geocoder is not > imported, etc. > * There is a magic function called get_data which we have no idea > about, but which is likely to be where the problem lies. > > What is "row"? What is its length: Maybe it only has 5 entries, maybe > geocoder is throwing an exception. We have no basis on which to > proceed. > > Regards, > Gora > _______________________________________________ > https://mail.python.org/mailman/listinfo/ncr-python.in > http://bit.ly/pydelhi-mailinglist-guidelines > -- Regards, Shreya Agarwal "A setback is nothing but a setup for a comeback!" -------------- next part -------------- An HTML attachment was scrubbed... URL: From gora at mimirtech.com Wed Dec 2 02:38:38 2015 From: gora at mimirtech.com (Gora Mohanty) Date: Wed, 2 Dec 2015 13:08:38 +0530 Subject: [PyDelhi] how to run for loop in xlsv file In-Reply-To: References: Message-ID: On 2 December 2015 at 12:33, Shreya Agarwal wrote: > Wow, love your tone, Gora. Keep it up! I apologise if you found my reply insulting, though it was not meant to be. The point still stands that you have not given us anywhere near enough information to let anyone help you, and the code you have shared will not work. Please provide more information. Regards, Gora From n9986.mali at gmail.com Wed Dec 2 06:03:38 2015 From: n9986.mali at gmail.com (Nandeep Mali) Date: Wed, 2 Dec 2015 16:33:38 +0530 Subject: [PyDelhi] how to run for loop in xlsv file In-Reply-To: References: Message-ID: On Wed, Dec 2, 2015 at 1:08 PM, Gora Mohanty wrote: > On 2 December 2015 at 12:33, Shreya Agarwal wrote: >> Wow, love your tone, Gora. Keep it up! > I agree with Gora. The OP needs to provide better information on what was written, what is going on, what debugging steps were followed, etc. Really, just seeing more of your code would be a major improvement. There is no need to be so mordant about it. From arsh840 at gmail.com Wed Dec 2 06:46:46 2015 From: arsh840 at gmail.com (Arshpreet Singh) Date: Wed, 2 Dec 2015 17:16:46 +0530 Subject: [PyDelhi] how to run for loop in xlsv file In-Reply-To: References: Message-ID: On Wed, Dec 2, 2015 at 6:13 AM, Shreya Agarwal wrote: > This is my code: > > data = get_data("/Users/shreyaagarwal/Desktop/Airport and zipcodes.xlsx") > import json print(json.dumps(data)) > > for element in row: > > g= geocoder.google(element) > > print (g.postal) Rather than dumping data into json and doing further processing you can direct use other options: https://pypi.python.org/pypi/xlrd https://pypi.python.org/pypi/pyexcel-xls Yes question seems weird. ;) -- 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 ankur0493 at gmail.com Thu Dec 3 01:03:50 2015 From: ankur0493 at gmail.com (Ankur Gupta) Date: Thu, 3 Dec 2015 11:33:50 +0530 Subject: [PyDelhi] how to run for loop in xlsv file (Ankur Gupta) Message-ID: While you should have provided more details into the code, the problem of the Geo-coding not working after 5 addresses might also relate to the Query limit that Google Geo-coding API has (10 queries per second, 2500 requests per day). https://developers.google.com/maps/documentation/geocoding/usage-limits You may try spacing your requests by around 200 milliseconds. -- Best Regards, Ankur Gupta https://in.linkedin.com/in/ankurgupta04 Contact no.:- +91-96438-44090, +91-90347-13090 -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Dec 3 05:30:43 2015 From: akshayaurora at gmail.com (qua non) Date: Thu, 3 Dec 2015 16:00:43 +0530 Subject: [PyDelhi] Thursday Meet 9:00 pm Message-ID: Hi Pythonistas! It's thursday and we'll have our virtual meet today at 9:00 PM on hangouts! Please find the link here to join the call: https://goo.gl/LJtWZG Hope to see you all there! Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Wed Dec 9 06:00:51 2015 From: akshayaurora at gmail.com (qua non) Date: Wed, 9 Dec 2015 16:30:51 +0530 Subject: [PyDelhi] details for our next meetup Message-ID: Hey folks, Here are the details for our next meetup - Saturday, December 12, 20152:00 PM to 6:00 PM - Ophio A-20, Ground Floor, Noida Sector-3, , Uttar Pradesh (edit map) - Schedule ------------ 2 p.m - 4 p.m [Workshop] First steps into contributing to open source: - Choose a open source project to contribute to. - Learning Git: clone, branch, commit, pull, push - Your first contribution to a open source project(Document fixes or translation) - GIT: branch: create, checkout, add, rm, stash, init 4:00 - 4:05 Break 4:05 - 4:35 [Talk]: Data Processing as a pipeline: Functional programming in python presentation (download and open it locally) Presenter: Prasenjeet About presenter(TBD) 4:35 - 4:40 Break 4:40 - 5:30 Flash Talks 5:30 - 6:00 Hiring/Product Pitches, Interactive session where any one can ask anything from any one. 6:00 Dispersal after a group selfie. ----------------------------- For all those who have already volunteered and would like to volunteer to make this local user group bigger and stronger should stay back. Note: 1. This is a bi-weekly meetup that happen every alternate Saturday, so if are not able to make it to this, you can catchup with us next time. 2. This event is completely free, and volunteer driven, please feel free to contribute. Contact Person: Karambir : 9560526929 Mayank : 9468106222 -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Dec 10 06:29:23 2015 From: akshayaurora at gmail.com (qua non) Date: Thu, 10 Dec 2015 16:59:23 +0530 Subject: [PyDelhi] Thursday Hangouts session Message-ID: Hi Pythonistas! It's thursday and we'll have our virtual meet today at 9:00 PM on hangouts! Please find the link here to join the call: https://goo.gl/LJtWZG Hope to see you all there! Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Dec 10 11:15:21 2015 From: akshayaurora at gmail.com (qua non) Date: Thu, 10 Dec 2015 21:45:21 +0530 Subject: [PyDelhi] Next meetup date Message-ID: Hey folks, For the meetup next to this one on 26th December, considering there would be issues with it being a holiday and people wanting to be free to go home. We will be postponing the event to 2nd Jan instead, I hope every one is ok with that, if you have a better option and would like to mention them, please let us know. Kind regards Akkshay -------------- next part -------------- An HTML attachment was scrubbed... URL: From gora at mimirtech.com Thu Dec 10 12:40:21 2015 From: gora at mimirtech.com (Gora Mohanty) Date: Thu, 10 Dec 2015 23:10:21 +0530 Subject: [PyDelhi] Next meetup date In-Reply-To: References: Message-ID: On 10 December 2015 at 21:45, qua non wrote: > Hey folks, > > For the meetup next to this one on 26th December, considering there would be > issues with it being a holiday and people wanting to be free to go home. > > We will be postponing the event to 2nd Jan instead, I hope every one is ok > with that, if you have a better option and would like to mention them, > please let us know. 2nd Jan. Sounds good to me. As per discussions with some people at the last meeting, I would like to do a beginner's introduction to testing in Django, hopefully leading up to intermediate level. Please let me know if that can be fit into the 2nd Dec. meeting. Regards, Gora From akshayaurora at gmail.com Thu Dec 10 12:45:08 2015 From: akshayaurora at gmail.com (qua non) Date: Thu, 10 Dec 2015 23:15:08 +0530 Subject: [PyDelhi] Next meetup date In-Reply-To: References: Message-ID: @gora +1 for your work shop. On Thu, Dec 10, 2015 at 11:10 PM, Gora Mohanty wrote: > On 10 December 2015 at 21:45, qua non wrote: > > Hey folks, > > > > For the meetup next to this one on 26th December, considering there > would be > > issues with it being a holiday and people wanting to be free to go home. > > > > We will be postponing the event to 2nd Jan instead, I hope every one is > ok > > with that, if you have a better option and would like to mention them, > > please let us know. > > 2nd Jan. Sounds good to me. > > As per discussions with some people at the last meeting, I would like > to do a beginner's introduction to testing in Django, hopefully > leading up to intermediate level. Please let me know if that can be > fit into the 2nd Dec. meeting. > > Regards, > Gora > _______________________________________________ > https://mail.python.org/mailman/listinfo/ncr-python.in > http://bit.ly/pydelhi-mailinglist-guidelines > -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Dec 10 14:51:54 2015 From: akshayaurora at gmail.com (qua non) Date: Fri, 11 Dec 2015 01:21:54 +0530 Subject: [PyDelhi] We are now on official list of meet ups listed on python's User Groups Calendar Message-ID: You can now set your calendars in sync with the official user groups events calendar managed by PSF. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shobhatyagi at gnome.org Fri Dec 11 01:23:53 2015 From: shobhatyagi at gnome.org (Shobha Tyagi) Date: Fri, 11 Dec 2015 11:53:53 +0530 Subject: [PyDelhi] combine conference for GNOME & Python Message-ID: Hi! PyDelhi, As I have informed you earlier as well that we are organizing GNOME.Asia 2016 conference(21-24 April) in India at MRIU, Faridabad. Would you like to organize special python workshop or like to plan something like this during that period. I think it would be great platform and students at MRIU and all those who would attend the conference will greatly be benefited with the idea. Waiting for your valued response. Thanks, Shobha -------------- next part -------------- An HTML attachment was scrubbed... URL: From satyaakam at gmail.com Fri Dec 11 01:36:32 2015 From: satyaakam at gmail.com (satyaakam goswami) Date: Fri, 11 Dec 2015 12:06:32 +0530 Subject: [PyDelhi] combine conference for GNOME & Python In-Reply-To: References: Message-ID: > > > Waiting for your valued response. > ?register as an organisation with pythonexpress.in,Volunteers who are free will turn up. -Satya Satyaakam.net | fossevents.in | -------------- next part -------------- An HTML attachment was scrubbed... URL: From anuvrat at anuvrat.in Sun Dec 13 23:30:46 2015 From: anuvrat at anuvrat.in (Anuvrat Parashar) Date: Mon, 14 Dec 2015 10:00:46 +0530 Subject: [PyDelhi] We are now on official list of meet ups listed on python's User Groups Calendar In-Reply-To: References: Message-ID: hooray!! Thats amazing. On Fri, Dec 11, 2015 at 1:21 AM, qua non wrote: > You can now set your calendars in sync with the official user groups events > calendar > > managed by PSF. > > _______________________________________________ > https://mail.python.org/mailman/listinfo/ncr-python.in > http://bit.ly/pydelhi-mailinglist-guidelines > -- Anuvrat Parashar http://anuvrat.in -------------- next part -------------- An HTML attachment was scrubbed... URL: From anurag89sharma at gmail.com Sun Dec 13 23:51:07 2015 From: anurag89sharma at gmail.com (anurag sharma) Date: Mon, 14 Dec 2015 10:21:07 +0530 Subject: [PyDelhi] We are now on official list of meet ups listed on python's User Groups Calendar In-Reply-To: References: Message-ID: Cool ...... :) On Fri, Dec 11, 2015 at 1:21 AM, qua non wrote: > You can now set your calendars in sync with the official user groups events > calendar > > managed by PSF. > > _______________________________________________ > https://mail.python.org/mailman/listinfo/ncr-python.in > http://bit.ly/pydelhi-mailinglist-guidelines > -- Regards Anurag Sharma email: anurag89sharma at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From fossbalaji at gmail.com Mon Dec 14 10:01:28 2015 From: fossbalaji at gmail.com (Balaji G) Date: Mon, 14 Dec 2015 20:31:28 +0530 Subject: [PyDelhi] Myth, Fascinating talk about Databases Message-ID: Hi, I came through this awesome talk about databases. So many new terms i heard for the first time . watch it https://www.youtube.com/watch?v=5ZjhNTM8XU8 -- With regards, Balaji.G http://gbala.in -------------- next part -------------- An HTML attachment was scrubbed... URL: From peeyushaggarwal94 at gmail.com Tue Dec 15 11:32:46 2015 From: peeyushaggarwal94 at gmail.com (Peeyush Aggarwal) Date: Tue, 15 Dec 2015 22:02:46 +0530 Subject: [PyDelhi] Useful Video I found || Generators Message-ID: Hello, I attended the meetup on 12-Dec-2015 at Ophio. Mr. Prasanjit has given a presentation on "Functional Programming" and talked about the concepts of generators. Few fellows had some confusion regarding the same. I found a small useful video to understand the concept. I would like to share the same with other fellow of the community. Here is the link to the video: https://www.youtube.com/watch?v=LelQTPiH3f4 Thank you Regards Peeyush 9953798946 -------------- next part -------------- An HTML attachment was scrubbed... URL: From anuvrat at anuvrat.in Thu Dec 17 01:34:57 2015 From: anuvrat at anuvrat.in (Anuvrat Parashar) Date: Thu, 17 Dec 2015 12:04:57 +0530 Subject: [PyDelhi] how to integrate flake8 with pycharm Message-ID: Hi pythonistas So flake8, pylint etc provide a way to configure them according to your environments. Is it possible to run them on your project in PyCharm IDE similar to the way I can do it in SublimeText / Emacs? So that they are run every time you save your code and all the violating lines get highlighted. Hopeful, -- Anuvrat Parashar http://anuvrat.in -------------- next part -------------- An HTML attachment was scrubbed... URL: From fossbalaji at gmail.com Thu Dec 17 01:53:39 2015 From: fossbalaji at gmail.com (Balaji G) Date: Thu, 17 Dec 2015 12:23:39 +0530 Subject: [PyDelhi] how to integrate flake8 with pycharm In-Reply-To: References: Message-ID: Hi, I'm using pycharm for few months . Those plugins already installed in IDE. If you want check this menu . There will be code menu 1) code -> inspect code -> select the option. 2) left bottom of Pycharm IDE inspection menu is there 3) right bottom of window click the cowboy option then click configure inspections (you can see lot of options) P.S : This is not necessary . By default It's enabled for you. Hope this helps.. with regards, *BALAJI G* *(http://gbala.in <(http://gbala.in>)* On Thu, Dec 17, 2015 at 12:04 PM, Anuvrat Parashar wrote: > Hi pythonistas > > So flake8, pylint etc provide a way to configure them according to your > environments. > Is it possible to run them on your project in PyCharm IDE similar to the > way I can do it in SublimeText / Emacs? > So that they are run every time you save your code and all the violating > lines get highlighted. > > Hopeful, > -- > Anuvrat Parashar > http://anuvrat.in > > > _______________________________________________ > https://mail.python.org/mailman/listinfo/ncr-python.in > http://bit.ly/pydelhi-mailinglist-guidelines > -- With regards, *Balaji.G* http://gbala.in -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Dec 17 05:50:49 2015 From: akshayaurora at gmail.com (qua non) Date: Thu, 17 Dec 2015 16:20:49 +0530 Subject: [PyDelhi] Venu finalization with JNU Message-ID: Hey folks, There is good news, our contact from JNU has confirmed that JNU is available for February 28th 2016. They have asked for some details from us in a document, which I am sharing on this mailing list. Please feel free to help improve the document and add the details. https://docs.google.com/document/d/1oCEP2koMeXZfBphLcRw5W8sG6QCJEpQtZ7M2CUTdwx0/edit# Kind Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Dec 17 05:52:23 2015 From: akshayaurora at gmail.com (qua non) Date: Thu, 17 Dec 2015 16:22:23 +0530 Subject: [PyDelhi] Feedback for Sponsorship categories Message-ID: Hey folks, Here is a document we have prepared till now for our Sponsorship Prospectus. Please add your feedback on the same and suggest better options if available. https://docs.google.com/document/d/1Pkx9Jql9Em1A_kKIgC_Z3Oxnt3QNMYqmd-8pw8wfR-0/edit Kind Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Dec 17 05:56:27 2015 From: akshayaurora at gmail.com (qua non) Date: Thu, 17 Dec 2015 16:26:27 +0530 Subject: [PyDelhi] Meetup /hangouts details for today. Message-ID: Hey Folks, Here is the link for tonights hangouts https://plus.google.com/hangouts/_/calendar/cHl0aG9uZGVsaGlAZ21haWwuY29t.fpen36ji6pgsog4adu5v1roloo Kind Regards Akkshay -------------- next part -------------- An HTML attachment was scrubbed... URL: From kracethekingmaker at gmail.com Sat Dec 19 13:01:59 2015 From: kracethekingmaker at gmail.com (kracekumar ramaraju) Date: Sat, 19 Dec 2015 23:31:59 +0530 Subject: [PyDelhi] Venu finalization with JNU In-Reply-To: References: Message-ID: [..] > Please feel free to help improve the document and add the details. > > > https://docs.google.com/document/d/1oCEP2koMeXZfBphLcRw5W8sG6QCJEpQtZ7M2CUTdwx0/edit# > > Enclosures numbers and topics number after that don't match. We need to organize this workshop at JNU in convention center with capacity > of 1000 delegates (two Audi?s). Kindly provide us the approval to organize this workshop as it will bring > JNU University to an international acclaim. It is confusing that the permission is for conference or for workshop, which is part of the conference or workshop only conference. > > Kind Regards > > _______________________________________________ > https://mail.python.org/mailman/listinfo/ncr-python.in > http://bit.ly/pydelhi-mailinglist-guidelines > -- *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus Torvaldshttp://kracekumar.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: From satyaakam at gmail.com Mon Dec 21 05:25:31 2015 From: satyaakam at gmail.com (satyaakam goswami) Date: Mon, 21 Dec 2015 15:55:31 +0530 Subject: [PyDelhi] Bi monthly Meeting status updates Message-ID: Hi, The meeting which was planned for 9th Jan is getting rescheduled to 16 Jan in Delhi university south campus. Wanted a consensus on should we have a meeting on 2nd jan or 9th Jan? thanks, -Satya Satyaakam.net | fossevents.in | -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Mon Dec 21 08:58:26 2015 From: akshayaurora at gmail.com (qua non) Date: Mon, 21 Dec 2015 19:28:26 +0530 Subject: [PyDelhi] Bi monthly Meeting status updates In-Reply-To: References: Message-ID: This is actually nice timing, we need to celebrate PyDelhi birthday, doing it on the first meet of the year would be a fun tradition. - 2nd Jan might be too early as people going to holidays might not be able to attend. - 9th Jan can be just a celebratory meet where we do things in a totally off beat fashion - Encourage students to talk about what all they did with python this last year - Hold a competition(game writing?) with a good, big sponsored prize(Smart Phone) - or a Hackathon session where we all together try to build a game in one day - Or Simply sit and talk about horror stories with python or success stories... - You guys suggest The main question of the OP was to ask for preferable date for a meet before the 16th. I will send a separate mail asking for "what" to do on the celebratory meet. My vote for the date is the 9th, reason as outlined above. Kind Regards On Mon, Dec 21, 2015 at 3:55 PM, satyaakam goswami wrote: > Hi, > > The meeting which was planned for 9th Jan is getting rescheduled to 16 Jan > in Delhi university south campus. > > Wanted a consensus on should we have a meeting on 2nd jan or 9th Jan? > > > thanks, > > -Satya > Satyaakam.net | fossevents.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 akshayaurora at gmail.com Mon Dec 21 12:16:34 2015 From: akshayaurora at gmail.com (qua non) Date: Mon, 21 Dec 2015 22:46:34 +0530 Subject: [PyDelhi] Venu finalization with JNU In-Reply-To: References: Message-ID: Hi Krace, I have attempted to fix the issues you outlined, thanks for the input. On Sat, Dec 19, 2015 at 11:31 PM, kracekumar ramaraju < kracethekingmaker at gmail.com> wrote: > > > [..] >> Please feel free to help improve the document and add the details. >> >> >> https://docs.google.com/document/d/1oCEP2koMeXZfBphLcRw5W8sG6QCJEpQtZ7M2CUTdwx0/edit# >> >> > Enclosures numbers and topics number after that don't match. > > We need to organize this workshop at JNU in convention center with >> capacity of 1000 delegates (two Audi?s). > > Kindly provide us the approval to organize this workshop as it will bring >> JNU University to an international acclaim. > > > It is confusing that the permission is for conference or for workshop, > which is part of the conference or workshop only conference. > > >> >> Kind Regards >> >> _______________________________________________ >> https://mail.python.org/mailman/listinfo/ncr-python.in >> http://bit.ly/pydelhi-mailinglist-guidelines >> > > > > -- > > *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus > Torvaldshttp://kracekumar.com * > > _______________________________________________ > https://mail.python.org/mailman/listinfo/ncr-python.in > http://bit.ly/pydelhi-mailinglist-guidelines > -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Mon Dec 21 12:45:00 2015 From: akshayaurora at gmail.com (qua non) Date: Mon, 21 Dec 2015 23:15:00 +0530 Subject: [PyDelhi] Suggestion for Panel members for inaugural session of Pydelhi Conference Message-ID: Hi Folks, As you know we have finalized JNU as the venue for Feb 28th The JNU contacts have asked us to hold a 30 minute inaugural session that will be attended by Vice Chancellor of JNU and they ask us to bring in least 3 prominent people from python world or from CTO/CEO of companies using python or a prominent Govt officer/minister who in involved with python. This would be a formal 30 minute session at the start of the event for lighting candles. The panel members are expected to speak positive words about python and the conference itself for about 2 minutes each after they are introduced. If you folks have any such contacts let us know if they would be interested. Date: Feb 28th Time 9-9:30 am Place JNU Convention Center Event: PyDelhi Conference Kind Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Dec 24 00:05:14 2015 From: akshayaurora at gmail.com (qua non) Date: Thu, 24 Dec 2015 10:35:14 +0530 Subject: [PyDelhi] Celebrations for Birthday of PyDelhi. Message-ID: Hey folks, It's been more than a year of regular meets thanks to all you folks, though PyDelhi itself is a lot older. It's time to celebrate the Birthday of PyDelhi. Thanks to all you folks for making PyDelhi a success. We have decided to have our first meet of the new year as standing time to hold our birthday celebrations. If you have a better idea, please don't hesitate to let us know. We need your input on how to celebrate the event, on 9th January 2016, included are a few suggestions some of us came up with. - Quiz on Python with prizes like laptop Bags from PyCon India, T-shirts, ...(we are looking for companies who can sponsor better gifts) - Presentations/flash talks by those students and new comers to python on what they did with python since joining PyDelh. - Q&A session between students and people who work in companies using python on how they use python in their companies in the real world.. - Hacking session where people create small games we all vote for the winner same prizes as above. - Your suggestions here. Kind Regards Akkshay -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Dec 24 06:51:29 2015 From: akshayaurora at gmail.com (qua non) Date: Thu, 24 Dec 2015 17:21:29 +0530 Subject: [PyDelhi] Celebrations for Birthday of PyDelhi. In-Reply-To: References: Message-ID: We had asked volunteers to do a small poster for PyDelhi Birthday bash and here is a sample we got from Ashutosh Sung Preview attachment pydelhi.jpgpydelhi.jpg79 KB On Thu, Dec 24, 2015 at 10:35 AM, qua non wrote: > Hey folks, > > It's been more than a year of regular meets thanks to all you folks, > though PyDelhi itself is a lot older. > It's time to celebrate the Birthday of PyDelhi. Thanks to all you folks > for making PyDelhi a success. > > We have decided to have our first meet of the new year as standing time to > hold our birthday celebrations. If you have a better idea, please don't > hesitate to let us know. > > We need your input on how to celebrate the event, on 9th January 2016, > included are a few suggestions some of us came up with. > > > - Quiz on Python with prizes like laptop Bags from PyCon India, T-shirts, > ...(we are looking for companies who can sponsor better gifts) > > - Presentations/flash talks by those students and new comers to python on > what they did with python since joining PyDelh. > > - Q&A session between students and people who work in companies using > python on how they use python in their companies in the real world.. > > - Hacking session where people create small games we all vote for the > winner same prizes as above. > > > - Your suggestions here. > > > Kind Regards > Akkshay > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Dec 24 09:28:19 2015 From: akshayaurora at gmail.com (qua non) Date: Thu, 24 Dec 2015 19:58:19 +0530 Subject: [PyDelhi] Hangouts link for tonights 9 pm meet Message-ID: This is a important meet we need all hands on dec to make PyDelhi conference a success, if you want to volunteer and be part of making this event a success please join in on tonight's call. https://goo.gl/LJtWZG -------------- next part -------------- An HTML attachment was scrubbed... URL: From singhjug1994 at gmail.com Thu Dec 24 12:16:37 2015 From: singhjug1994 at gmail.com (ashutosh singh) Date: Thu, 24 Dec 2015 22:46:37 +0530 Subject: [PyDelhi] Celebrations for Birthday of PyDelhi. In-Reply-To: References: Message-ID: Link : https://goo.gl/fwgKnP On Thu, Dec 24, 2015 at 5:21 PM, qua non wrote: > We had asked volunteers to do a small poster for PyDelhi Birthday bash and > here is a sample we got from Ashutosh Sung > > Preview attachment pydelhi.jpgpydelhi.jpg79 KB > > > On Thu, Dec 24, 2015 at 10:35 AM, qua non wrote: > >> Hey folks, >> >> It's been more than a year of regular meets thanks to all you folks, >> though PyDelhi itself is a lot older. >> It's time to celebrate the Birthday of PyDelhi. Thanks to all you folks >> for making PyDelhi a success. >> >> We have decided to have our first meet of the new year as standing time >> to hold our birthday celebrations. If you have a better idea, please don't >> hesitate to let us know. >> >> We need your input on how to celebrate the event, on 9th January 2016, >> included are a few suggestions some of us came up with. >> >> >> - Quiz on Python with prizes like laptop Bags from PyCon India, >> T-shirts, ...(we are looking for companies who can sponsor better gifts) >> >> - Presentations/flash talks by those students and new comers to python on >> what they did with python since joining PyDelh. >> >> - Q&A session between students and people who work in companies using >> python on how they use python in their companies in the real world.. >> >> - Hacking session where people create small games we all vote for the >> winner same prizes as above. >> >> >> - Your suggestions here. >> >> >> Kind Regards >> Akkshay >> >> >> > > _______________________________________________ > https://mail.python.org/mailman/listinfo/ncr-python.in > http://bit.ly/pydelhi-mailinglist-guidelines > -- Yours Ashutosh Kumar Singh www.ashutoshksingh.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Tue Dec 29 09:26:12 2015 From: akshayaurora at gmail.com (qua non) Date: Tue, 29 Dec 2015 19:56:12 +0530 Subject: [PyDelhi] Birthday bash PyDelhi Message-ID: Hey folks, We have decided to give all you folks a perfect start for your new year. - Regular bi monthly meets for a year. - 50 avg turnout in every meet - Good history of participations by experts, students, newcomers and companies. This is time to celebrate all these achievements. Details of meet up http://www.meetup.com/pydelhi/events/227693193/ Come join us in celebrating these achievements. There will be Cake, food beverages, ...let's Party! Regards Akkshay -------------- next part -------------- An HTML attachment was scrubbed... URL: From akshayaurora at gmail.com Thu Dec 31 05:19:26 2015 From: akshayaurora at gmail.com (qua non) Date: Thu, 31 Dec 2015 15:49:26 +0530 Subject: [PyDelhi] Hangouts Meeting Link Message-ID: Hey Folks, This is the link for tonight's hangout link. https://goo.gl/LJtWZG Catch all the volunteers tonight at 9:00 pm -------------- next part -------------- An HTML attachment was scrubbed... URL: From anuvrat at anuvrat.in Thu Dec 31 11:33:10 2015 From: anuvrat at anuvrat.in (Anuvrat Parashar) Date: Thu, 31 Dec 2015 22:03:10 +0530 Subject: [PyDelhi] [minutes of the meeting] Last weekly call of 2015 Message-ID: Thursday, 31 Decemeber 2015 Attendees: Anuvrat, Satya, Ashutosh, Rishabh, Akshay (quanon), Karambir and a flickering Aniket PyDelhi Conference - final sponsorship document needs to be uploaded for sharing with the world. - send mails to various lists inviting sugestions for keynote and panel members. - review pydelhi website's content -> anuvrat - setup junction -> anuvrat - create buzz on social media -> everyone - start rattling contacts for sponsorships [satya, everyone] - Admin work at the venue: [vipin, akshay] - backdrop, flex, posters - audio, video, wifi food - confirm availability of sponsorship money from JNU - get written confirmation for the availablity of the venue. suggestions for panel members: - jackerhack (Kiran), Gora Mohanty - HT Media, PayTM - govt members, Amit Ranjan ex Slideshare -> [satya] - Farhan Make some noise: -> [@everyone] - Start buzzing the social media with #pyDelhiConf - college outreach -> students in the list. - school outreach -> pychill attendees @ APJ - digital nomads @ hillhacks. Nail down on registration fee: - INR 500 for one day conference. - INR 300 more per workshop if we have any. See you next year guys. -- Anuvrat Parashar http://anuvrat.in -------------- next part -------------- An HTML attachment was scrubbed... URL: