From surenteach at gmail.com Sun May 10 02:58:04 2020 From: surenteach at gmail.com (ICT SUREN) Date: Sun, 10 May 2020 12:28:04 +0530 Subject: [Chennaipy] doupt in python Message-ID: sir one doubt in python. how to enter input value in bold letters. suren -------------- next part -------------- An HTML attachment was scrubbed... URL: From surenteach at gmail.com Sun May 10 03:08:56 2020 From: surenteach at gmail.com (ICT SUREN) Date: Sun, 10 May 2020 12:38:56 +0530 Subject: [Chennaipy] doubt in python Message-ID: sir one doubt in python. how to enter input value in bold text.. suren -------------- next part -------------- An HTML attachment was scrubbed... URL: From tshrinivasan at gmail.com Sun May 10 03:15:48 2020 From: tshrinivasan at gmail.com (Shrinivasan T) Date: Sun, 10 May 2020 12:45:48 +0530 Subject: [Chennaipy] doubt in python In-Reply-To: References: Message-ID: > > > You can't enter bold letters as input. -------------- next part -------------- An HTML attachment was scrubbed... URL: From vijaykumar at zilogic.com Sun May 10 03:51:02 2020 From: vijaykumar at zilogic.com (Vijay Kumar) Date: Sun, 10 May 2020 07:51:02 -0000 Subject: [Chennaipy] doubt in python References: Message-ID: 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From menonakshay07 at gmail.com Tue May 12 07:37:27 2020 From: menonakshay07 at gmail.com (Akshay Menon) Date: Tue, 12 May 2020 17:07:27 +0530 Subject: [Chennaipy] PyCloud: Mini Conference on 30th May Message-ID: Hi Developers, Hope all of you have been doing good! I'm Akshay from Bangalore Python Developers Meetup and we have something for all of you! Super excited to announce our upcoming *Python* & Cloud themed mini-conference - "PyCloud ". Catch us LIVE on the 30th of May from 11:00 AM to 4:00 PM for exciting sessions on *Python!* What do we have for you? 1. Session on Kubernetes & Cloud Native Apps (using Python) 2. ?Building Search Experience for a Python Web Application? by Aravind Putrevu, Elastic 3. ?Build and Run stock analysis on Azure Functions using Python? by Ritesh Modi, Regional Director at Microsoft 4. ?Azure Machine learning Python SDK to train a PyTorch model at scale? by Henk Boelman, Microsoft To register and for more details/updates on the conference here, click here: https://bit.ly/py-cloud BTW, did we mention there is a Game Time with exciting prizes to be won? Yes, you heard that right! Take a break, join us for some fun-filled sessions with *Python* on the 30th of May. Best Regards, Akshay Menon, Bangalore Python Developers Meetup -------------- next part -------------- An HTML attachment was scrubbed... URL: From aditya94palaparthy at gmail.com Tue May 19 04:36:30 2020 From: aditya94palaparthy at gmail.com (aditya palaparthy) Date: Tue, 19 May 2020 14:06:30 +0530 Subject: [Chennaipy] Usage of online learning system Message-ID: Hello, I hope you and your loved ones are safe and doing well. Due to the COVID-19 outbreak, a lot of teachers/professors are finding ways to reach out to their students using online learning methodologies. Our team at FOSSEE (*Free/Libre and Open Source Software for Education*), IIT Bombay has created Yaksh , a Free & Open Source, Learning Management System with automated grading evaluation for administering exams and programming challenges. Yaksh allows teachers to create and administer multimedia-rich courses, manage students, assignments, exams, and grading all in one place. It is web-based and hosted online which means that users can access courses from anywhere. It has been successfully used by a number of Professors at IIT, Bombay to administer their own courses to a couple of hundred students every year. It is also used internally by our team to conduct remote training programs, workshops and exams as well as to set up standalone programming challenges for hackathons and recruitment processes Yaksh has been built with Python and Django on the backend and HTML, CSS (Bootstrap), and JQuery on the frontend. The platform is completely free and the code is Open Sourced on Github . You can try out the project at https://yaksh-demo.fossee.in/exam/login/. In case of any queries (deployment, support, technical) please contact us at pythonsupport at fossee.in For more information on FOSSEE and it's various initiatives, please visit https://fossee.in -- Regards Aditya P -------------- next part -------------- An HTML attachment was scrubbed... URL: From zerothabhishek at gmail.com Tue May 19 08:19:15 2020 From: zerothabhishek at gmail.com (Abhishek Yadav) Date: Tue, 19 May 2020 17:49:15 +0530 Subject: [Chennaipy] Usage of online learning system In-Reply-To: References: Message-ID: Good work Aditya, and thanks for telling us all. On Tue, May 19, 2020 at 2:07 PM aditya palaparthy < aditya94palaparthy at gmail.com> wrote: > Hello, > > I hope you and your loved ones are safe and doing well. > > Due to the COVID-19 outbreak, a lot of teachers/professors are finding > ways to reach out to their students using online learning methodologies. > Our team at FOSSEE (*Free/Libre and Open Source > Software for Education*), IIT Bombay has created Yaksh > , a Free & Open Source, Learning > Management System with automated grading evaluation for administering exams > and programming challenges. > > Yaksh allows teachers to create and administer multimedia-rich courses, > manage students, assignments, exams, and grading all in one place. It is > web-based and hosted online which means that users can access courses from > anywhere. > > It has been successfully used by a number of Professors at IIT, Bombay to > administer their own courses to a couple of hundred students every year. It > is also used internally by our team to conduct remote training programs, > workshops and exams as well as to set up standalone programming challenges > for hackathons and recruitment processes > > Yaksh has been built with Python and Django on the backend and HTML, CSS > (Bootstrap), and JQuery on the frontend. The platform is completely free > and the code is Open Sourced on Github > . > > You can try out the project at https://yaksh-demo.fossee.in/exam/login/. > > In case of any queries (deployment, support, technical) please contact us > at pythonsupport at fossee.in > > For more information on FOSSEE and it's various initiatives, please visit > https://fossee.in > > -- > Regards > Aditya P > _______________________________________________ > Chennaipy mailing list > Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy > -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepika at analyticsvidhya.com Thu May 21 01:37:19 2020 From: deepika at analyticsvidhya.com (Deepika Singhal) Date: Thu, 21 May 2020 11:07:19 +0530 Subject: [Chennaipy] [ChennaiPy] [Live Webinar, Today] Business Analytics Isn't Just About Model Building by Eric Weber Message-ID: Hi there, "Models don?t solve business problems, people do" Analytics Vidhya invites all Data Professionals & Enthusiasts, Business Analytics Professionals, Data Analysts, aspiring Data Scientists & students to join us for a LIVE WEBINAR on "Business Analytics Isn't Just About Model Building ". Speaker: Eric Weber (Senior Director and Head of Data Science & Strategic Development at ListReports) In this webinar, Eric will focus on how to maximize your impact by focusing less on the models you build and by focusing more on translating those models to definitive business actions. Save Your Spot Here: https://bit.ly/3g52Ujr | Free registration Date: 21 May 2020 (Today), Time: 19:30 hrs (IST), Duration: 1 hour KEY TAKEAWAYS FOR THE AUDIENCE 1. While the science is fascinating, your promotion and progress in the analytics business world requires impact 2. It is not the models you build but the business actions they translate to that create your impact as a data professional 3. Business actions are not something you can create and focus on alone. They require collaboration and understanding of the business Thanks Team Analytics Vidhya -- This message contains confidential information and is intended only for the individual named. If you are not the name addressee you should not disseminate, distribute or copy this e-mail. You cannot use or forward any attachments in the email. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. Analytics Vidhya Educon Private Limited, DLF Phase 2, Gurgaon, India,?www.analyticsvidhya.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From sakthirengaraj at gmail.com Fri May 22 09:13:03 2020 From: sakthirengaraj at gmail.com (Rengaraj D) Date: Fri, 22 May 2020 18:43:03 +0530 Subject: [Chennaipy] May month meetup is announced Message-ID: Hi Everyone May month Chennaipy meetup is scheduled. If you would like to give a talk kindly reply to this thread or comment in the comment section of event page[1] with talk title and description. [1]. https://www.meetup.com/Chennaipy/events/270151833/ Regards Rengaraj -------------- next part -------------- An HTML attachment was scrubbed... URL: From saravana4285 at gmail.com Fri May 22 10:26:28 2020 From: saravana4285 at gmail.com (Saravanan Muthu) Date: Fri, 22 May 2020 19:56:28 +0530 Subject: [Chennaipy] May month meetup is announced In-Reply-To: References: Message-ID: Hi renga , please check the link ,it takes to april link On Fri, 22 May 2020, 18:43 Rengaraj D, wrote: > Hi Everyone > > May month Chennaipy meetup is scheduled. If you would like to give a talk > kindly reply to this thread or comment in the comment section of event > page[1] with talk title and description. > > [1]. https://www.meetup.com/Chennaipy/events/270151833/ > > > Regards > Rengaraj > _______________________________________________ > Chennaipy mailing list > Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sureshdsk91 at gmail.com Fri May 22 11:06:42 2020 From: sureshdsk91 at gmail.com (Suresh Kumar) Date: Fri, 22 May 2020 20:36:42 +0530 Subject: [Chennaipy] May month meetup is announced In-Reply-To: References: Message-ID: Correct link for May meetup https://www.meetup.com/Chennaipy/events/270808779/ On Fri, May 22, 2020 at 7:56 PM Saravanan Muthu wrote: > Hi renga , please check the link ,it takes to april link > > On Fri, 22 May 2020, 18:43 Rengaraj D, wrote: > >> Hi Everyone >> >> May month Chennaipy meetup is scheduled. If you would like to give a talk >> kindly reply to this thread or comment in the comment section of event >> page[1] with talk title and description. >> >> [1]. https://www.meetup.com/Chennaipy/events/270151833/ >> >> >> Regards >> Rengaraj >> _______________________________________________ >> Chennaipy mailing list >> Chennaipy at python.org >> https://mail.python.org/mailman/listinfo/chennaipy >> > _______________________________________________ > Chennaipy mailing list > Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy > -- Regards , Suresh Kumar . D -------------- next part -------------- An HTML attachment was scrubbed... URL: From sakthirengaraj at gmail.com Fri May 22 11:35:42 2020 From: sakthirengaraj at gmail.com (Rengaraj D) Date: Fri, 22 May 2020 21:05:42 +0530 Subject: [Chennaipy] May month meetup is announced In-Reply-To: References: Message-ID: Hope most of you are new comer here in mailing list. Next time when you reply in mailing list please dont top post. Send you reply in the bottom of previous mail. Why we should not do top post please read here. https://www.mediawiki.org/wiki/Mailing_list_etiquette On Fri, 22 May 2020 at 20:37, Suresh Kumar wrote: > Correct link for May meetup > https://www.meetup.com/Chennaipy/events/270808779/ > Thanks for the correct link. On Fri, May 22, 2020 at 7:56 PM Saravanan Muthu > wrote: > >> Hi renga , please check the link ,it takes to april link >> >> That was a mistake I apologize. Regards Rengaraj -------------- next part -------------- An HTML attachment was scrubbed... URL: From maulloohans at gmail.com Tue May 26 11:26:43 2020 From: maulloohans at gmail.com (Hans Maulloo) Date: Tue, 26 May 2020 19:26:43 +0400 Subject: [Chennaipy] Flaskcon event - CFP Open Message-ID: Greetings, I am a member of the Python Mauritius User Group(PyMug) and one of the organisers of the community-run Flaskcon event (https://flaskcon.com) We'd like to extend the invitation to The Chennai Python user group. Call for papers is open! We'd be grateful if you can pass the message on your media accounts(mailing lists, twitter, etc). We opted for a free conference but on the other hand we rely on the community to get the word out. Anything, just let us know! Kind regards, Python Mauritius User Group -------------- next part -------------- An HTML attachment was scrubbed... URL: From sakthirengaraj at gmail.com Thu May 28 12:55:49 2020 From: sakthirengaraj at gmail.com (Rengaraj D) Date: Thu, 28 May 2020 22:25:49 +0530 Subject: [Chennaipy] May Meetup RSVP Required Message-ID: Hi Everyone Welcome to May edition of Chennaipy meetup # Schedule ## Talks * Experiment in Building dice with custom face value - By Rengaraj D - 20 mins * Memory Management - By Thangaselvi - 10 mins * Designing a calculator - By Muralidharan - 20 mins ## Venue * Online * Please do Meetup RSVP to get the streaming link https://www.meetup.com/Chennaipy/events/270808779/ ## Date & Time - 30/05/2020 at 3:00 PM to 4:30 PM ## New to Python ? * Learn Python in 30 minutes https://learnxinyminutes.com/docs/python/ * How to think like a computer Scientist ? http://openbookproject.net/thinkcs/python/english3e/ Regards Rengaraj -------------- next part -------------- An HTML attachment was scrubbed... URL: