From udr.ritesh at gmail.com Tue Jul 7 01:28:44 2020 From: udr.ritesh at gmail.com (Ritesh Agrawal) Date: Tue, 7 Jul 2020 10:58:44 +0530 Subject: [BangPypers] Call for Speakers for July Meetup - July 18, 2020 Message-ID: Hi all, The next Bangpypers meetup is scheduled for July 18, 2020. There is no specific theme for this event. So if you want to present a talk or showcase something in the domain you did using Python or some library you learnt, please fill the following form and we will get back to you. https://bit.ly/bangpypers_talk_submit You can submit talks in range of domains like Web, Data Science, IOT, infrastructure, security, etc. If you think that you would be short of time for preparation for the talk, I would still suggest to submit the proposal and we can include it in future meetups. For any clarification, feel free to mail me - RItesh (udr.ritesh at gmail.com ), Abhiram (abhi.darkness at gmail.com) or Anirudh (anirudhastark at gmail.com) Thanks Ritesh From lakshmi.intechcode at gmail.com Tue Jul 14 07:02:54 2020 From: lakshmi.intechcode at gmail.com (Lakshmi) Date: Tue, 14 Jul 2020 16:32:54 +0530 Subject: [BangPypers] Python source code encryption and packaging Message-ID: Hello All, Anyone please guide me on how to package and publish python programs as executable and encrypted source code ? Thanks, Lakshmi Lakshmi From krmanish260 at gmail.com Tue Jul 14 09:57:29 2020 From: krmanish260 at gmail.com (Manish Kumar) Date: Tue, 14 Jul 2020 19:27:29 +0530 Subject: [BangPypers] Python source code encryption and packaging In-Reply-To: References: Message-ID: Look at the pyinstaller, it's quite simple to use and share across multiple platforms. Thanks, Manish On Tue, 14 Jul 2020, 16:34 Lakshmi, wrote: > Hello All, > > Anyone please guide me on how to package and publish python programs as > executable and encrypted source code ? > > Thanks, > Lakshmi > > Lakshmi > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From lakshmi.intechcode at gmail.com Tue Jul 14 12:54:47 2020 From: lakshmi.intechcode at gmail.com (Lakshmi) Date: Tue, 14 Jul 2020 22:24:47 +0530 Subject: [BangPypers] Python source code encryption and packaging In-Reply-To: References: Message-ID: Thanks Manish. With our experience it doesn't obfuscate the code. That was the challenge we faced . Best, Lakshmi On Tue, 14 Jul 2020, 19:28 Manish Kumar, wrote: > Look at the pyinstaller, it's quite simple to use and share across multiple > platforms. > > Thanks, > Manish > > On Tue, 14 Jul 2020, 16:34 Lakshmi, wrote: > > > Hello All, > > > > Anyone please guide me on how to package and publish python programs as > > executable and encrypted source code ? > > > > Thanks, > > Lakshmi > > > > Lakshmi > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From kssudheesh001 at gmail.com Tue Jul 14 13:24:46 2020 From: kssudheesh001 at gmail.com (sudheesh ks) Date: Tue, 14 Jul 2020 22:54:46 +0530 Subject: [BangPypers] Help in integrating AWS Pinpoint with django project. Message-ID: Hi Guys Does anybody have experience in integrating AWS Pinpoint to Django/Flask applications. Documentations leads me from one page to another. I tried by including aws amplify library from a cdn first. It did not work. I had to stop with cors error and authentication issues. Now I am trying with api way to get things done in a limited way. Any help is highly appreciated. Is there anybody in the team who have experience in AWS Pinpoint/ AWS services. From senthilkumareceirtt at gmail.com Tue Jul 14 13:37:05 2020 From: senthilkumareceirtt at gmail.com (Senthilkumar Rajarathanam) Date: Tue, 14 Jul 2020 23:07:05 +0530 Subject: [BangPypers] Answer to: Python source code encryption and packaging In-Reply-To: References: Message-ID: Pyinstaller is a better choice. But it works for 64bit Python 3.5 only not for 3.6 and above. Refer more details in: 1. https://wiki.python.org/moin/deployment 2. https://wiki.python.org/moin/Asking%20for%20Help/How%20do%20you%20protect%20Python%20source%20code%3F sample deployed software package using Pyinstaller: https://www.youtube.com/watch?v=oMW3QGTBksE&t=446s Dr.R.Senthilkumar Assistant Professor ECE Department Institute of Road and Transport Technology On Tue, Jul 14, 2020 at 9:33 PM wrote: > Send BangPypers mailing list submissions to > bangpypers at python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/bangpypers > or, via email, send a message with subject or body 'help' to > bangpypers-request at python.org > > You can reach the person managing the list at > bangpypers-owner at python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of BangPypers digest..." > > > Today's Topics: > > 1. Python source code encryption and packaging (Lakshmi) > 2. Re: Python source code encryption and packaging (Manish Kumar) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 14 Jul 2020 16:32:54 +0530 > From: Lakshmi > To: Bangalore Python Users Group - India > Subject: [BangPypers] Python source code encryption and packaging > Message-ID: > fGefSKg at mail.gmail.com> > Content-Type: text/plain; charset="UTF-8" > > Hello All, > > Anyone please guide me on how to package and publish python programs as > executable and encrypted source code ? > > Thanks, > Lakshmi > > Lakshmi > > > ------------------------------ > > Message: 2 > Date: Tue, 14 Jul 2020 19:27:29 +0530 > From: Manish Kumar > To: Bangalore Python Users Group - India > Subject: Re: [BangPypers] Python source code encryption and packaging > Message-ID: > UstBuog at mail.gmail.com> > Content-Type: text/plain; charset="UTF-8" > > Look at the pyinstaller, it's quite simple to use and share across multiple > platforms. > > Thanks, > Manish > > On Tue, 14 Jul 2020, 16:34 Lakshmi, wrote: > > > Hello All, > > > > Anyone please guide me on how to package and publish python programs as > > executable and encrypted source code ? > > > > Thanks, > > Lakshmi > > > > Lakshmi > > _______________________________________________ > > BangPypers mailing list > > BangPypers at python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > > > ------------------------------ > > End of BangPypers Digest, Vol 155, Issue 3 > ****************************************** > From sakthirengaraj at gmail.com Tue Jul 14 13:37:39 2020 From: sakthirengaraj at gmail.com (Rengaraj D) Date: Tue, 14 Jul 2020 23:07:39 +0530 Subject: [BangPypers] Python source code encryption and packaging In-Reply-To: References: Message-ID: On Tue, 14 Jul 2020, 4:34 pm Lakshmi, wrote: > Hello All, > > Anyone please guide me on how to package and publish python programs as > executable and encrypted source code ? > Check this tool [1] Regards Rengaraj [1] . https://github.com/Nuitka/Nuitka#use-case-1-program-compilation-with-all-modules-embedded From lakshmi.intechcode at gmail.com Wed Jul 15 03:08:55 2020 From: lakshmi.intechcode at gmail.com (Lakshmi) Date: Wed, 15 Jul 2020 12:38:55 +0530 Subject: [BangPypers] Python source code encryption and packaging In-Reply-To: References: Message-ID: Thanks Rengaraj. Will give this a try. Best, Lakshmi On Tue, Jul 14, 2020 at 11:08 PM Rengaraj D wrote: > On Tue, 14 Jul 2020, 4:34 pm Lakshmi, > wrote: > > > Hello All, > > > > Anyone please guide me on how to package and publish python programs as > > executable and encrypted source code ? > > > > > Check this tool [1] > > > Regards > Rengaraj > > [1] . > > https://github.com/Nuitka/Nuitka#use-case-1-program-compilation-with-all-modules-embedded > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers > From anirudhastark at gmail.com Wed Jul 15 04:38:07 2020 From: anirudhastark at gmail.com (Kumar Anirudha) Date: Wed, 15 Jul 2020 14:08:07 +0530 Subject: [BangPypers] Help in integrating AWS Pinpoint with django project. In-Reply-To: References: Message-ID: Hi Sudheesh, On Tue, 14 Jul 2020 at 22:54, sudheesh ks wrote: > Hi Guys > Does anybody have experience in integrating AWS Pinpoint to Django/Flask > applications. > Documentations leads me from one page to another. > > I tried by including aws amplify library from a cdn first. It did not > work. I had to stop with cors error and authentication issues. > Now I am trying with api way to get things done in a limited way. > Any help is highly appreciated. Is there anybody in the team who have > experience in AWS Pinpoint/ AWS services. > Try integrating the boto3 library (https://pypi.org/project/boto3/). I recently integrated sms service using pinpoint on a flask project. Should be the same for django project as well. Generate keys from IAM roles and give access to pinpoint service from aws console before proceeding. > _______________________________________________ > BangPypers mailing list > BangPypers at python.org > https://mail.python.org/mailman/listinfo/bangpypers Cheers, Kumar Anirudha From udr.ritesh at gmail.com Thu Jul 16 03:17:18 2020 From: udr.ritesh at gmail.com (Ritesh Agrawal) Date: Thu, 16 Jul 2020 12:47:18 +0530 Subject: [BangPypers] Invitation for July Monthly Meetup - Saturday 18 July Message-ID: Hi all, This mail is to invite you to July Monthly Meetup. The event is scheduled on July 18, 2020. Agenda: 10:30 am - 10:35 am -> BangPypers Intro 10:35 am - 11:05 am -> Time Complexity of Algorithms with Python Examples - Hiral Amodia 11:05 am - 11:35 am -> Unit Testing in Python - Rohit Sanjay 11:35 am - 11:45 am -> Break 11:45 am - 12:00 am -> PyCon India Intro 12:00 am - 12:30 am -> Pythonic Interfaces: The secret to building maintainable, quality code! - Praveen 12:30 am - 01:00 am -> Code Quality - The practices and the tools by Abhiram 01:00 am - 01:30 am -> Open House This will be an online event. We will be sending the invite link in the follow-up email and also it will be updated on the meetup platform. RSVP can be done on the meetup platform. https://www.meetup.com/BangPypers/events/kswpqqybckbxb/ If you've any doubts, feel free to reach out to me(udr.ritesh at gmail.com), Anirudha ( anirudhastark at gmail.com) or Abhiram (abhi.darkness at gmail.com). Thanks Ritesh From abhi.darkness at gmail.com Fri Jul 17 12:47:57 2020 From: abhi.darkness at gmail.com (Abhiram R) Date: Fri, 17 Jul 2020 22:17:57 +0530 Subject: [BangPypers] [Bangpypers] Reminder mail for tomorrow's Bangpypers meetup (18-07-2020) Message-ID: Hello :) This is a reminder mail for tomorrow's Bangpypers online meetup at 10.30 AM. In case you've already RSVP-ed, use the meeting id and Passcode on the meetup page to login. In case you haven't, please RSVP and do the same! Meetup event link : https://www.meetup.com/BangPypers/events/kswpqqybckbxb/ Agenda for reference - 10:30 am - 10:35 am -> BangPypers Intro 10:35 am - 11:05 am -> Time Complexity of Algorithms with Python Examples - Hiral Amodia 11:05 am - 11:35 am -> Unit Testing in Python - Rohit Sanjay 11:35 am - 11:45 am -> Break 11:45 am - 12:00 noon -> PyCon India Intro 12:00 pm- 12:30 pm -> Pythonic Interfaces: The secret to building maintainable, quality code! - Praveen 12:30 pm - 01:00 pm -> Code Quality - The practices and the tools - Abhiram 01:00 pm - 01:30 pm -> Open House If you have any doubts, please contact me (Abhiram) at abhi.darkness at gmail.com, Anirudha at anistark at gmail.com or Ritesh at udr.ritesh at gmail.com See you tomorrow! Regards Abhiram R From siddhikar28 at gmail.com Sun Jul 26 09:02:04 2020 From: siddhikar28 at gmail.com (Siddhika Rakshe) Date: Sun, 26 Jul 2020 18:32:04 +0530 Subject: [BangPypers] PyCon India CFP Closes in 19 Days Message-ID: Hello Folks, Just a gentle reminder, CFP for Pycon India closes in 22 days. Technical talks are the most important event at PyCon India, the core of the conference essentially. Talks are selected through a CFP (Call For Proposals) process. So don't wait until the last week, submit[0] your proposal now. An early submission gives reviewer time to provide better insights and also helps you to reiterate. For more details about PyCon India, please visit:https://in.pycon.org/ [0]https://in.pycon.org/cfp/2020/proposals/ Regards, Siddhika Rakshe PyCon India Team From mahesh1729 at gmail.com Thu Jul 30 02:28:38 2020 From: mahesh1729 at gmail.com (Mahesh Menon) Date: Thu, 30 Jul 2020 11:58:38 +0530 Subject: [BangPypers] [JOBS] Looking for Immediate Joiners for a Start Up Message-ID: Hi All, We are setting up a start-up and we are looking for few developers who fit the below requirements. ? 4+ years of experience with Python/Django. ? Good knowledge of RESTful web development services. ? Implementation of more than one web application using Python and the Django framework. ? Experience working with RESTful API?s using XML and JSON. ? Experience working with MongoDB and any relational database. ? Experience with symmetrical/asymmetrical encryption protocols and best practices. ? Experience with Git version control and branching strategies ? Experience with Nginix web server ? Good knowledge of unit testing using PyUnit ? Start Date: as early as 17.08.2020, but this can be worked around for the ideal candidate Regards, Mahesh Menon