472,337 Members | 1,629 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,337 software developers and data experts.

Python on the web - newby question

Apologies in advance if this is either a) the wrong board or b) been
answered a million times elsewhere, but...

I have been given an assignment to get a python module up and running
behind an existing web site. At the moment the rest of the site is
developed in PHP but the hosts have said they will provide python
support for free, although they haven't given any more details than
that, so I'm not sure exactly what that means. All reasonably
encouraging though.

I'm a newbie to python but quite experienced with Java/J2EE/JBoss.
What I need to know is how I get python running on the server and what
tools/middleware I would need to have installed on the host's machines
to be able to support my python modules.

Again, apologies if this is the wrong place but I'm a bit lost and
would really appreciate some pointers.

TIA
Simon
Sep 3 '08 #1
1 1083
On Sep 3, 8:41*pm, Bruno Desthuilliers
<bdesth.quelquech...@free.quelquepart.frwrote:
SimonPalmer a écrit :
Apologies in advance if this is either a) the wrong board or b) been
answered a million times elsewhere, but...
I have been given an assignment to get a python module up and running
behind an existing web site. *At the moment the rest of the site is
developed in PHP but the hosts have said they will provide python
support for free, although they haven't given any more details than
that, so I'm not sure exactly what that means.

Depending on the hosts, this can range from having an antiquated python
version with only cgi enabled and no way to install anything to the very
last stable release and (almost) whatever third-part lib / frameworks
and correct configuration.
*All reasonably
encouraging though.
I'm a newbie to python but quite experienced with Java/J2EE/JBoss.

Quite another world...
What I need to know is how I get python running on the server

For which definition of 'server' ? The computer, or the web server process ?
and what
tools/middleware I would need to have installed on the host's machines
to be able to support my python modules.

Depends on your modules dependencies !-)

More seriously : Python is known has being the language with more web
frameworks than keywords. IOW, there's no simple straightforward answer
to your question. Fisrt choose which Python web development solution you
intend to use, then read the FineManual's "deployment" section of the
chosen solution.

You'll find pointers to most web-related libs / frameworks here:http://wiki.python.org/moin/WebFrame...WebProgramming

Given your situation (Python newcomer with a real job to do), and if
your job is anything more than a very Q&D deadsimple task, I'd
personnaly recommand Django (http://djangiproject.com). Don't let the
version number fools you (latest version is 1.0 release candidate),
Django is a mature, solid and proven solution that have years of
existance, and what they call 1.0rc would be labeled at least 3.5 for
some other software... It's also mostly documented, and there's a strong
community around the framework, so you should not have much problem
getting help.

For any other Python question (I mean, non django-related), you're at
the right place.

Oh, and yes, if I may suggest a reading:http://dirtsimple.org/2004/12/python-is-not-java.html

HTH, and welcome on board...
Hey, thanks very much this is really helpful. What I really need is
pointers, I'm sure I can figure the rest out. I am indeed a guy with
a real job to do. Doesn't help that the client and host are on the
other side of the world.

I quite like python. As a veteran coder who has tried a lot of
languages this has been a pleasant experience so far. I *really* like
numpy and scipy. My stock in trade is algorithms and they are quite a
revelation. I wish I had known about them sooner and I think they
will keep me coming back to python regularly.

Thanks again.
SP
Sep 3 '08 #2

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

Similar topics

9
by: Damien | last post by:
I have just built a simple stopwatch application, but when i f5 to get things goings i get this message, An unhandled exception of type...
2
by: kbass | last post by:
I am new to Python and I am attempting to retrieve data from a database and I would like to place this data into a nested dictionary. After placing...
2
by: AnOvercomer02 | last post by:
Hi. What is the best way to learn Python? None of the local schools near me teach any courses on the topic. Thanks. -- Cody Houston...
0
by: Pete | last post by:
Hi All, A total Newby with, possibly, a daft question? However, until I can get a reasonable explanation I am disinclined towards going further....
10
by: Fred Nelson | last post by:
Hi: I have programmed in VB.NET for about a year and I'm in the process of learing C#. I'm really stuck on this question - and I know it's a...
4
by: Fred Nelson | last post by:
Hi: I'm developing a web application that needs to have five values, each retrieved from cookies on many pages. If I have five...
2
by: Fred Nelson | last post by:
Hi: I'm working on a VS2005 web application and I have what is probabably a "newby" question. In VS2003 I could drag a textbox/button/etc on...
2
by: johnnyG | last post by:
Greetings, I'm studying for the 70-330 Exam using the MS Press book by Tony Northrup and there are 2 side-by-side examples of using the...
10
by: Charles Russell | last post by:
Why does this work from the python prompt, but fail from a script? How does one make it work from a script? #! /usr/bin/python import glob #...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...

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.