Hello again,
Can someone please help me learn some easy multiprocessing or threading :) I want to write a simple program that opens let say ~50-100 web page at a same time and write some HTML from those sites. What is better to use multiprocessing of threading? What different ? How it works? I really want to understand this. I'm python beginner. I searched Google and forum for this but nothing specific.
Thank You :)