-1

Which framework is better pyramid vs pylons? what similarities do they have? which of them must I learn. I learn django actively and I want to learn pyramid or pylons also.

Dato Gachechiladze
  • 341
  • 1
  • 3
  • 3

1 Answers1

4

Pylons Project Team made a web framework called Pylons Pylons Project Team made a new web framework called Pyramid, not derived from Pylons, is derived almost entirely from repoze.bfg Pylons is shifted into 'legacy' status.

SO Going for Pyramid is better.

You have other options like Flask also.

Henin RK
  • 298
  • 1
  • 2
  • 14