python list all available modules code example
Example 1: how to get the list of available timezones in php
//To Get the list of timezones available in php
//use the static function listIdentifiers() on DateTimeZone class
$list = DateTimeZone::listIdentifiers();
print_r($list)
Example 2: update all modules python
pip install [package] --upgrade