Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact

Tips and short articles on this subject
Python - fresh examples of all the fundamentals
Counting Words in Python via the web
Well House Consultants
You are on the site of Well House Consultants who provide Open Source Training Courses and business hotel accommodation. You are welcome to browse and use our resources subject to our copyright statement and to add in links from your pages to ours.
Other subject areas - resources
Java Resources
Well House Manor Resources
Perl Resources
Python Resources
PHP Resources
Object Orientation and General topics
MySQL Resources
Linux / LAMP / Tomcat Resources
Well House Consultants Resources
Extras Resources
C and C++ Resources
Ruby Resources
Tcl/Tk Resources
Web and Intranet Resources
Python module Y303
Python Network Programming
Exercises, examples and other material relating to training module Y303. This module is presented on Private Courses and Specially Run Courses only

Some more new examples in Python - from this week's course. From my Introduction to Python / simple example to show the power of the language, I present ...
http://www.wellho.net/mouth/2368_Pyt ... ntals.html  [short article]
I love writing things in Python - it's a great language for achieving a great deal in a short time. And it works well got Simple CGI scripts. Today's ...
http://www.wellho.net/mouth/2365_Cou ... e-web.html  [short article]
"""This program opens a remote web resource in Python and reads and analyses it - in this case we have chose to read and report on the robots.txt file""" ...
http://www.wellho.net/resources/ex.php4?item=y303/read_robots  [code sample]
import urllib datasource = urllib.urlopen("http://www.wellho.net/robots.txt") while 1: line = datasource.readline() if line == "": break ...
http://www.wellho.net/resources/ex.php4?item=y303/probo  [code sample]



This module is presented on Private Courses and Specially Run Courses only

Examples from our training material
probo   Reading from a remote host via http as a stream
read_robots   Reading from a web resource in Python
Background information
Some modules are available for download as a sample of our material or under an Open Training Notes License for free download from http://www.training-notes.co.uk.
Topics covered in this module
Network Principles.
Sockets, the socket module, clients and servers.
The Select module and non-blocking reads.
Web Clients in Python.
Remote Procedure Calls.
Using Soap from Python.
Other standard protocols such as FTP (ftplib).
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our Listing and schedule page.

Well House Consultants specialise in training courses in Python, Perl, PHP, and MySQL. We run Private Courses throughout the UK (and beyond for longer courses), and Public Courses at our training centre in Melksham, Wiltshire, England. It's surprisingly cost effective to come on our public courses - even if you live in a different country or continent to us.

We have a technical library of over 700 books on the subjects on which we teach. These books are available for reference at our training centre. Also available is the Opentalk Forum for discussion of technical questions.


You can Add a comment or ranking to this page

© WELL HOUSE CONSULTANTS LTD., 2010: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 344596 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho