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.

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