Create and Use Python Environment

What is a Python Environment and Python Virtual Environment?

Python environment refers to the combination of software and settings that enable you to write, run, and manage Python programs. It includes the Python interpreter, libraries, modules, and other tools that are necessary for developing and executing Python code.

Read more

Scratch Math

This project shows how two vectors align to each other. User can move the red vector by using the arrow key (Right, Left, Up, and Down)

Free Python Learning Resources

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.

Read more

Set up Django on a Remote Host

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.

Read more

Set up Django on Windows 8 with Python 2.7

This posts documents the steps I took to set up Django on my Windows 8 box.

What is Django

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Who Uses Django

Disqus, Instagram, Mozilla, Pinterest, and many more

Read more