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

Advertisement

How to send messages using Python

In this tutorial, we will learn to send message using Python. We can use this approach in building new Python applications. Tools we will be needing : Python - Version 2 or 3. Virtual Environment  - To create isolated Python environments Twilio Trial Account. Twilio Python helper library. Twilio API : We will be using Twilio … Continue reading How to send messages using Python

Deploy Django Project Using NGINX and Gunicorn

Meet Django 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 guide, we … Continue reading Deploy Django Project Using NGINX and Gunicorn

How to create Auto Destroying Messages in Django ?

Auto Destroying Message Auto Destroy Message after Reading Auto Destroy functionality comes handy when you want to share critical data with someone like user credentials. AIM Create Mission Impossible like auto deletion message. Maintain high level of encryption. No loop holes so handle DB attack also. Features Creates Encrypted Messages. Unique hashed URL is provided … Continue reading How to create Auto Destroying Messages in Django ?

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

Why Django ?

I had been asked many time by my friends and colleagues that why i prefer Django over other frameworks. According to me, The framework which is used for project development should be judged on multiple parameters. On what programming language it is based ? Is there proper documentation available ? Is there good community support ? … Continue reading Why Django ?