473,511 Members | 12,017 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Building Web Site Using Python

I am new to python.

I am looking to read in a 12mb csv file, parse it, generate web pages,
summarize on a column and make drop down bottons.

Where would I be able to find sample code that does something similar
to this?

Also, I know that microsoft has put out .net beta version of it. If I
am using windows server, I am confined to use iron python? or are there
alternatives? Perhaps, there are python web packages that have their
own web server engine?

Thanks in advance,

Jun 28 '06 #1
2 1444

Roman wrote:
I am new to python.

I am looking to read in a 12mb csv file, parse it, generate web pages,
summarize on a column and make drop down bottons.

Where would I be able to find sample code that does something similar
to this?

Also, I know that microsoft has put out .net beta version of it. If I
am using windows server, I am confined to use iron python? or are there
alternatives? Perhaps, there are python web packages that have their
own web server engine?

Thanks in advance,


Google.

Jun 28 '06 #2
Roman wrote:
I am new to python.

I am looking to read in a 12mb csv file, parse it, generate web pages,
summarize on a column and make drop down bottons.

Where would I be able to find sample code that does something similar
to this?

Also, I know that microsoft has put out .net beta version of it. If I
am using windows server, I am confined to use iron python? or are there
alternatives? Perhaps, there are python web packages that have their
own web server engine?

Thanks in advance,


*sigh*, sorry for the snarky answer.. but seriously ten minutes on
google should answer all your questions.

Meantime, for csv parsing you can use the csv module
(http://docs.python.org/lib/module-csv.html); for generating HTML I
recommend ElementTree (http://effbot.org/zone/element-index.htm) but
there are lots of other packages that will do this too; as for windows
server and python, I know nothing..; python comes with a web server
(http://docs.python.org/lib/module-SimpleHTTPServer.html) but you'd
probably want to use one of the aproximately dozen other python
packages that have their own web server engine.. Zope, twisted, ...
there are lots of them- search this news group, IIRC they've been
mentioned recently.

Google is your friend,
Peace,
~Simon

Jun 28 '06 #3

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

Similar topics

7
7155
by: Carl Waldbieser | last post by:
I tried to adapt the instructions for building the M2Crypto module (http://sandbox.rulemaker.net/ngps/m2/INSTALL.html) to build a version compatible with Python2.3, but I've had some mixed results....
3
2144
by: Michael Hoffman | last post by:
Just out of curiosity, I was wondering if anyone has compiled Python 2.4 with the Intel C Compiler and its processor specific optimizations. I can build it fine with OPT="-O3" or OPT="-xN" but...
2
3569
by: Dean | last post by:
I've been trying to make python a dynamic library. I downloaded Python 2.4.3 Final from the Python web site and I cannot get it to create the library. I've tried using the directive: ...
10
1869
by: James Stroud | last post by:
Hello All, I am interested in setting up a modest invoicing system for some consulting I am doing. I like the idea of managing this on the web and creating invoices and printing them from a...
2
2591
by: Tyno Gendo | last post by:
Hi everyone Not really a specific PHP problem this, but... I have been pondering over building a "modular" site which accepts add-ons built by other people. I was wondering if anyone has any...
20
2597
by: Thorsten Kampe | last post by:
Hi, I've already sent this to the Komodo mailing list (which seemed to me the more appropriate place) but unfortunately I got no response. I'd like to build a Python GUI app. Neither Tkinter...
4
2513
by: vedrandekovic | last post by:
Hi, I have already install Microsoft visual studio .NET 2003 and MinGw, when I try to build a extension: python my_extension_setup.py build ( or install ) , I get an error: LINK : fatal...
1
5025
by: Daniel Nogradi | last post by:
It might be slightly off topic here but couldn't find a more suitable place for this question: I'm trying to build the python binding for ming -- http://ming.sf.net -- but for some reason the...
15
3187
by: kyosohma | last post by:
Hi, I am trying to get a small group of volunteers together to create Windows binaries for any Python extension developer that needs them, much like the package/extension builders who volunteer...
0
7251
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7367
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,...
0
7430
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7089
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...
0
7517
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...
1
5072
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...
0
4743
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1581
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
451
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...

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.