473,770 Members | 2,028 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

The ONLY thing that prevents me from using Python

I have been using java (jsp/servlets), vb/asp and perl for a few years.
Almost all my projects are web site development related, and many of my
clients' web sites are hosted on those shared web hosting services.

The problem is that it's difficult to find hosting services with Python
installed and supported. And most hosting companies are reluctant to
install it for you because they don't want to do the extra work(they
would always say to me, why don't you use php or java or asp or per?).
I have searched and found some companies that support Python. But still
there are far few choices than other options.

I am sure this issue has already been raised a billion times. I just
feel very frustrated on this. I want to learn and use Python in my web
projects.

One day in last December I decided to learn Python, because of Bruce
Eckel's recommendation on his web site (I started java with his book).
After writing a few scripts (each with a hundred lines or less), I
really liked Python, even though at first to me, it has a very
different style and mindset from my accustomed java approach. I enjoyed
the experience and was ready to delve into the OO and other aspect of
Python.

But because of the hosting issue, I stopped and since then have spent
more time on php, and it seems that I would soon become a full time
PHPer now.

I really wish Python could be more widely available on web server
machines. This is just my own experience and I would like to hear your
comments.

Aug 5 '05 #1
19 1819
<snip>
I really wish Python could be more widely available on web server
machines. This is just my own experience and I would like to hear your
comments.


I would like a pony... no, wait, even better, a unicorn!

Peace
Bill Mill
bill.mill at gmail.com

PS (the gist is, why don't you offer some constructive comments,
instead of ones we can do nothing about?)
Aug 5 '05 #2
Kevin wrote:
I have been using java (jsp/servlets), vb/asp and perl for a few years.
Almost all my projects are web site development related, and many of my
clients' web sites are hosted on those shared web hosting services.

The problem is that it's difficult to find hosting services with Python
installed and supported.


See http://wiki.python.org/moin/PythonHosting and remember that Google
is your friend.
--
Benji York
Aug 5 '05 #3
There are plenty of webhosts that offer python, do a little research.

Aug 5 '05 #4

"Kevin" <81****@gmail.c om> wrote in message
news:11******** **************@ g44g2000cwa.goo glegroups.com.. .
The problem is that it's difficult to find hosting services with Python
installed and supported.
The Python Wiki has lists of both free and commercial hosting services.
The top page is http://wiki.python.org/moin/PythonHosting. Did you look at
these? Are the choices inadequate? (I have no idea, never having been
involved with the subject.)
.... I am sure this issue has already been raised a billion times.
Yes, that is why the wiki pages were added. Improvements are welcome, I
presume.
..... I really wish Python could be more widely available on web server
machines. This is just my own experience and I would like to hear your
comments.


We all wish that. But in my ignorance, I wonder why the few that there are
are so insufficient that you would drop Python (for PHP, no less). Do
clients require that you use specific hosting services, even though they do
not host a preferred package? Do the few Python hosters that there are,
knowing that they are few, exploit Python developers with high rates or
other obnoxious policies? This issue has been raised enough that I really
am curious.

Terry J. Reedy

Aug 5 '05 #5
Kevin <81****@gmail.c om> wrote:
The problem is that it's difficult to find hosting services with Python
installed and supported.


I just googled for ["web hosting" python] and got 1,250,000 hits. I
can personally recommend panix.com, but there's plenty of other
choices too.
Aug 5 '05 #6
Kevin wrote:
<cut, can't get as many python web hosters as I want>

Well, for some strange reason I have never found that to be a problem.
But that is perhaps because I'm an administrator and I want full root
access, install the OS as I see fit and don't want others on the same
(virtual)box. So hosting doesn't work for me I need colo or dedicated.

Mostly I slap DragonFlyBSD( or NetBSD if the other doesn't run smoothly)
with PostgreSQL, Mod_python/Apache and some other handy tools like
tripwire. The advantage is that I am the administrator, the
dis-advantage is that I am the administrator :-).

Here in the Netherlands I can get 1HE colo for 95EUR/month, a reasonable
price IMO.

You can always rent space at different providers (for fail-over) install
the machines just as your like it and rerent your own shared web
hosting. Then you can have all the goodies you want and still be in the
price range of comparible hosters.

--
mph
Aug 5 '05 #7
Thank you all for the messages. I agree with Bill on that I was just
whining here. I should do a bit more research.

I guess I am just getting accustomed to the endless supplies of asp/php
hosting services. All I need to do is shopping for the lowest
price/good service. But it's not the case for Python, so for a newbie
like me it's a little discouraging. Now I have more information I will
look into it, and hopefully can pick up Phthon again. To tell you the
truth, after perl, java, vb, and (some) php and groovy, I want to
settle down on something (along with java). That maybe the reason of my
frustration. :-)

Aug 5 '05 #8
Martin P. Hellwig wrote:
Kevin wrote:
<cut, can't get as many python web hosters as I want>

Well, for some strange reason I have never found that to be a problem.


If you develop software for an external customer, and they have
an existing web site run by some ISP that you have no control over,
this might well be a problem.

Even if the customer is in control of their web servers, it might be
difficult to convince them to install and maintain something like
Python on them.

I find it a bit surprising that so many people on comp.lang.pytho n
don't realize what kind of practical complications most commercial
software developers have to struggle with if they don't just follow
the mainstream and use PHP or Java for all web apps.

My ISP (FS Data in Sweden) has Python installed, and always upgraded
it when I asked them (but only then, so I suspect I'm the only user--
and this is one of the biggest ISPs in Sweden).

Even if I have access to Python, they don't allow me to have my own
long running processes, so I'm stuck with CGI, which wouldn't work
very well with a much higher load than my moin has. (Actually, I
didn't really need more, so I haven't asked for mod_python support
etc.)

Colocation is certainly getting much cheaper, my ISP charges much less
than 95EUR/month.(295 SEK). Still, it would certainly be great if
mod_python, twisted and zope support etc would be as common as mod_perl
or PHP support. We can only get that if we actively ask for it, and if
we really favour vendors that provide this support when we can.
Aug 5 '05 #9
Just because a hosting service doesn't list Python on their web page
doesn't mean that it's not available. My company's service
(LunarPages) supports Python, and only recently has it started
appearing on their online literature.

Once you find your service based on price/support/etc., send them an
e-mail asking for Python support. The worst they can say is "no, and
we never will," but just as likely they might respond "yes, it's
already there" or "yes, we can add that".

-- Paul

Aug 5 '05 #10

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

Similar topics

10
1755
by: John Benson | last post by:
Hi, I see a lot of posts asking about "the best Python book." In my experience, there is no such thing, but there are a lot of good books that will help you along in different ways, and at different times. First of all, I'd like to clarify my position on learning: I subscribe to the adobe hacienda school of autodidactic technology, to wit: "If you throw enough adobe at the side of the hacienda, some of it will stick"
9
4713
by: syd | last post by:
I don't even know where to begin. This is just bizarre. I just picked up the Gnuplot.py module (a light interface to gnuplot commands) and was messing around with it today. I've got a tiny script, but it only works from the command line about half the time! In the python interpreter, 100%. Ipython, 100%. I'm not kidding. #!/bin/env python import Gnuplot
0
1657
by: Rea Peleg | last post by:
link to configuration file prevents user control download to internet explorer Hi I have a simple web application which consists an opening html page with a (windows form user) control which on click event should download an assembley from the server site to client ie. Opening page displays correctly with control when it does not include the
231
23247
by: Brian Blais | last post by:
Hello, I saw on a couple of recent posts people saying that casting the return value of malloc is bad, like: d=(double *) malloc(50*sizeof(double)); why is this bad? I had always thought (perhaps mistakenly) that the purpose of a void pointer was to cast into a legitimate date type. Is this wrong? Why, and what is considered to be correct form?
6
11271
by: Jm | last post by:
Hi All I have a simple vb.net app that once run for some reason does not allow me to log off or shutdown the pc ? When i try to do so it will close my app and then will only shutdown or logoff if i attempt to do so once again ? Does anybody have any does why this would be so ?
0
1027
by: Dean Hinson | last post by:
troHello, I write alot of VB Scripts to review AD information. I decided to use VB ..net and incorporate the functions of my various scripts into one program. However, using .net 2.0 framework GetAccessControl prevents me from accesssing the AD. I was able to do this before using ADsSecurity, so what has changed? Is there some new methodology that I must code that allows access to review the AD?
45
2074
by: dolphin | last post by:
Is it a good thing that program mix C and C++?
1
1996
by: Eric Hanchrow | last post by:
(This is with Python 2.5.2, on Ubuntu Hardy, if it matters.) This seems so basic that I'm surprised that I didn't find anything about it in the FAQ. (Yes, I am fairly new to Python.) Here are three tiny files: ==== mut.py ==== import system
3
1694
by: J. Cliff Dyer | last post by:
On Thu, 2008-05-08 at 12:00 -0700, Eric Hanchrow wrote: It's the same reason as this: 5 5 6 5 Python "variables" are just names that point at objects. When you
0
9618
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
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
10260
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
10038
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
8933
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7456
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
5354
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...
1
4007
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 we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.