Skip to main content

Posts

Showing posts with the label framework

Django Framework : My first looks

I had heard about Django framework 5 to 6 month ago, my friends used it to create various API's , beautiful website and other various stuff. At the time I was learning Laravel frameowrk and was improving my python skills. I learnt Laravel without the prior knowledge in PHP, I did manage to make a social media clone however the logic writing there was bit difficult. On top of that my interest recently grew in machine learning and data science. So couple of weeks ago I quit learning laravel, and decided that i wanted to master Django. One of the main reason I got interested in Django was this ability to create sub groups, which Django calls 'apps' , and it allowed various work to be distributed in various apps . For example if we create an E commerce website, we could create app to handle users and other apps to handle shops. This allows the code to be very distributed and easy to understand. There were other various benefits , one major one for me personally was that it was...