Featured

Five Simple Steps to Install Django in Ubuntu

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. In this blog post, i have … Continue reading Five Simple Steps to Install Django in Ubuntu

Top Django Interview Questions

  This time, i had compiled some Django Interview Questions.  This List might come handy to both Interviewer and Interviewee.  How do you create new project in Django ? How do you create new app in Django ? Explain MVT architecture of Django ? What are Middlewares ? How do you create custom Middleware ? What … Continue reading Top Django Interview Questions

Python Interview Questions

I had compiled some Python Interview Questions.  This List might come handy to both Interviewer and Interviewee.  What are Mutable and Immutable Data structures in Python ? What are tuples ? What is difference between tuple and list ? Where will you use tuple and where will you use list ? What is Dynamic Typing ? … Continue reading Python Interview Questions