What is a burner phone number? It's one you can drop for things you don't want to give out your real phone number to and can get rid of easily. This tutorial shows you how to build a Python burner phone with Twilio and AssemblyAI that will transcribe your... (more…)
Read more »
Python APIs for web automation, testing, and bypassing bot-detection. - seleniumbase/SeleniumBase... (more…)
Read more »
In posix multi thread program, the main thread will soon exit when doesn't call pthread_join function at new started thread. Whether we must do like this?
No, we can let new started thread going on... (more…)
Read more »
NASA has a bunch of awesome APIs which give you programmatic access to the wonders of space. I think the Mars Rover Photos API in particular is really amazing as you can use it to see what kind of pictures the Mars Curiosity rover has been taking. (more…)
Read more »
This quick tutorial will guide on how to change data from one type to another in python.
Variables in python have data types just as many other languages. There may be times when you will want to specify or change the data type of a particular variable. (more…)
Read more »