Locating Python resources
Odoo modules are created in Python, a free and powerful programming language. Most module development will require you to at least become familiar with the basics of Python. Odoo requires Python version 2.7. Python version 3.x and above are not supported by the current builds of Odoo.
Official Python website
The following is the link to the official website for Python:
Downloading Python
Depending on the platform on which you plan to install Odoo, you may need to download Python before you can install Odoo:
Python documentation
Writing modules or applications in Odoo requires a basic knowledge of Python. The official Python documentation can be located here: