Web Development

May 03, 2015 | Tag: » web, web development

Django is one of the most popular web frameworks. It’s a great option if you want to use Python to build web apps. Start with the official Django polls tutorial or the Django Girls blog tutorial. Two Scoops of Django: Best Practices For Django 1.11 was co-written by one of the co-founders of PyLadies!

Some popular Django hosting options:

Other web frameworks

Experiment with all of them! Here are a few links to get you started.

  • Pyramid (merger of Pylons and repoze.bfg)
  • Flask
  • A huge list of Python web frameworks