Posts by Marcilio Junior • 31 points
2 posts
- 
		1 votes2 answers686 viewsQ: how to use exactly Sleep and wakeup in python3?(multithread)Hello I am trying to do in python3 the famous problem of the producer/consumer, transcribing from my book of S.O. however I have been facing a problem , apparently the Wait() Just put it to sleep… 
- 
		2 votes2 answers376 viewsQ: Problems with Javascript, urllib and BeautifulsoupThe idea of my code is to catch the link of the video and run directly on the VLC, but I came to a problem: apparently the urllib does not execute Javascript code, since player is placed on the page…