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
Category: Ubuntu
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
Create Pycharm Launcher in Ubuntu
Quick way to create Pycharm launcher. Start Pycharm using the ./pycharm.sh file located under bin folder. Once the Pycharm application loads, navigate to tools menu and select "Create Desktop Entry.." This type of window will open up. Check the box if you want the launcher for all users. If you Check the box i.e "Create … Continue reading Create Pycharm Launcher in Ubuntu
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