Home Tags Python

Tag: python

Implementing software-defined network (SDN) based firewall

1
  Get the feel of software defined networking (SDN) —an approach to computer networking that allows admins to manage services by abstracting higher-level functionality. This...

Create an Exe File for your Python Application in Windows

2
You can build your own search tool for Windows, using Python and allied technologies, by going through this tutorial. This tool will search for...

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