Set up Django on Windows 8 with Python 3.4.1
This posts documents the steps I took to set up Django on my Windows 8 box using Python 3.4.1. It’s even easier with Pythan 3.4.1 than with Python 2.7 (see previous post), since pip comes with v3.4.1.
This posts documents the steps I took to set up Django on my Windows 8 box using Python 3.4.1. It’s even easier with Pythan 3.4.1 than with Python 2.7 (see previous post), since pip comes with v3.4.1.
We continue from the Set up Asterisk Server on Ubuntu VM in VirtualBox to test Linphone : Part 1, and will show how to configure Asterisk and Linphone as SIP client on two devices to call each other over WiFi.
When working with VOIP, it’s helpful to have Asterisk server on the development machine. Asterisk server is Digium’s software implementation of PBX (private branching exchange), which provides features like voice calls, video and voice conferencing, and messaging. This blog entry details how to set up and apply basic configuration to an Asterisk on an Ubuntu virtual machine.
I was able to set up the Django sample site on my Dreamhost site. Django is a high-level Python Web framework that facilitates rapid web application development. I was able to follow the Django tutorial and instruction from Dreamhost to add a Django site to my domain.
Java 8 (1.8.11 at the time of the writing) is the latest Java version. It was released in March this year and contain various major updates, including the long-waited lambda support. This blog described how to update to JDK 8 on Mac OS and also to check the lambda support with a simple app.
This blog entry shows how to update to python 3 and how to install python modules on Mac
I have been wanted to practice and relearn python and I recently, during my annual month-long summer break from work, had a chance to revisit python. I’d like to share the great free resource I’ve found online. The resources include CodeCademy, Aptana, and free Python3 book.
This posts documents the steps I took to set up Django on my Windows 8 box.
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Disqus, Instagram, Mozilla, Pinterest, and many more
Sharing folder between guest OS and the host OS is very easy in VMware. But in VirtualBox, I have to run the mount command ..