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


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

Re:web development in python without using any webframework

Started by"jj" <jj@yuzao.org>
First post2013-08-03 13:32 +0800
Last post2013-08-03 13:32 +0800
Articles 1 — 1 participant

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


Contents

  Re:web development in python without using any webframework "jj" <jj@yuzao.org> - 2013-08-03 13:32 +0800

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

From"jj" <jj@yuzao.org>
Date2013-08-03 13:32 +0800
SubjectRe:web development in python without using any webframework
Message-ID<mailman.157.1375541014.1251.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

you could check the codes of flask ,bottle ,web.py to read codes ,the learn what you want to know .
 
 




------------------ Original ------------------
From:  "Alok Singh Mahor"<alokmahor@gmail.com>;
Date:  Sat, Aug 3, 2013 12:52 PM
To:  "python-list"<python-list@python.org>; 

Subject:  web development in python without using any webframework



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

[toc] | [standalone]


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


csiph-web