This repository contains a basic HTTP server using Python's socket module. The server listens on port 3009 and serves static files from a specified directory ...
Online Chess game made in Pygame using the Python socket module. It allows for near infinite games to take place between pairs of players.
One of the features that makes Python a great programming language is exceptions for error handling. Exceptions are convenient in many ways for handling errors and ...