Re: [BangPypers] Enforcing keyword only arguments

2016-08-10 Thread Praveen Shirali
IMO, No. With Py2, the caller has the freedom to positionally pass values against the kwargs (and with py3 as well, if you remove the '*' after positional args). Hence, if your API is forcing the caller to pass some values only via kwargs, then that's a restriction that's non-obvious and deviates

[BangPypers] Enforcing keyword only arguments

2016-08-10 Thread Sudheer Satyanarayana
Hello BangPypers, Python 3 has this nifty feature of including the * in the argument list to indicate the end of positional arguments and the beginning of keyword-only arguments. For example: def my_func(a, b, *, kw1=None, kw2=None): pass In Python 2 you could achieve the same goal of enforc

Re: [BangPypers] [PythonExpress] :Python Workshop request for Location Ajmer

2016-08-10 Thread shantanu choudhary
On Wed, Aug 3, 2016 at 3:29 PM, vijay kumar wrote: > Hi , >Do we have any volunteer local or near by Ajmer, Rajasthan to conduct > workshop ? Hey, In case you are still looking for volunteers I can manage to go there. Can you tell me some details about the same? -- Regards Shantanu Choudha

Re: [BangPypers] Python2 workshop at Stanley College of Engineering and Technology, Hyderabad

2016-08-10 Thread vijay kumar
College have kept it on hold due to logistics reason. Once we get confirmation will reach out to you also for workshop. On Wed, Aug 10, 2016 at 7:21 PM, ram sagar wrote: > Hi , > > Myself Ram Sagar Mourya, i see that "Stanley College of Engineering > and Technology, Hyderabad" under workshop, bu

[BangPypers] Python2 workshop at Stanley College of Engineering and Technology, Hyderabad

2016-08-10 Thread ram sagar
Hi , Myself Ram Sagar Mourya, i see that "Stanley College of Engineering and Technology, Hyderabad" under workshop, but the status is showing "on hold". Puneeth Chaganti is presenter for this workshop , can i volunteer for this to help him. Please let me know the details. Thanks Ram Sagar Mour