Home Tags Python

Tag: python

Network Monitoring and Programming Using Python

1
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

0
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

0
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

0
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

4
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

1
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

2
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

13
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

1
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

0
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...