Explore >> Select a destination


You are here

timperrett.com
| | yasoob.me
14.2 parsecs away

Travel
| | Hi there fellows. In this post I am going to take you on an adventure with python sockets. They are the real backbones behind web browsing. In simpler terms there is a server and a client. We will deal with the client first. So lets first begin by importing the socket library and making a simple socket. import socket s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) Here we made a socket instance and passed it two parameters.
| | www.garysieling.com
13.6 parsecs away

Travel
| |
| | www.cloudamqp.com
10.4 parsecs away

Travel
| | Part 2.1 of RabbitMQ for beginners - Tutorial and example of source codes for Ruby and the client library Bunny.
| | www.pulumi.com
91.5 parsecs away

Travel
| Assembly instructions for building the Pulumi Patterns and Practices Platform (P3) reference architecture of a Pulumi-based internal developer platform (IDP).