Python also comes with it set of libraries which can be used for different set of purpose. Having the knowledge of the list of libraries can help our efforts in coding and writing better and efficient code (as discussed in previous post about libraries).
python libraries
When you start programming/coding in computers, you will come across the need to write some code that needs to be used again and again.
In general a simple way is to write this code as functions and reuse them in your program.
In the field of computing programmers and developers observed that a lot of commonly required code is re-written again and again by people all over in the field of computing. So some decided to pack these pieces of code in pack of single/multiple files organized and categorized for different presuppose.
The wikipedia library in Python provides a simple and easy-to-use interface for accessing data from Wikipedia.