-
Simple HTTP Server with Python
Written by
on
Ever needed a quick web server to share something with a Windows user from you Linux box. Python has really easy to use embedded HTTP Server. Just try the following.shell>…
-
Slacking over the Holidays
Written by
on
So December was an interesting month for me, with a few changes in my personal career and the holidays. I take a week off. Which of course lead me spending…
-
Connecting PHP to An Oracle Instance on RedHat or CentOS 5
Written by
on
Here lately it seems that everyone wants to connect to Oracle, but I have to admit this was the first time someone asked me to get PHP to talk to…
-
Quick Start To Using MongoDB with Python on Linux
Written by
on
With it’s rapid growth in popularity MongoDB is quickly becoming one of the top NoSQL Databases out there and with Python being one of the top ten programming languages according…
-
Connecting Python to Oracle.
Written by
on
In the current world of heterogeneous networks it seems that you need to be able to connect to ever type of database system out there. In a recent project, I…
-
Why You Should Looking at Python.
Written by
on
Python is an interpreted, interactive, object-oriented programming language. Python includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python has also been one of the top…