Re: [Chennaipy] Collaboration with ChennaiPy for Workshops/Events

2024-06-27 Thread Vijay Kumar B
Hi Parameshwar, We can have on GitHub, where most people are likely to have an account. We could create a Wiki page on Chennaipy GitHub repo for this. Regards, Vijay On Tue, 25 Jun 2024 07:25:27 +0530 Iron Man wrote --- Hi VijayaKumar, >> On Mon, 24 Jun, 2024, 20:11

Re: [Chennaipy] Collaboration with ChennaiPy for Workshops/Events

2024-06-24 Thread Vijay Kumar B
Sure Iron Man, we can try something out. Here's is a suggestion for doing a workshop series on Advanced Python topics. We can create a wiki page, and list out suggested advanced Python topics. People who are interested can then add their name to a topic or even suggest their own topic. We can

Re: [Chennaipy] Talk at Chennaipy

2024-02-07 Thread Vijay Kumar B
Hi Arunachalam, > Name : Parameshwar Arunachalam > Topic : Creating cross platform application using python - Flet module > Description: in this talk, I will be sharing what is flet and how can we use > it create cross platform applications. > > Demo on creating a mobile app with flet usi

Re: [Chennaipy] WHAT THE ERROR ON MY CODE???

2022-06-28 Thread Vijay Kumar B
Hi, Please provide some background / context to your program. Indicate what issue you are facing, and then ask for help. Without this information it is impossible to help you out. Regards, Vijay___ Chennaipy mailing list Chennaipy@python.org http

Re: [Chennaipy] Chennaipy minutes meeting dated 28-05-2022

2022-05-29 Thread Vijay Kumar B
On Sat, 28 May 2022 20:52:18 +0530 MURALIDHARAN MURUGESAN wrote Dear Members Pl find the minutes of the meeting held today Thanks for the minutes, Dr. Muralidharan. Regards, Vijay___ Chennaipy mailing list Chennaipy@python.or

Re: [Chennaipy] Meeting Minutes for the chennaipy meetup dated 27-Nov-2021

2021-11-28 Thread Vijay Kumar B
On Sat, 27 Nov 2021 19:35:23 +0530 Saravanan K wrote > There were three topics from speakers and two lightning talks from the > attendees. > > Thanks for the meeting minutes, Saravanan. Regards, Vijay ___ Chennaipy mailing list Che

[Chennaipy] October Meetup (RSVP Required)

2021-10-22 Thread Vijay Kumar B
Hi Everyone, Welcome to the October meetup! ## Schedule * Glimpse of Python 3.10 * Introduction to D-Bus Visit the event page https://www.meetup.com/Chennaipy/events/281318947/ for more details. ## Venue * Online * Please RSVP on the Meetup page to get the meeting link https://www.meetup.com/

Re: [Chennaipy] Tamil Fonts Exception

2021-09-30 Thread Vijay Kumar B
On Thu, 30 Sep 2021 12:07:23 +0530 Abirami Moorthy wrote I have a sample certificate. I would like to write names in tamil on certificate using python-pillow here the program link https://github.com/Abirami8799/python-project/blob/master/certificat

Re: [Chennaipy] Re module in python

2021-07-06 Thread Vijay Kumar B
On Tue, 06 Jul 2021 16:25:55 +0530 Nithya Duraisamy wrote > Hi All, > Can anyone of your please help me to fix my code using re module? Hope this code, produces the required output. import os import re txt = [ '199.72.81.55 - - [01/Jul/1995:00:00:01 -0400] "GET /history/apollo

Re: [Chennaipy] [ChennaiPy] - April 2021 Edition - Meeting Minutes

2021-04-30 Thread Vijay Kumar B
On Fri, 30 Apr 2021 17:56:47 +0530 Gaurav Sehrawat wrote Hi all, Below are the notes from April 2021 edition Hi Gaurav, Thanks for the minutes. I didn't realize that it was our good old Gaurav, during the meeting. It sure was nice surprise to see you at the meetup! Re

[Chennaipy] April Meetup (RSVP Required)

2021-04-21 Thread Vijay Kumar B
Hi Everyone, Welcome to the April meetup! ## Schedule * First contribution to open source with readme file 😀 * KD Tree and Ball Tree * Power of PyTest Fixtures * 🎮 Motion Controller with the Microbit * Luigi for automated data pipeline * Introduction to Regular Expressions Visit the event page

Re: [Chennaipy] Chennaipy meetup dated 27-03-2021

2021-03-28 Thread Vijay Kumar B
On Sun, 28 Mar 2021 18:27:29 +0530 MURALIDHARAN MURUGESAN via Chennaipy wrote Dear Members pl find the minutes of the meeting dated 27-03-2021 Thanks Dr. Muralidharan, for the minutes. Regards, Vijay___ Chennaipy mailing list

[Chennaipy] December Meetup (RSVP Required)

2020-12-23 Thread Vijay Kumar
Hi Everyone, Welcome to the December meetup! ## Schedule * Development progress tracker with python & pandas - a case study * Dynamic Analysis of C Code with Python * My experience with Graphql * Split, dictionary, MAC address * Introduction to Theedhum Nandrum * Open Talk Slot Visit the even

[Chennaipy] Talks for the Next Meetup

2020-12-20 Thread Vijay Kumar
Hi Everyone, The next meetup is on the 26th of this month. If you are interested in doing a talk (10 min lightning talk). Please reply with your talk title and talk description. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org http

Re: [Chennaipy] minutes dated 28-11-2020

2020-11-29 Thread Vijay Kumar
On 28/11/20 8:39 pm, MURALIDHARAN MURUGESAN via Chennaipy wrote: Hi, Iam forwarding the minutes of meeting held on 28-11-2020 Thanks for the minutes, Prof. Muralidharan. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.

Re: [Chennaipy] How to know and prevent type cast errors?

2020-09-24 Thread Vijay Kumar
On 25/09/20 8:42 am, Shrinivasan T wrote: Hello all, I have few programs that fail due to string concating error. result = variableA + variableB When variableB is int, it gives type error. Usually I forget to add type casting for the variables. Why to avoid this frequent error? How abou

Re: [Chennaipy] binary data conversion

2020-09-11 Thread Vijay Kumar B.
On 11/09/20 10:41 pm, Mohamed ali Abdul wrote: Hi, Thanks Mr. Vijay. I want to convert every 2 bytes of data The below mentioned code is converting 4 bytes. That should be obvious from the array module documentation. Use array('h') instead of array('i'). Regards, Vijay __

Re: [Chennaipy] Binary file Conversion (was Re: (no subject))

2020-09-09 Thread Vijay Kumar
On 09/09/20 9:41 pm, Mohamed ali Abdul wrote: Hello to all, The binary file is to be converted in to human readable format. Each four byte data to be converted using python How about the following? binary = b'\x00...' from array import array arr = array('i') arr.frombytes(binary) print(arr

Re: [Chennaipy] August-talk-2020-MoM.txt

2020-08-25 Thread Vijay Kumar
Hi Kushal, Thanks for the minutes! Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy

Re: [Chennaipy] Meeting minutes of 6/27/2020 Chennai py

2020-06-28 Thread Vijay Kumar
Thanks for the minutes, Pradeep! Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy

Re: [Chennaipy] doubt in python

2020-05-10 Thread Vijay Kumar
On 10/05/20 12:38 pm, ICT SUREN wrote:   sir  one doubt in python. how  to  enter input value in bold text.. suren You can use the colorama package, as shown below: import colorama input("Name: " + colorama.Style.BRIGHT) print(colorama.Style.RESET_ALL) HTH. Regards, Vijay ___

[Chennaipy] December Meetup (RSVP Required)

2019-12-26 Thread Vijay Kumar
# December Meetup ## Date & Time * 28th December (Saturday) * 3:00pm to 6:00pm ## Venue Pramati Technologies #7, Perungudi Industrial Estate OMR, Chennai, TN - 600096 Map: https://goo.gl/maps/Xds73YTCqNB2 ## Schedule * Welcome * My Experiences in PyCon India 2019 by Ashok *

Re: [Chennaipy] Talk for December meetup

2019-12-21 Thread Vijay Kumar
On Tuesday 03 December 2019 04:26 PM, Rengaraj D wrote: Hi Everyone, The next Chennaipy meetup is on 28th of this month. If you are interested in doing a talk (20 min + 5 min for QA), please reply with your talk title and talk description. Hi Everyone, If you are interested in doing a talk

Re: [Chennaipy] Minutes of Meetup 23 Nov 2019

2019-11-23 Thread Vijay Kumar
On Saturday 23 November 2019 11:35 PM, Saravanan K wrote: *Minutes of Meetup* *Thanks Saravanan for the minutes! Regards, Vijay * ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy

[Chennaipy] November Meetup (RSVP Required)

2019-11-19 Thread Vijay Kumar
obot Framework by Rengaraj * Teaching Kids Python the Scratch Way by Vijay Kumar * Networking Tea Break * Can bone X-Ray predicts your age ? find with deep neural networks by Harsh Mishra * Lightning Talks Only the talk titles are included here, for the sake of brevity. For det

Re: [Chennaipy] Talk for next meetup

2019-11-18 Thread Vijay Kumar
Talk Title: Teaching Kids Python the Scratch Way Scratch is a block based programming language for kids. This talk is about how we can leverage the existing knowledge base about Scratch to introduce Python to kids. I will be providing an introduction to Scratch. And will then demonstrate a Scr

[Chennaipy] Skipping September Meetup

2019-09-23 Thread Vijay Kumar
Hi Everyone, Owning to the upcoming conference activities, we are skipping the Chennaipy meetup this month. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy

[Chennaipy] Community Spaces at PyCon India

2019-09-22 Thread Vijay Kumar
on 30th Sept. Regards, Vijay Kumar PyCon India 2019 Team ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy

[Chennaipy] PyCon India Poster CFP Closes Today

2019-09-02 Thread Vijay Kumar
Hi Everyone, The CFP for posters is closing today, 3rd Sep. Please submit your proposal at https://in.pycon.org/cfp/posters-2019/proposals/ Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chenna

[Chennaipy] PyCon India Poster CFP Closes in 5 Days

2019-08-26 Thread Vijay Kumar
Hi Everyone, The poster CFP is closing in 5 days. Don't miss this opportunity to meet, present, discuss and connect with people over a poster at PyCon India 2019. Learn more about the poster session at https://in.pycon.org/blog/2019/a-lucent-guide-to-poster-presentation.html Submit your prop

Re: [Chennaipy] August meetup notes

2019-08-25 Thread Vijay Kumar
On Sunday 25 August 2019 08:51 PM, Chandnika R wrote: Hi, The August meetup (8/25/2019) Hi Chandnika, Thanks for the minutes! Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy

[Chennaipy] August Meetup (RSVP Required)

2019-08-22 Thread Vijay Kumar
# August Meetup ## Date & Time * 24th August (Saturday) * 3:00pm to 6:00pm ## Venue Alladi Ramakrishnan Hall IMSc, C.I.T Campus, 4th Cross Street, Tharamani, Chennai · Chennai Map: https://goo.gl/maps/RnecFQcrz48UNEAfA ## Schedule * Welcome * Central service registry to enable s

[Chennaipy] PyCon India Poster CFP Closes in 10 Days

2019-08-21 Thread Vijay Kumar
/posters-2019/proposals/ Regards, Vijay Kumar PyCon India 2019 Team ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy

[Chennaipy] Talks for the Next Meet

2019-08-13 Thread Vijay Kumar
Hi Everyone, The next meetup is on the 24th of this month. If you are interested in doing a talk (20 min), please reply with your talk title and talk description. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.or

[Chennaipy] PyCon India Devsprint CFP is Open!

2019-07-24 Thread Vijay Kumar
://in.pycon.org/cfp/devsprint-2019/proposals/ Regards, Vijay Kumar PyCon India 2019 Team ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy

[Chennaipy] Present a Poster at PyCon India

2019-07-22 Thread Vijay Kumar
gards, Vijay Kumar PyCon India 2019 Team ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy

[Chennaipy] July Meetup (RSVP Required)

2019-07-22 Thread Vijay Kumar
# July Meetup ## Date & Time * 27th July (Saturday) * 3:00pm to 6:00pm ## Venue Alladi Ramakrishnan Hall IMSc, C.I.T Campus, 4th Cross Street, Tharamani, Chennai · Chennai Map: https://goo.gl/maps/RnecFQcrz48UNEAfA ## Schedule * Welcome * Understand the Machine learning concepts

Re: [Chennaipy] Talks for the Next Meet

2019-07-18 Thread Vijay Kumar
On Wednesday 17 July 2019 10:10 AM, Rengaraj D wrote: On Mon, 15 Jul 2019 at 09:42, Vijay Kumar wrote: Hi Everyone, The next Chennaipy meetup is on the 27th of this month. If you are interested in doing a talk (20 min + 5 min for QA), please reply with your talk title and talk description

[Chennaipy] Talks for the Next Meet

2019-07-14 Thread Vijay Kumar
Hi Everyone, The next Chennaipy meetup is on the 27th of this month. If you are interested in doing a talk (20 min + 5 min for QA), please reply with your talk title and talk description. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.

[Chennaipy] PyCon India CFP for Talks / Workshops Closes Today

2019-06-30 Thread Vijay Kumar
Hi Everyone, CFP for talks / workshops closes today at 11:59:59 PM IST! Please visit https://in.pycon.org/2019/submit-a-proposal.html to submit your proposal. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailm

[Chennaipy] Reminder: PyCon India CFP Closes in 7 Days

2019-06-25 Thread Vijay Kumar
Hi Everyone, PyCon India CFP for talks and workshops is closing in 7 days! Hurry up, and submit your proposal at https://in.pycon.org/2019/submit-a-proposal.html For more details about PyCon India, please visit: https://in.pycon.org/ Regards, Vijay ___

[Chennaipy] June Meetup (RSVP Required)

2019-06-18 Thread Vijay Kumar
ktop Applications using Python by Jerlyn Manohar * Conference Speaking Tips by Vijay Kumar * Networking Tea Break * Open Talk Slot * Lightning Talks Only the talk titles are included here, for the sake of brevity. For details about the talks and the speakers, please visit h

[Chennaipy] PyCon India CFP closes in 15 Days

2019-06-16 Thread Vijay Kumar
Hi Everyone, PyCon India call for talk and workshop proposals is closing in 15 days. Please submit your proposal at the earliest, at https://in.pycon.org/2019/submit-a-proposal.html PyCon India is India's premier conference on using and developing the Python programming language. This year, t

[Chennaipy] Talks for the Next Meet

2019-06-12 Thread Vijay Kumar
Hi Everyone, The next meetup is on the 22nd of this month. If you are interested in doing a talk (20 min slot), please send in your talk title and talk description. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.

[Chennaipy] Tickets for PyCon India 2019

2019-06-11 Thread Vijay Kumar
Hi Everyone, Tickets for PyCon India are selling fast. We have sold 800 / 1200 tickets! Have your purchased your tickets yet? Purchase your tickets at https://in.pycon.org/ Submit your talk / workshop / poster proposal at https://in.pycon.org/2019/submit-a-proposal.html Regards, Vijay ___

[Chennaipy] Call for Posters for PyCon India 2019

2019-06-06 Thread Vijay Kumar
Hi Everyone, The CFP for posters, for PyCon India 2019 is open! Posters are graphical summary of projects or ideas. They are usually presented with an A0 size poster, but any creative ways are always welcome. The poster session provides an opportunity to network with the conference attendees a

[Chennaipy] PyCon India 2019 Tickets are Live!

2019-06-03 Thread Vijay Kumar
Hi Everyone, Tickets for PyCon India 2019 are live at https://in.pycon.org/ Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy

[Chennaipy] May Meetup (RSVP Required)

2019-05-22 Thread Vijay Kumar
# May Meetup ## Date & Time * 25th May (Saturday) * 4:00pm to 6:30pm ## Venue Pramati Technologies #7, Perungudi Industrial Estate OMR, Chennai, TN - 600096 Map: https://goo.gl/maps/Xds73YTCqNB2 ## Schedule * Welcome * History and Evolution of Modern Computer Languages by

[Chennaipy] Talks for the Next Meet

2019-05-14 Thread Vijay Kumar
Hi Everyone, The next meetup is on the 25th of this month. If you are interested in doing a talk, please reply with your talk title and talk description. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/

Re: [Chennaipy] PyCon India 2019: Call for Workshop Proposals

2019-05-05 Thread Vijay Kumar
more details, about the event, please visit http://in.pycon.org/ Don't want to miss an update from us? Subscribe for announcements at http://in.pycon.org/ Regards, Vijay Kumar PS: Resending since the original mail got clobbered. ___ Chennaipy ma

[Chennaipy] PyCon India 2019: Call for Workshop Proposals

2019-05-05 Thread Vijay Kumar
. For more details, about the event, please visit http://in.pycon.org/ Don't want to miss an update from us? Subscribe for announcements at http://in.pycon.org/ Regards, Vijay Kumar | ___ Chennaipy mailing list Chennaipy@python.org https://mail.pytho

Re: [Chennaipy] April Meetup (RSVP Required)

2019-04-24 Thread Vijay Kumar
On Tuesday 23 April 2019 10:54 AM, Vijay Kumar wrote: # April Meetup Hi Everyone, Just wanted to remind you about this. Please RSVP on the event page if you are planning to attend the event. Regards, Vijay ___ Chennaipy mailing list Chennaipy

[Chennaipy] April Meetup (RSVP Required)

2019-04-22 Thread Vijay Kumar
# April Meetup ## Date & Time * 27th April (Saturday) * 3:00pm to 6:00pm ## Venue Pramati Technologies #7, Perungudi Industrial Estate OMR, Chennai, TN - 600096 Map: https://goo.gl/maps/Xds73YTCqNB2 ## Schedule * Welcome * Casual Inference With Python by Dhanesh Kumar * Fix

[Chennaipy] Talks for the Next Meet

2019-04-14 Thread Vijay Kumar
Hi Everyone, The next meetup in on the 27th of this month. If you would like to do a talk (20 min slot), please send in your talk title and talk description. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailma

[Chennaipy] [Job] Caterpillar, Developer Opening

2019-04-02 Thread Vijay Kumar
Hi Everyone, Caterpillar is looking for strong Python developers. There is one senior position and two junior positions. Below is the skill set: * Strong experience in Python coding especially in API Integration. * Limited knowledge or good knowledge in Heroku platform. * Salesforce knowledg

[Chennaipy] March Meetup (RSVP Required)

2019-03-18 Thread Vijay Kumar
# March Meetup ## Date & Time * 23rd March (Saturday) * 3:00pm to 6:00pm ## Venue Pramati Technologies #7, Perungudi Industrial Estate OMR, Chennai, TN - 600096 Map: https://goo.gl/maps/Xds73YTCqNB2 ## Schedule * Welcome * LDPC using Python by Ashok * Explainable AI with Py

[Chennaipy] PyCon India 2019 Sponsorship

2019-03-18 Thread Vijay Kumar
Hi Everyone, We are looking for sponsors for PyCon India 2019. The sponsorship prospectus is available from https://in.pycon.org/2019/sponsorship-prospectus.html If you are aware of organizations who would be willing to sponsor the event, please pass on the details to them. You can also h

[Chennaipy] Talks for the Meet

2019-03-13 Thread Vijay Kumar
Hi Everyone, The next meetup is on the 23rd of this month. If you are interested in doing a talk (20 min slot), please send in your talk title and talk description. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.or

[Chennaipy] PyCon India 2019 Announcement

2019-03-06 Thread Vijay Kumar
Hi Everyone, We have made an announcement on Twitter and Facebook for PyCon India 2019. Please help us spread the word: * Retweet https://twitter.com/pyconindia/status/1103102062580051968 * Share https://www.facebook.com/133849919970392/posts/2316489941706368/ Regards, Vijay __

Re: [Chennaipy] PyCon India 2019 - Promotion

2019-03-01 Thread Vijay Kumar
On Saturday 02 March 2019 10:00 AM, santhosh kumar wrote: "Re: PyCon India 2019 - Promotion (Vijay Kumar)" This could be a novice question, but its a bit unclear as to where and how to add a region template, little help ? You can add it under "Regions and Owners", i

[Chennaipy] PyCon India 2019 - Promotion

2019-02-28 Thread Vijay Kumar
Hi Everyone, As you might be aware, PyCon India 2019 is happening in Chennai, this year. As part of the promotion effort, we are forming a workgroup to promote PyCon India 2019 in local usergroups, meetup groups, companies, colleges and institutions across India. The workgroup will consist of

[Chennaipy] [OT] Science at the Sabha

2019-02-22 Thread Vijay Kumar
Hi Everyone, IMSc is organizing "Science at the Sabha", talks on Science for the general public at the music academy, this Sunday (24th Feb) at the music academy. The poster for the event is available at: https://www.imsc.res.in/triveni/2019/Poster.pdf The event is free, but registration is

[Chennaipy] February Meetup (RSVP Required)

2019-02-19 Thread Vijay Kumar
Vyas * Stains in Screen Printing by Vijay Kumar * Networking Tea Break * Open Talk Slot * Lightning Talks * Discussions Only the talk titles are included here, for the sake of brevity. For details about the talks and the speakers, please visit https://www.meetup.com/Chennaipy/ev

Re: [Chennaipy] Talks for the Next Meet

2019-02-19 Thread Vijay Kumar
On Wednesday 13 February 2019 10:09 PM, Vijay Kumar wrote: Hi Everyone, The next meetup is on the 23rd of this month. If you are interested in doing a talk (20 min slot), please send in your talk title and talk description. Talk Proposal: Stains in Screen Printing The standard approach to

Re: [Chennaipy] Students from DG Vaishnav

2019-02-13 Thread Vijay Kumar
On Wednesday 13 February 2019 11:01 PM, Dinu Sweet wrote: Hi Vijay, I am an alumni of DG Vaishnav college. MCA batch 2009-2012 Hi Dinesh, Thanks for the response! We are looking for venues with the following seating capacity for PyCon India 2019. Please do let me know if DG Vaishnav College

[Chennaipy] Students from DG Vaishnav

2019-02-13 Thread Vijay Kumar
Hi Everyone, If there are students from DG Vaishnav college on the mailing list, please do get in touch with me offline. This is regarding venue for PyCon India 2019. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.

[Chennaipy] Talks for the Next Meet

2019-02-13 Thread Vijay Kumar
Hi Everyone, The next meetup is on the 23rd of this month. If you are interested in doing a talk (20 min slot), please send in your talk title and talk description. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.or

Re: [Chennaipy] PyCon India @ Chennai

2019-02-07 Thread Vijay Kumar
On Thursday 07 February 2019 01:20 PM, Cr Sundar wrote: My Dear Vijay, I am happy to note that PyCon India is likely to be held in Chennai this year. I have joined the mailing list. I would also like to make a small donation. Please let me know the modalities. All the Best. Hello Sir, than

[Chennaipy] PyCon India @ Chennai

2019-02-06 Thread Vijay Kumar
Hi Everyone, PyCon India is mostly likely to be held in Chennai this year! Please join the PyCon India mailing list at https://mail.python.org/mailman/listinfo/inpycon if you would like to help with organizing the event. As a first step, we are evaluating various venues for this purpose. T

Re: [Chennaipy] Conducting a workshop at Anna University - reg

2019-02-01 Thread Vijay Kumar
On Thursday 31 January 2019 04:01 AM, Abacus Workshops wrote: Hello, Warm greetings from the Workshop team of *aBaCUS '19*, the Annual technical symposium of the *Department of Computer Science & Engineering *( DCSE ), conducted by the Computer Science and Engineers Association ( CSEA ), *Co

[Chennaipy] January Meetup (RSVP Required)

2019-01-21 Thread Vijay Kumar
# January Meetup ## Date & Time * 26th January (Saturday) * 3:00pm to 6:00pm ## Venue Zilogic Systems (Block-II), Plot No. 4, Judges Avenue, LB Road, Thiruvanmiyur, Chennai - 600 041. Map: http://www.zilogic.com/static/images/reaching.png Map: https://goo.gl/maps/BUFHQu3PBa52 ## Sched

Re: [Chennaipy] Talks for the Next Meetup

2019-01-17 Thread Vijay Kumar
Hi Everyone, Hope people are back after Pongal holidays. Just wanted remind people about the talks. If you would like to do a talk, please send in your talk proposal. Regards, Vijay On Friday 11 January 2019 10:48 AM, Vijay Kumar wrote: Hi Everyone, The next meetup is on the 26th of this

Re: [Chennaipy] Talks for the Next Meetup

2019-01-17 Thread Vijay Kumar
is it still in a process? Looking forward :) On Thu, Jan 17, 2019, 6:36 PM Vijay Kumar <mailto:vijayku...@zilogic.com> wrote: Hi Ashwin, Thanks for the talk proposal. The talk proposal has been added. Sorry for the delayed response. Regards, Vijay On Saturday 12 J

Re: [Chennaipy] Talks for the Next Meetup

2019-01-17 Thread Vijay Kumar
one's life better.* * * *Would you like to listen to how we spent over 5000 hours on creating impact? Do you think it might be the trigger point to be a change?* * * I'm looking forward for a positive response. Thanks :) On Fri, Jan 11, 2019, 10:55 AM Vijay Kumar <mailto:vijayk

[Chennaipy] Talks for the Next Meetup

2019-01-10 Thread Vijay Kumar
Hi Everyone, The next meetup is on the 26th of this month. If you would like to give a talk (20 min), please send in a talk title and talk description. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/list

Re: [Chennaipy] Meeting minutes for Chennaipy Nov 2018 meetup.

2018-12-22 Thread Vijay Kumar
> Hi all, >This was slowly stewing in my notepad for a long, long time, but it > has finally seen the light of day (just in time for the next meetup :) ). > The minutes has helped me to better recollect what I had observed during > the meetup. Hopefully it helps jog your memory too. It wa

[Chennaipy] December Meetup (RSVP Required)

2018-12-20 Thread Vijay Kumar
# December Meetup ## Date & Time * 22nd December (Saturday) * 3:00pm to 6:00pm ## Venue No. 15, Gopalakrishnan Street, Secretariat Colony, Adambakkam. Chennai - 88 Map: https://goo.gl/maps/e85iR9uPzut ## Schedule * Welcome * Understanding DBus using Python by Rengaraj * Introduc

[Chennaipy] Add Email IDs to Mailing List (was Re: November Meetup ...)

2018-12-10 Thread Vijay Kumar
On Monday 10 December 2018 01:39 PM, Saravanan Muthu wrote: hi vijay , could you please add the below mailid into python email group,thanks ajithkumar m - ajithkumar1823.nm @gmail.comga Kanagaraj D - rajuk101...@gmail.com Hi Saravanan Muthu, people can subs

Re: [Chennaipy] Talks for the Next Meet

2018-12-05 Thread Vijay Kumar
On Tuesday 04 December 2018 12:19 PM, Rengaraj D wrote: Hi Vijay I like to give a talk. Below is the talk info * * *Title: * Understanding DBus using Python *Description:* DBus is an IPC mechanism used by many application in Linux. DBus is a message bus for one application to talk with anothe

[Chennaipy] Talks for the Next Meet

2018-12-03 Thread Vijay Kumar
Hi Everyone, The next meetup is on the 22nd of this month. If you are interested in doing a talk (20 min), please send in your talk title and talk description. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/ma

[Chennaipy] November Meetup (RSVP Required)

2018-11-22 Thread Vijay Kumar
Welcome * Introduction to PyGTK, by Ashokkumar * Building a Spreadsheet from Scratch by Vijay Kumar * Networking Tea * Open Talk Slot * Lightning Talks * Discussions Only the talk titles are included here, for the sake of brevity. For details about the talks and the speakers, please visi

Re: [Chennaipy] Talks for the Next Meet

2018-11-19 Thread Vijay Kumar
Hi Everyone, Just wanted to remind you about this. If you are interested in doing a talk, please send in your talk title and talk description. Regards, Vijay On Tuesday 13 November 2018 09:18 PM, Vijay Kumar wrote: Hi Everyone, The next meetup is on the 24th of this month. If you are

[Chennaipy] Talks for the Next Meet

2018-11-13 Thread Vijay Kumar
Hi Everyone, The next meetup is on the 24th of this month. If you are interested in doing a talk (20 min slot), please send in your talk title and talk description. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.

Re: [Chennaipy] MOM - October 2018 Chennaipy Meetup

2018-10-28 Thread Vijay Kumar
On Sunday 28 October 2018 05:36 PM, Kamesh Jayachandran wrote: Hi All, Please find the minutes of the meetup @BOT VFx on 27th October 2018. Thanks Kamesh, for the minutes. That was really quick! And good to know that you liked the demo. Regards, Vijay __

[Chennaipy] October Meetup (RSVP Required)

2018-10-24 Thread Vijay Kumar
pi=1&query=13.049047%2C80.250120 ## Schedule * Introduction * Robot Framework by Example, by Vijay Kumar * Scientific Computing using Python by Ashok Govindarajan * Networking Tea * Open Talk Slot * Lightning Talks * Discussions Only the talk titles are included here, for the

Re: [Chennaipy] Talks for the Next Meetup

2018-10-24 Thread Vijay Kumar
to Testing * Robot Framework o Keywords o Libraries o Variables o Test Suite and Test Cases o Report and Log Files o Settings o Custom Keywords Regards, Vijay On Tuesday 23 October 2018 10:41 AM, Vijay Kumar wrote: Hi Everyone, Just wanted to remind people about th

Re: [Chennaipy] Talks for the Next Meetup

2018-10-22 Thread Vijay Kumar
Hi Everyone, Just wanted to remind people about this. If you are interested in doing a talk, please reply with your talk title and talk description. Regards, Vijay On Monday 15 October 2018 07:35 AM, Vijay Kumar wrote: Hi Everyone, The next meetup is scheduled for 27th October. If you would

[Chennaipy] PySangamam Videos

2018-10-21 Thread Vijay Kumar
Hi Everyone, The videos of all the talks at PySangamam 2018, has been made available at https://www.youtube.com/channel/UCKX7sNDHMmcnSgmOPb4cJHg Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/ch

Re: [Chennaipy] MOM - September 2018 Chennaipy Meetup

2018-10-14 Thread Vijay Kumar
Hi Bharathwaaj, Thanks for the minutes. The description of my talk, in the minutes, is a little terse, and might not accurately reflect what I said. A more accurate description can be obtained from my slides available at https://www.dropbox.com/s/uwzvgvfrs7o0nhf/slides.html?dl=1 Regards, Vija

[Chennaipy] Talks for the Next Meetup

2018-10-14 Thread Vijay Kumar
Hi Everyone, The next meetup is scheduled for 27th October. If you would like to do a talk (20 min slot), please reply with your talk title and talk description. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/ma

Re: [Chennaipy] IMPORTANT- Expanding the Student group inChennaiPycommunity

2018-10-11 Thread Vijay Kumar
On Thursday 11 October 2018 11:30 AM, 310816 ktr.it.17 wrote: Hi, I would like to take a step forward and create a Facebook group(closed) for the ChennaiPy community because us,students of the younger generation,use Facebook as social media much more than e-mails. So it'll help us as a

Re: [Chennaipy] September Meetup (RSVP Required)

2018-09-20 Thread Vijay Kumar
On Thursday 20 September 2018 10:34 AM, Vijay Kumar wrote: # September Meetup ## Date & Time * 22nd September (Saturday) * 3:00pm to 6:00pm Just wanted to remind everybody about this. If you would like to attend, please RSVP at https://www.meetup.com/Chennaipy/events/25464

Re: [Chennaipy] Talks for the Next Meet

2018-09-20 Thread Vijay Kumar
On Thursday 13 September 2018 11:21 AM, Vijay Kumar wrote: Hi Everyone, The next meetup is on 22nd of this month. If you are interested in doing a talk (20 min), please send in your talk title and talk description. I will be doing a talk titled "PySangamam: Behind the Scenes".

Re: [Chennaipy] Talks for the Next Meet

2018-09-19 Thread Vijay Kumar
On Wednesday 19 September 2018 10:44 AM, Gavaskar Rathnam wrote: Hi Vijay, This is Gavaskar Rathnam, I am a new group member. Could you pls. share meet-up location. Hi Gavaskar, the meetup is at IMSc. The exact location and details of the event is available at https://www.meetup.com/Chennai

[Chennaipy] September Meetup (RSVP Required)

2018-09-19 Thread Vijay Kumar
ajan * The last mile problem in ML by Krishna Sangeeth * Networking Tea * PySangamam: Behind the Scenes by Vijay Kumar * Lightning Talks * Discussions Only the talk titles are included here, for the sake of brevity. For details about the talks and the speakers, please visit h

Re: [Chennaipy] Talks for the Next Meet

2018-09-16 Thread Vijay Kumar
On Friday 14 September 2018 06:02 PM, Krishna Sangeeth KS wrote: Hi Vijay, I would like to speak about "the last mile problem in ML" which involves taking an ML model to production. The talk would contain opinionated ideas of what I believe are some of the good practices in taking an ML mo

Re: [Chennaipy] Talks for the Next Meet

2018-09-16 Thread Vijay Kumar
On Friday 14 September 2018 10:25 AM, Ashok Govindarajan wrote: Hello All, I would like to give a talk on "Data compression technique using Python". I will be analyzing a Python program, where the nuts and bolts of the Huffman encoding/decoding would be presented. Hi Ashok, Thanks! Your ta

[Chennaipy] Talks for the Next Meet

2018-09-12 Thread Vijay Kumar
Hi Everyone, The next meetup is on 22nd of this month. If you are interested in doing a talk (20 min), please send in your talk title and talk description. Regards, Vijay ___ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailma

Re: [Chennaipy] August Meetup (RSVP Required)

2018-08-23 Thread Vijay Kumar
Hi Everyone, Please RSVP on the meetup page https://www.meetup.com/Chennaipy/events/253860647/ Also there is a free talk slot, if you would like do a talk slot, do let us know. Regards, Vijay On Wednesday 22 August 2018 12:38 PM, Vijay Kumar wrote: # August Meetup ## Date &

[Chennaipy] August Meetup (RSVP Required)

2018-08-22 Thread Vijay Kumar
# August Meetup ## Date & Time * 25th August (Saturday) * 3:00pm to 6:00pm ## Venue Alladi Ramakrishnan Hall, IMSc, CIT Campus, Tharamani, Chennai Map: https://goo.gl/maps/rYX8ECnXByy ## Schedule * Introduction * Moving towards GraphQL - a powerful way to query your database by Kar

  1   2   3   4   5   >