Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
w/o Django
#1
so who here does web development without using Django? and what do you use? who uses just WSGI by itself?

to me, keeping things simple includes minimizing dependencies on other software. you can't totally avoid it in virtually all cases. but at least i can narrow it down to just a few essential things.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply
#2
I use Django (and love the idea of frameworks)
Reply
#3
I like Flask. It does the minimum that you'd end up doing yourself anyway, and is open enough that you can plug in different libraries for things like template parsing.
Reply
#4
Hey Skaperen, I don't use Django or any framework. I used Django for some work I wanted to get done and move on. I used Bottle too but it looks like it's not maintained.

Framework have their use but not every single one of them is perfect for anything, and sometimes you can't find anyone perfect for a certain work. So I think if you want to develop a complex app and maintain it for a long time, the extra time need it by skipping a framework is many times recovered by not depending on it and not be constrained by the inherent limitations and opinions of a certain framework. Especially with python I'd say.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,217 Jun-30-2019, 12:21 AM
Last Post: scidam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020