Re: Building a framework

2018-12-29 Thread Muhammad Zuhair Askari
customize that. What about this >> idea Sir? @jani Tiainen >> >> On Friday, December 28, 2018 at 7:52:11 PM UTC+5, Jani Tiainen wrote: >>> >>> Hi, >>> >>> If you consider that Django has been in development over 10 years now >>>

Re: Building a framework

2018-12-29 Thread Jani Tiainen
> idea Sir? @jani Tiainen > > On Friday, December 28, 2018 at 7:52:11 PM UTC+5, Jani Tiainen wrote: >> >> Hi, >> >> If you consider that Django has been in development over 10 years now and >> been developed by several individuals. So building a framework like

Re: Building a framework

2018-12-28 Thread Muhammad Zuhair Askari
, Jani Tiainen wrote: > > Hi, > > If you consider that Django has been in development over 10 years now and > been developed by several individuals. So building a framework like Django > doesn't happen overnight. > > Flask is microframework, containing very minimal s

Re: Building a framework

2018-12-28 Thread Muhammad Zuhair Askari
On Friday, December 28, 2018 at 7:27:16 PM UTC+5, Muhammad Zuhair Askari wrote: > > Hi! I want to develop a framework like Django, Flask etc. using python as > a final year project of my graduation. This may be very useful for learning > purpose. Can anybody tell me how much time will it take

Re: Building a framework

2018-12-28 Thread Jani Tiainen
Hi, If you consider that Django has been in development over 10 years now and been developed by several individuals. So building a framework like Django doesn't happen overnight. Flask is microframework, containing very minimal set of tools and relying on external components. Building some

Re: Building a framework

2018-12-28 Thread Jason
That is highly ambitious and may not be all that attainable given you describe your exprience as a not well experienced python developer. You might find it a better learning exercise to create a plugin or package that can be used by Django or Flask. That would give you exposure to the interna

Building a framework

2018-12-28 Thread Muhammad Zuhair Askari
Hi! I want to develop a framework like Django, Flask etc. using python as a final year project of my graduation. This may be very useful for learning purpose. Can anybody tell me how much time will it take for a not well experienced python developer? And is it a good Final Year Project? -- Yo