[BangPypers] Implement facebook like notification.

2016-10-04 Thread Tushar Patil
Hello All, I want to implement facebook like notification using Python & Django. I found following library. https://github.com/django-notifications/django-notifications Can any one tell me is it good idea to use django-notification to implement facebook like notification. We already use

Re: [BangPypers] lists and tuples

2016-10-04 Thread Noufal Ibrahim
On , Siva Ranganath wrote: Hi All, please let me know few cases when we will go with Lists and tuples in pyhton. Lists are like vectors (since you're from a C++ background). They can expand/contract depending on data and are also heterogeneous meaning that all the elements needn't be of the

[BangPypers] lists and tuples

2016-10-04 Thread Siva Ranganath
Hi All, please let me know few cases when we will go with Lists and tuples in pyhton. Thanks siva +91-9986756129 ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] lists and tuples

2016-10-04 Thread Prashant Sethi
Read this StackOverFlow answer: http://stackoverflow.com/a/626871 Also read the links referenced in it. You really should read through the documentation and look for answers on StackOverflow. You will easily find a lot of information there. Thanks and regards, Prashant Sethi On Tue, Oct 4,

Re: [BangPypers] [X-post] [PythonExpress] Help in creating awareness

2016-10-04 Thread Siva Ranganath
Hello group, i am new to python,please help me to understand what is PythonDecorators ?, i am looking forward from you. On Sun, Oct 2, 2016 at 5:07 PM, vijay kumar wrote:

[BangPypers] Regarding PythonDecorators

2016-10-04 Thread Siva Ranganath
Hello group, I am siva with C++ experience, as i am trying to understand the concept PythonDecorators . which bit conf usable to understand.please help me to understand the Decorators. I am