Note that there are some explanatory texts on larger screens.

plurals
  1. POProgram web applications in python without a framework?
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. CO"restriction of a framework". Why do you say a framework is a restriction? PHP is a huge and sophisticated framework to save you from writing a lot of tedious code. Why give up that level of power? What's wrong with frameworks that PHP's is OK but another non-PHP framework is not OK?
      singulars
    2. COPHP is not really a framework, it is an interpreted language, but not a framework. To me, most of the time a framework is a restriction because I have to do what the framework tells me I have to do. For example, in CakePHP you have to name controllers, views, and models a specific name, you don't have to do it, but if you do not, then things do not "magically" link together, so what is the point of using the framework? And frameworks are stuffed with features I do not need making them slower. I prefer to write my own stuff (I keep a library of all my code), I am a freak like that :D
      singulars
    3. CO@Dr Hydralisk: PHP can stand alone. However, when embedded in Apache, it most definitely is a framework. Try writing your own version of mod_php "from scratch" and see all the things PHP is doing for you automagically. The point of using a framework is that it frees you from details. PHP frees you from numerous HTTP processing details. Many Python frameworks free you from details. Frameworks are "stuffed with features"? Really? Can you update your question to specifically identify the features you don't like?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload