Thread

Python threads part 2

I had a quite busy weekend so I wasn't able to post yesterday... anyway, here's the second part of Python thread. On the part 1, we left off by showing the server code and explaining roughly how it works so today its all about the client side and then I'm going to show you how it works.

Python threads part 1

It's been almost two weeks since my last formal post and I'm back again with hopefully something informative. Today I'm gonna be showing you Python's thread package, If you don't know what threading is... in the most simplest form, its a way to run several things simultaneously. In this series of post we're gonna be creating a simple client-server command line program wherein the server got a list of products (name and price) and client should be able to view, add and delete from.

Syndicate content