[BangPypers] what are latest trends?

2013-08-22 Thread Rohit Chormale
friends, can anybody tell me how python development takes place exactly in industry? i mean to know current trends...frontend, middleware, backend softwares... which type of projects are exactly developed and most popular technologies used along with python, django... Thanx in advance _

Re: [BangPypers] what are latest trends?

2013-08-23 Thread Rohit Chormale
i hope tat may work..but do u have any alternate option? On Fri, Aug 23, 2013 at 10:31 AM, Aditya Laghate wrote: > On Fri, Aug 23, 2013 at 10:24:59AM +0530, Sreekandh Balakrishnan wrote: > > On Friday, 23 August 2013 at 9:46 AM, Rohit Chormale wrote: > > > friends, > > &

Re: [BangPypers] what are latest trends?

2013-08-24 Thread Rohit Chormale
Thanks Noorul On Fri, Aug 23, 2013 at 10:11 AM, Noorul Islam Kamal Malmiyoda < noo...@noorul.com> wrote: > On Fri, Aug 23, 2013 at 9:46 AM, Rohit Chormale > wrote: > > friends, > > can anybody tell me how python development takes place exactly in > industry? > &

[BangPypers] Agile methodology

2013-08-27 Thread Rohit Chormale
Hi friends, Is anybody know a good resource about 'agile methodology'? Thnx ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Resolving dependancies

2013-12-23 Thread Rohit Chormale
you can create dictionary to save result of every run_check(). Before executing any run_check(), fetch values from this dictionary and put appropriate conditions. I hope this is what you want else would like to give more details? On Tue, Dec 24, 2013 at 11:07 AM, jitendra gupta wrote: > You can

Re: [BangPypers] python training help

2013-12-23 Thread Rohit Chormale
I think before taking coaching, first check some books, online resources for python, it might be very useful to you. On Mon, Dec 16, 2013 at 12:53 PM, kracekumar ramaraju < kracethekingma...@gmail.com> wrote: > Hi > > This month Bangpypers meetup has introduction to Python from 9:30 to 1:30 >

Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Rohit Chormale
If you compare twisted & tornado considering your requirements, twisted is the best choice. Also it has third party add on for tornado. Yes it works flawlessly with Django. If your system architecture is good enough, there is no issue of 10K users. I guess it will not give trouble with socket.io,

Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Rohit Chormale
You might love Cyclone. A easy Tornado API as Twisted protocol. On Mon, May 5, 2014 at 6:29 PM, Jeffrey Jose wrote: > I've played around with Twisted enough to not recommend it to someone > unless they know what they are doing. The learning curve is pretty steep, > and it's hard to wrap your he

Re: [BangPypers] Multiple return values from a function : Where to draw the line ?

2014-05-23 Thread Rohit Chormale
How is it if you use DataContainer class & set attributes of that class. Something like, class Data(object): def __init__(self, **kwargs): object.__setattr__(self, 'attribs', kwargs) def __getattr__(self, item): if item in self.attribs: return self.attribs[item]

Re: [BangPypers] Multiple return values from a function : Where to draw the line ?

2014-05-23 Thread Rohit Chormale
R u sure @ 'ease of access' or is it 'ease of writing'? On Fri, May 23, 2014 at 1:43 PM, kracekumar ramaraju < kracethekingma...@gmail.com> wrote: > Yes. Attributes are fixed. The advantage over dictionary is ease of access > like p.foo rather than p['foo'] or p.get('foo'). > > > On Fri, May 23,

Re: [BangPypers] introduction

2014-06-01 Thread Rohit Chormale
Hi Jerin, If you know a little bit @ programming also take a look, http://files.swaroopch.com/python/byte_of_python.pdf You will love it. On Sun, Jun 1, 2014 at 3:45 PM, Noufal Ibrahim KV wrote: > On Sun, Jun 01 2014, JERIN JACOB wrote: > > > Dear friends > > > > I am new to the user gr

Re: [BangPypers] what is python frameworks

2014-06-02 Thread Rohit Chormale
Django , web2py etc. are some example of python web frameworks. While Twisted, Medusa etc. are examples of python network frameworks. Many times organizations build their own frameworks using native & third party libraries to fulfil their specific requirements. This is useful to them when they

Re: [BangPypers] Restart when python script hangs

2014-06-02 Thread Rohit Chormale
You might need to find first where it hangs. You can do this using test cases. Also if you give some code snippet, we might able to help you. Have a good luck On Mon, Jun 2, 2014 at 3:14 PM, Rahul Gopan wrote: > Hello, > > When I run a python script it hangs at random places. Is there any way

Re: [BangPypers] how to override sys.stdin

2014-08-04 Thread Rohit Chormale
Hi Nitin, Do u mean redirecting Standard IO streams? On Mon, Aug 4, 2014 at 3:08 PM, Noufal Ibrahim KV wrote: > On Mon, Aug 04 2014, Nitin Kumar wrote: > > > thats a typo error. > > > > in simple term my question would be: How to override sys.stdin. > > [...] > > The StringIO module gives you

Re: [BangPypers] how to override sys.stdin

2014-08-04 Thread Rohit Chormale
It might work, sys.stdin = open(sys.stdin.fileno(), 'r', ) or Simply for replacing iostream, sys.stdin = open( ,'r') On Mon, Aug 4, 2014 at 3:48 PM, Rohit Chormale wrote: > > Hi Nitin, > > Do u mean redirecting Standard IO streams? > > > On Mon,

Re: [BangPypers] About the Nim Language

2014-12-31 Thread Rohit Chormale
Thanks for update On Wed, Dec 31, 2014 at 10:58 AM, Sriram Narayanan wrote: > Hi folks: > > I discovered the Nim programming language via HackerNews. > > Here are some discussion threads: > https://news.ycombinator.com/item?id=8814449 > http://forum.nim-lang.org/t/671 > > A quote that caught my

Re: [BangPypers] BangPypers completes 10 years

2015-09-14 Thread Rohit Chormale
Thanks for sharing your memories. I searched about logix & got some interesting links. https://github.com/tablatom/Logix And guy is Tom Locke. Is this right ? On Mon, Aug 17, 2015 at 10:47 PM, Anand Chitipothu wrote: > On Fri, Aug 14, 2015 at 9:09 AM, Anand B Pillai < > anandpil...@letterbox

[BangPypers] Teaching yourself machine learning

2018-08-08 Thread Rohit Chormale
guy start apart from your job? What did you hack in your early days ? Any good ideas/proper directions are welcome. Thanks in advance. -- Thanks & Regards, Rohit Chormale ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mai

Re: [BangPypers] Teaching yourself machine learning

2018-08-09 Thread Rohit Chormale
for beginners and they explained scenarios by > taking > > real life example too. > > > > On Thu, Aug 9, 2018 at 11:39 AM, Anand Chitipothu > > wrote: > > > > > On Thu, Aug 9, 2018 at 11:35 AM Noufal Ibrahim > > > > wrote: > > > &

Re: [BangPypers] Teaching yourself machine learning

2018-08-09 Thread Rohit Chormale
Thanks, I'll check them out. On Thu, Aug 9, 2018, 11:59 PM Noufal Ibrahim KV wrote: > On Thu, Aug 09 2018, Rohit Chormale wrote: > > > Thanks everyone for kind replies. > > [...] > > Much of ML is applied statistics. I recently refreshed some of my high &