To get started with Python to build contracts and interact with Ethereum Blockchain I started some Github repo.
The application is a simple voting application, which makes the contract very simple since it boils down to incrementing the number of votes for each candidate and being able to retrieve that number.