Wikipedia is an important text resources for nlp. In this tutorial, we will introduce how to extract text from it using python. 1.Install wikipedia
[...]
In this tutorial, we will get computer system, cpu, memory, disk and network information using python psutil library. 1.Install psutil pip install psutil
[...]
In this tutorial, we will introduce how to know your internet download and upload speed using python speedtest-cli. 1.Install speedtest-cli pip install speedtest-cli 2.Import
[...]
In this tutorial, we will introduce how to convert a audio to text using python SpeechRecognition library. 1.Install SpeechRecognition and pydub pip install SpeechRecognition pydub
[...]
Python cryptography can help us encrypt and decrypt string easily. In this tutorial, we will introduce how to do. 1.Install cryptography pip install cryptography 2.Import library
[...]