I own an image hosting website. I have been learning python in the last month, as I plan to rebuild my site from PHP to Python as it grows, and I have found that Python will be extremely efficient for my needs.
I am researching the two most popular web frameworks for Python, Django and Pyramid. From what I have gathered from reading various sources, the pyramid seems to be a lower-level structure, which gives it more speed and more flexibility. While, on the other hand, Django is good for higher-level websites that donβt need the ridiculous amount of work put into them, and itβs faster to set up.
I tend to Pyramid, as my website is likely to grow to a large size in time, and it should be as effective as it could be. It would be great if I could get a few more facts about the differences between the two structures and which are better suited to my needs of a large hosting company.
Thank:)
source
share