Tag: python
Network Monitoring and Programming Using Python
Python scripts and APIs can be tailor made into effective network monitoring and forensics tools. Their versatility makes them ideal in assorted applications including...
PPP3: Working with Databases
Databases can be efficiently manipulated by using Python. This article gives another way to solve a problem introduced in an earlier article by using...
Interfacing CouchDB with Python
Apache CouchDB is a database that is focused on ease of use. It can be interfaced with the versatile Python programming language, as shown...
Practical Python Programming Writing a Config File Checker
This is the first part of a new column on practical Python programming. In this article, the author explains how the config file of...
Write Your Own conio.h for GNU/Linux
Here's a close look at the technique and code for console handling in Standard (i.e., ISO/ANSI) C/C++. In the latter part of the article...
Try Your Hand at the Dropbox API for Android
For cloud and Android developers, Dropbox is a very handy service. It offers cloud storage and a nifty tool to sync data. One of...
Introducing Celery for Python+Django
For background task processing and deferred execution in Python with Django, Webdevelopers and system admins can try out Celery.
Asynchronous mass email delivery, clickstreams like...
Use XMPP to Create Your Own Google Talk Client
Instant communication is the essence of social networking and the Internet. The popular Google Talk, which uses XMPP (Extensible Messaging and Presence Protocol), made...
Functional Programming and Python
This article introduces a few concepts of functional programming, and the constructs in Python that are useful for it. It is aimed at those...
Exploring Software: Scientific Python and Image Processing
Discover what a beautiful language Python is for image processing.
A substantial part of the human brain is dedicated to vision and the processing of...