Network
In general, the term network can refer to any interconnected group or system.
Language
Python
Remove
Platform
Any
License
Any
Django is a lightweight framework with vibrant community surrounding it. Create a simple Django application and learn how to deploy it to the Web on a server running Apache and mod_python. Finally,...
In this tutorial I'm going to teach you how to use the Python C API. I'm writing this tutorial as I saw that there are merely a few resources on the Internet which will show you how this thing goes...
There are only two ways to have a program on a single processor do 'more than one thing at a time'. Multi-threaded programming is the simplest and most popular way to do it, but there is another very...
Mod_python allows embedding Python within the Apache server for a considerable boost in performance and added flexibility in designing web based applications. This document aims to be the only...
Suppose you want to make the systematic naming function available to other programs over the network. There is a huge number of ways to do it. You can program directly to the socket layer or use one...
CherryPy is a pythonic, object-oriented HTTP framework. It provides the foundation over which complex web-based applications can be written, with little or no knowledge of the underlying protocols....
Python is an interpreted scripting language similar in concept to Microsoft Visual Basic Script (VBScript), Microsoft JScript, Perl, or other scripting languages. While Internet Information Server...
This document gives a short overview of Bluetooth programming concepts, followed by examples of how to implement these concepts in both Python and C using the BlueZ development libraries. It is...
In this tutorial I will cover techniques involving packet construction and manipulation to master the network from the Python command line. No prior knowledge of Python is required, however I guess...
A 26 page quick-start tutorial originally intended for network administrators with no programming skills. The tutorial starts with "hello world" and works through a series of eleven programs to build...
Python is very suitable for working with the Internet Relay Chat (IRC) protocol. But working directly with a protocol can be a bit messy. Fortunately, there is a library that can simplify this work:...
Python offers network programmers a variety of options and an excellent degree of flexibility for tackling various situations. This article shows you how to take advantage of that flexibility by...
Neural nets, also known as artificial neural networks,
mathematically model bioelectrical networks in the brain.
Massively parallel and more inductive than deductive, they are
used for...