Re: [BangPypers] what is python frameworks

2014-06-03 Thread Senthil Kumaran
Hi Sharanu, I will try to answer this as it is an interesting topic. The “python scripts” that you write initially are mostly, single purpose command line ones. For e.g. in order to add two numbers you can write your script (heck!, let’s call it as an worldchangingapp.py) like this. #worldchan

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

[BangPypers] what is python frameworks

2014-06-01 Thread Sharanu Patil
Hi , I have been working in python in scripting for quiet some time , since i am changing the job, in many interview they are asking below quesion " have you worked on the python framework ," " what is structure of it ", "how do you develop a framework from the scratch " It is pleasure to