473,785 Members | 3,349 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Python web framework choice


Guys!

I need to develop a medium-sized database web application for my
company. Given that:
I don't know much about building web UI(s) but i have fair knowledge
about HTML & My schedule is tight.

a recommendation is v v v appreciated.
thanks!
Aug 13 '08 #1
3 1102
On 13 Aug., 07:08, Mahdi <c...@mail.net. skwrote:
Guys!

I need to develop a medium-sized database web application for my
company. Given that:
I don't know much about building web UI(s) but i have fair knowledge
about HTML & My schedule is tight.

a recommendation is v v v appreciated.

thanks!
http://wiki.python.org/moin/WebFrameworks
Aug 13 '08 #2
Quoting Mahdi <ce@mail.net.sk >:
I need to develop a medium-sized database web application for my
company. Given that:
I don't know much about building web UI(s) but i have fair knowledge
about HTML & My schedule is tight.

a recommendation is v v v appreciated.
I'm in the same boat.... a few weeks in.....

I've found that most of the python frameworks are based on the python
cherrypy server. Thats a good place to work out how the webserver part
of the non-zope systems work. ie django etc

So that is the webserver part....

then you need to build your webpages....

I have found Cheetah.... which is pretty powerful... that is a
templating system to build the actual pages from the database content...

that works nicely...

obviously django and pylons wrap all these basics into a 'product'...

so it depends if you want to learn all the basic pieces
(CherryPy/Cheetah)... or jump straight into the high level stuff
straight away (pylons/django)...

depends how much money your boss is throwing your way i guess....

David




Aug 13 '08 #3
da********@prei sshare.net a écrit :
Quoting Mahdi <ce@mail.net.sk >:
>I need to develop a medium-sized database web application for my
company. Given that:
I don't know much about building web UI(s) but i have fair knowledge
about HTML & My schedule is tight.

a recommendation is v v v appreciated.

I'm in the same boat.... a few weeks in.....

I've found that most of the python frameworks are based on the python
cherrypy server.
"most" ? Turbogears < 2.x set aside (TG2 runs on top of pylons), I
didn't heard of much cherrypy-based frameworks (except possibly for
home-grown unpublished ones).
Thats a good place to work out how the webserver part
of the non-zope systems work. ie django etc
Django was initially designed to run on mod_python, then added support
for fcgi and wsgi IIRC.
So that is the webserver part....

then you need to build your webpages....

I have found Cheetah.... which is pretty powerful... that is a
templating system to build the actual pages from the database content...
from whatever content...
that works nicely...
There are quite a couple other templating systems. One could mention
Mako, Genshi, TAL, Breve, Jinja, etc...
obviously django and pylons wrap all these basics into a 'product'...
Django has it's own templating system (and it's own ORM)[1]. Pylons
(which is a 100% wsgi-based framework) default to Mako (templating) and
SQLAlchemy (ORM), but these are only defaults

[1] you can of course use other templating systems and ORMs with it, but
then you'd loose most of what makes Django interesting...

Aug 13 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3033
by: bezeee | last post by:
At my work we are in the process of building a tool to test an XML based API. Basically, XML in and XML out over http. Currently, there are two engines that do all of the schema validations, xml diffs, sending/receiving, etc. One of these engines in implemented in C# and the other in Java. Now the choice comes down to which scripting language we choose (Perl, Python or Jython) to tie into one of these engines. The scripting language...
37
10448
by: Ubaidullah Nubar | last post by:
Hi, How well is Python suited for developing database based applications? I am new to Python so please bear with me if some of the questions are too simple. I specifically have the following questions: 1. Is there an example of a simple data-entry application written in Python using a GUI interface? Something like a simple address book app with a listbox displaying all addresses with the ability to add/modify/delete.
699
34240
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro capabilities, unfortunately. I'd like to know if it may be possible to add a powerful macro system to Python, while keeping its amazing syntax, and if it could be possible to add Pythonistic syntax to Lisp or Scheme, while keeping all of the...
0
2537
by: Phillip J. Eby | last post by:
PEP: 333 Title: Python Web Server Gateway Interface v1.0 Version: $Revision: 1.1 $ Last-Modified: $Date: 2004/08/27 17:30:09 $ Author: Phillip J. Eby <pje at telecommunity.com> Discussions-To: Python Web-SIG <web-sig at python.org> Status: Draft Type: Informational Content-Type: text/x-rst Created: 07-Dec-2003
122
7916
by: seberino | last post by:
I'm interested in knowing which Python web framework is most like Ruby on Rails. I've heard of Subway and Django. Are there other Rails clones in Python land I don't know about? Which one has largest community/buzz about it?
28
4331
by: liorm | last post by:
Hi everyone, I need to write a web app, that will support millions of user accounts, template-based user pages and files upload. The client is going to be written in Flash. I wondered if I coudl get your opinions - what do you think is the best language to use for the server? Python or Java? And I'm talking scalability, object oriented, development tools etc. Thansk for any idea! I'd love to hear it Happy New 2006,
53
4385
by: Michael Tobis | last post by:
Someone asked me to write a brief essay regarding the value-add proposition for Python in the Fortran community. Slightly modified to remove a few climatology-related specifics, here it is. I would welcome comments and corrections, and would be happy to contribute some version of this to the Python website if it is of interest. ===
27
2934
by: bcwhite | last post by:
I've been trying to find out what the future of Python is with regard to Tk. It seems there are several interfaces that make use of new functionality, including "Tile" and "Ttk". If I want to write a program that will run under the standard Python distribution of the future, what extension module should I work with today? Thanks!
37
2580
by: Michele Simionato | last post by:
At work we are shopping for a Web framework, so I have been looking at the available options on the current market. In particular I have looked at Paste and Pylons and I have written my impressions here: http://www.phyast.pitt.edu/~micheles/python/yet-another-comparison-of-web-frameworks.html I do not speak too well of Pylons, so if you thing I am wrong feel free to correct me here ;)
1
5954
by: Aspersieman | last post by:
On Wed, 05 Nov 2008 08:35:23 +0200, 3000 billg <billg3000@hos.twgg.org> wrote: Hi Excellent choice :)
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10319
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10087
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9947
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7496
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5380
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2877
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.