This is a collection of Python scripts I wrote.
Python version 3.2+
Packages used: beautifulsoup4, python-dateutil, requests
- age_of_person.py: get the age of a given person
- hex_to_rgb.py: supply a hex color value and get the corresponding RGB value
- python_dl_link.py: get the download link to the latest Windows installer for Python
- sqlite_usage.py: how to use SQLite (creating a table, inserting and selecting rows)
- web_server.py: a simple web server
- yt_video_stats.py: retrieve some stats of a Youtube video