Explore >> Select a destination


You are here

nora.codes
| | nagekar.com
2.4 parsecs away

Travel
| | [AI summary] The article compares Python and C programming languages by implementing a simple TCP socket communication example in both languages, highlighting their differences in syntax, code length, and ease of use.
| | www.cs.cornell.edu
1.9 parsecs away

Travel
| | As a side project, I wrote a simple implementation of green threads for the Python programming language. The library is called Bluelet and it uses Python's native implementation of coroutines. Bluelet makes it easy to write concurrent socket programs without OS threads, multiple processes, or select()-and-dispatch loops.
| | o5wald.github.io
3.0 parsecs away

Travel
| | [AI summary] This tutorial explains how to build a basic client-server chat room using Python sockets and threading.
| | vincent.bernat.ch
14.1 parsecs away

Travel
| Linux?2.6.24, released more than three years ago, introduced two very interesting features: PID and network namespaces. They allow us to create a...