====== Installation on XUbuntu ====== ===== Python 2 ===== * [[http://www.python-excel.org/|Python Excel]] sudo pip install xlrd xlwt xlutils ===== Python 3 ===== * python3 * python3-pip * python3-setuptools * ipython3 + qtconsole + notebook sudo apt-get install python3 python3-pip python3-setuptools ipython3 ipython3-qtconsole ipython3-notebook ====== Regular expressions ====== ===== Websites ===== You can use those websites to validate your regex: * [[http://pythonre.appspot.com/| pythonre.appspot.com]] * [[http://www.pythonregex.com/ | pythonregex.com]] ===== Useful regex ===== | HTTP Header Connection | 'Connection:\s[a-zA-Z-]+' | ====== FAQ ====== * [[python:How to list available properties and method of an object]]?