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

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 something l

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 Muhammad Zuhair Askari
Yes, What if I move towards building such framework like Flask, I even want to make more simpler and having less features (just basic features) framework, will that be useful for learning web in a bit deeper and is it worthy for a final Year Project for an under-graduate level student? Or there

Re: Building a framework

2018-12-29 Thread Jani Tiainen
Hi. Unfortunately your question is really too broad to answer but I'll give something to grasp on. It all depends on features you want to build, time it takes to build those features and time you do have available. You should split your planned tasks to about two week periods (longer periods are

Re: Building a framework

2018-12-29 Thread Muhammad Zuhair Askari
The very serious and important point this is which needs to be focused. Thanks alot Jani Tiainen :), I will try... On Saturday, December 29, 2018 at 4:23:19 PM UTC+5, Jani Tiainen wrote: > > Hi. > > Unfortunately your question is really too broad to answer but I'll give > something to