Showing posts with label Python. Show all posts
Showing posts with label Python. Show all posts

07 March 2014

Starting with Django in Ubuntu - Installation

23 comments

Installing django in UbuntuHi Guys, Today we are going to setup our Ubuntu system for Django Development, as you all know that Django is a free and open source web application framework, written in Python, which follows the model–view–controller architectural pattern. Django's installation is somewhat tricky for beginners as it required many things to take care of. Don't worry, In this post I will cover each and every thing that required for Django installation and I will guide you, how to set up your first project in Django . So lets get started.


How to Install Django in Ubuntu


Step 1. Install pip : pip is a package management system used to install and manage software packages written in Python. It is prefered over easyinstall in python. You can read more about pip from Here.

$ sudo apt-get install python-pip
Read More...

09 December 2012

Ninja-IDE: Great IDE for Python developers

2 comments

ninja-IDE
NINJA-IDE stands for "Ninja-IDE Is Not Just Another IDE" , is a cross-platform integrated development environment (IDE) for Linux/X11, Mac OS X and Windows desktop operating systems and allow developers to build Python applications and making the task of writing software easier and more enjoyable.

Features of Ninja-IDE

  • Powerful Code Editor
  • Amazing Code Locator
  • Errors and PEP8 Finder
  • Project Managment
  • Run Project and Files
  • Highly extensible
Read More...