I am designing a website in Python (using Django), and I need to sell things through it.
Can somebody help me with the source code to integrate the paypal-pro (do-direct payment) or else paypal-standard (express checkout)?
You might want to try django-paypal, there's even a tutorial right there on the front page.