Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51845 > unrolled thread

Re: web development in python without using any webframework

Started byRodrick Brown <rodrick.brown@gmail.com>
First post2013-08-03 01:15 -0400
Last post2013-08-03 01:15 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: web development in python without using any webframework Rodrick Brown <rodrick.brown@gmail.com> - 2013-08-03 01:15 -0400

#51845 — Re: web development in python without using any webframework

FromRodrick Brown <rodrick.brown@gmail.com>
Date2013-08-03 01:15 -0400
SubjectRe: web development in python without using any webframework
Message-ID<mailman.147.1375506927.1251.python-list@python.org>
On Aug 3, 2013, at 12:37 AM, Alok Singh Mahor <alokmahor@gmail.com> wrote:

> Hello everyone,
> few months back I started learning python and now I got nice familiarity. now i want to use python for creating dynamic database driven websites. and I dont want to use existing web frameworks for my work. I am learning things so I wont feel lazy to  write all the code myself because I want to learn.
>
> could anyone suggest me any books/site from where I can start. I want to follow MVC architecture. so please suggest me some links/book or anything
>
> thank you in advance

I believe the best way to go about this is by reading and learning
from other frameworks and learning how others implement core aspects
of a particular approach or routine by building dynamic web
frameworks.

This will not only will help you learn from a working example but you
will also learn how to improve upon things and make improvements over
time. I would start with a simple framework like flask. Flask is
extremely simple easy to use and high extendable.

If one wanted to learn about building cars they wouldn't start off
with spare car-parts and a engine manual -- you would be better of
taking apart an old Civic and learning about the inner workings and
try putting it back together this is just my 2 cents.

Sent from my iPhone

> --
> http://mail.python.org/mailman/listinfo/python-list

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web