This project is about getting data from Wikipedia using Python. Particularly, information market capitalization for top companies in the world. Why Wikipedia? Wikipedia is a great source of information and it is free. Besides, knowing the market capitalization of companies is important for investors to adjust their portfolios.
Use the package manager pip to install the following packages.
NB. You can install the packages in a virtual environment or globally. We used python 3.10 for this example.
pip install virtualenv
source venv/bin/activate
pip install requests pandas lxml matplotlib seaborn
We use a Makefile to run the project. The Makefile contains the following commands:
make install
Activate the virtual environment and run the command.
. .venv/bin/activate
This command installs the required packages.
make run
This command runs the project.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Creative Commons Zero v1.0 Universal