Python 3 with MongoDB – Part Two

In the first part of this tutorial we installed pymongo , connected to the database, created a collection, inserted a few documents and then retrieved the documents back out of MongoDB. In this tutorial we’ll go through updating a document and deleting a document. Different ways to create and update Save Save will perform an…

Read More

Lockmaster

Description: A simple program that will, by default, lock Windows in 3 seconds. This time delay can be changed by editing the .config file or by passing in a new value (in milliseconds) as the first argument. The count down can be aborted by pressing space. By passing in ‘restart’ or ‘shutdown’ as the second…

Read More

Python 3 with MongoDB

A quick tutorial to demonstrate Python 3 with MongoDB  Installing Python 3 and PyMongo Download and install the latest version of Python 3 (version 3.3 at time of writing) from http://www.python.org/download/releases/ Make sure to select ‘Add python.exe to path’ Next we need to download the installer for Distribute for Python from http://python-distribute.org/distribute_setup.py . Now open…

Read More

A Pale Blue Dot

Ludum Dare 23 Entry Theme: Tiny Worlds A simple top down space shooter. 5 enemy planets are sending ships to attack earth and your goal is to stop them. [download id=”2″] Controls and Mechanics Recharge your fuel by flying over the sun, but be careful as it also damages your shield or health. The shield…

Read More