Saturday, March 25, 2017

Re: Django Produces Python?

Wow. I had thought Django as an assistant to build python projects. If I need the framework along with whatever language, it seems like immense code-bloat. What, then, is the purpose of using frameworks?



---- On Sat, 25 Mar 2017 23:30:45 -0400 Lachlan Musicman <datakid@gmail.com> wrote ----

It will needs the Django as well. Think of them as layers - at the bottom is the OS, then there is python. Django sits on Python. Your project sits on Django. Can't remove a layer.
cheers
L.

------
The most dangerous phrase in the language is, "We've always done it this way."

- Grace Hopper

On 26 March 2017 at 14:19, Ed Sutherland <ed@tburgnews.com> wrote:



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Forgive me if this question is too basic, but I'm a relative newbie to programming frameworks. As I understand it, a framework is built to abstract common tasks within the native language (Python, PHP, Ruby, etc.) When development using a framework is complete, will the production version of the app still require the framework? For instance, would an app developed with Django need only Python, or the entire programming framework? (I haven't seen a suitable answer after searching.)




--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment