Showing posts with label python. Show all posts
Showing posts with label python. Show all posts
Tuesday, 14 July 2009
Writing Python with PSPad
PSPad is a great editor for programmers. Instead of using a dedicated Python IDE, PSPad can be tweaked to compile and run scripts directly. Here's how...
Wednesday, 8 July 2009
Updating twitter from python
Just looking into posting twitter updates from python. I've found three methods so far: -
- Python Twitter Tools
- python-twitter
- Command-line via Curl (can possible do with urllib)
Subscribe to:
Posts (Atom)
-
VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 10.10:- piix4_smbus 0000.00.07.0: SMBus base address uninitializ...
-
PSPad is a great editor for programmers. Instead of using a dedicated Python IDE, PSPad can be tweaked to compile and run scripts directl...
-
This is what I have found to be the quickest way to wipe a hard drive under Linux (you can use an Ubuntu Live CD to do this). sudo shred -...