Hi Everyone. I would like to introduce my Youtube channel named Code Box for better and good coding practice and learning. I have started uploading Videos to my channel. First Playlist is for getting started with python learning. I will me uploading 5 videos to the playlist and i am aiming to cover the following … Continue reading Harness the Power of Python
Tag: virtual environment
Python 2, Python 3 or both ?
Python programs are generally expected to run slower than Java programs, but they also take much less time to develop. Python programs are typically 3-5 times shorter than equivalent Java programs. It is often 5-10 times shorter than equivalent C++ code! Anecdotal evidence suggests that one Python programmer can finish in two months what two … Continue reading Python 2, Python 3 or both ?
Upgrade django version (1.3 to 1.6 for the current example) Part-1
Hey guys. Hope you doing well. This time i am going to write about upgrading django version. I have been working in a very complecated project which was built in django 1.3. We are in year 2015 n i was working on django 1.3, which was released about 3-4 years back. The framework was almost … Continue reading Upgrade django version (1.3 to 1.6 for the current example) Part-1
Python/Flask Part-1. (Python micro web-framework)
Flask is python based Micro-framework used for smaller application. I am considering that you are using an unix based system that comes with python pre-installed and virtual environment package installed in the system. Installation: Installing Flask is very simple. In the terminal type: pip install Flask==dev Activate the virtual environment and create the folder structure … Continue reading Python/Flask Part-1. (Python micro web-framework)